ansible-playbook [core 2.17.6] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-nu6 executable location = /usr/local/bin/ansible-playbook python version = 3.12.7 (main, Oct 1 2024, 00:00:00) [GCC 13.3.1 20240913 (Red Hat 13.3.1-3)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml PLAY [Basic usability test] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3 Monday 11 November 2024 19:25:31 -0500 (0:00:00.009) 0:00:00.009 ******* [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Run the role] ************************************************************ task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:15 Monday 11 November 2024 19:25:34 -0500 (0:00:02.529) 0:00:02.539 ******* included: fedora.linux_system_roles.gfs2 for managed-node2 TASK [fedora.linux_system_roles.gfs2 : Validating arguments against arg spec 'main' - The gfs2 role.] *** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3 Monday 11 November 2024 19:25:34 -0500 (0:00:00.046) 0:00:02.585 ******* ok: [managed-node2] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "gfs2", "path": "/tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.gfs2 : Set platform/version specific variables] *** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:3 Monday 11 November 2024 19:25:34 -0500 (0:00:00.022) 0:00:02.608 ******* included: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.gfs2 : Ensure ansible_facts used by role] ****** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:2 Monday 11 November 2024 19:25:34 -0500 (0:00:00.024) 0:00:02.632 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__gfs2_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.gfs2 : Check if system is ostree] ************** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:10 Monday 11 November 2024 19:25:34 -0500 (0:00:00.041) 0:00:02.673 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.gfs2 : Set flag to indicate system is ostree] *** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:15 Monday 11 November 2024 19:25:34 -0500 (0:00:00.483) 0:00:03.157 ******* ok: [managed-node2] => { "ansible_facts": { "__gfs2_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.gfs2 : Set platform/version specific variables] *** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:19 Monday 11 November 2024 19:25:34 -0500 (0:00:00.026) 0:00:03.183 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.gfs2 : Check if role is supported on current architecture] *** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:6 Monday 11 November 2024 19:25:34 -0500 (0:00:00.039) 0:00:03.222 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"architecture\"] in [\"aarch64\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.gfs2 : Install required packages] ************** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:13 Monday 11 November 2024 19:25:34 -0500 (0:00:00.017) 0:00:03.240 ******* included: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml for managed-node2 TASK [fedora.linux_system_roles.gfs2 : Find environment-specific tasks to enable repositories] *** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:3 Monday 11 November 2024 19:25:34 -0500 (0:00:00.025) 0:00:03.265 ******* ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__gfs2_enable_repo_tasks_file": "/tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/RedHat.yml" }, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node2] => (item=Fedora.yml) => { "ansible_facts": { "__gfs2_enable_repo_tasks_file": "/tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/Fedora.yml" }, "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__gfs2_enable_repo_tasks_file_candidate is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__gfs2_enable_repo_tasks_file_candidate is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.gfs2 : Run environment-specific tasks to enable repositories] *** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:23 Monday 11 November 2024 19:25:34 -0500 (0:00:00.078) 0:00:03.343 ******* included: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/Fedora.yml for managed-node2 TASK [fedora.linux_system_roles.gfs2 : Install packages] *********************** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:29 Monday 11 November 2024 19:25:35 -0500 (0:00:00.048) 0:00:03.391 ******* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: kernel-core-6.11.6-100.fc39.x86_64", "Installed: corosynclib-3.1.8-1.fc39.x86_64", "Installed: gfs2-utils-3.5.1-2.fc39.x86_64", "Installed: lvm2-lockd-2.03.23-1.fc39.x86_64", "Installed: libknet1-crypto-nss-plugin-1.28-1.fc39.x86_64", "Installed: sanlock-lib-3.8.5-4.fc39.x86_64", "Installed: dlm-4.2.0-3.fc39.x86_64", "Installed: kernel-modules-6.11.6-100.fc39.x86_64", "Installed: kernel-modules-core-6.11.6-100.fc39.x86_64", "Installed: dlm-lib-4.2.0-3.fc39.x86_64", "Installed: libqb-2.0.8-1.fc39.x86_64", "Installed: kernel-modules-extra-6.11.6-100.fc39.x86_64", "Installed: libnozzle1-1.28-1.fc39.x86_64", "Installed: net-snmp-libs-1:5.9.4-5.fc39.x86_64", "Installed: libknet1-1.28-1.fc39.x86_64", "Installed: corosync-3.1.8-1.fc39.x86_64" ] } TASK [fedora.linux_system_roles.gfs2 : Check for an active stonith resource] *** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:16 Monday 11 November 2024 19:27:42 -0500 (0:02:07.188) 0:02:10.580 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "not _gfs2_test_allow_stonith_disabled", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.gfs2 : Setup cluster] ************************** task path: /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:29 Monday 11 November 2024 19:27:42 -0500 (0:00:00.017) 0:02:10.597 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "gfs2_file_systems | length > 0", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node2 : ok=10 changed=1 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0 Monday 11 November 2024 19:27:42 -0500 (0:00:00.038) 0:02:10.636 ******* =============================================================================== fedora.linux_system_roles.gfs2 : Install packages --------------------- 127.19s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:29 Gathering Facts --------------------------------------------------------- 2.53s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3 fedora.linux_system_roles.gfs2 : Check if system is ostree -------------- 0.48s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:10 fedora.linux_system_roles.gfs2 : Find environment-specific tasks to enable repositories --- 0.08s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:3 fedora.linux_system_roles.gfs2 : Run environment-specific tasks to enable repositories --- 0.05s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:23 Run the role ------------------------------------------------------------ 0.05s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:15 fedora.linux_system_roles.gfs2 : Ensure ansible_facts used by role ------ 0.04s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:2 fedora.linux_system_roles.gfs2 : Set platform/version specific variables --- 0.04s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:19 fedora.linux_system_roles.gfs2 : Setup cluster -------------------------- 0.04s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:29 fedora.linux_system_roles.gfs2 : Set flag to indicate system is ostree --- 0.03s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:15 fedora.linux_system_roles.gfs2 : Install required packages -------------- 0.03s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:13 fedora.linux_system_roles.gfs2 : Set platform/version specific variables --- 0.02s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:3 fedora.linux_system_roles.gfs2 : Validating arguments against arg spec 'main' - The gfs2 role. --- 0.02s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3 fedora.linux_system_roles.gfs2 : Check if role is supported on current architecture --- 0.02s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:6 fedora.linux_system_roles.gfs2 : Check for an active stonith resource --- 0.02s /tmp/collections-nu6/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:16