[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.3] 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-1Zn executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/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-1Zn/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml PLAY [Basic usability test] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3 Tuesday 20 August 2024 18:23:48 -0400 (0:00:00.010) 0:00:00.010 ******** [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 [fedora.linux_system_roles.gfs2 : Validating arguments against arg spec 'main' - The gfs2 role.] *** task path: /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3 Tuesday 20 August 2024 18:23:51 -0400 (0:00:03.233) 0:00:03.244 ******** ok: [managed_node2] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "gfs2", "path": "/tmp/collections-1Zn/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-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:3 Tuesday 20 August 2024 18:23:51 -0400 (0:00:00.023) 0:00:03.267 ******** included: /tmp/collections-1Zn/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-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:2 Tuesday 20 August 2024 18:23:51 -0400 (0:00:00.018) 0:00:03.286 ******** 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-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:10 Tuesday 20 August 2024 18:23:51 -0400 (0:00:00.037) 0:00:03.324 ******** 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-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:15 Tuesday 20 August 2024 18:23:52 -0400 (0:00:00.433) 0:00:03.757 ******** 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-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:19 Tuesday 20 August 2024 18:23:52 -0400 (0:00:00.023) 0:00:03.780 ******** 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_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.gfs2 : Install required packages] ************** task path: /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:6 Tuesday 20 August 2024 18:23:52 -0400 (0:00:00.033) 0:00:03.814 ******** included: /tmp/collections-1Zn/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-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:3 Tuesday 20 August 2024 18:23:52 -0400 (0:00:00.019) 0:00:03.834 ******** ok: [managed_node2] => (item=RedHat.yml) => { "ansible_facts": { "__gfs2_enable_repo_tasks_file": "/tmp/collections-1Zn/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-1Zn/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_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__gfs2_enable_repo_tasks_file_candidate is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__gfs2_enable_repo_tasks_file_candidate is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.gfs2 : Run environment-specific tasks to enable repositories] *** task path: /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:23 Tuesday 20 August 2024 18:23:52 -0400 (0:00:00.064) 0:00:03.899 ******** included: /tmp/collections-1Zn/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-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:29 Tuesday 20 August 2024 18:23:52 -0400 (0:00:00.042) 0:00:03.941 ******** changed: [managed_node2] => { "changed": true, "rc": 0, "results": [ "Installed: lvm2-lockd-2.03.23-1.fc40.x86_64", "Installed: kernel-core-6.10.5-200.fc40.x86_64", "Installed: libknet1-1.28-3.fc40.x86_64", "Installed: libnozzle1-1.28-3.fc40.x86_64", "Installed: sanlock-lib-3.9.3-1.fc40.x86_64", "Installed: corosync-3.1.8-3.fc40.x86_64", "Installed: dlm-4.2.0-5.fc40.x86_64", "Installed: libknet1-crypto-nss-plugin-1.28-3.fc40.x86_64", "Installed: net-snmp-libs-1:5.9.4-5.fc40.x86_64", "Installed: corosynclib-3.1.8-3.fc40.x86_64", "Installed: dlm-lib-4.2.0-5.fc40.x86_64", "Installed: kernel-modules-6.10.5-200.fc40.x86_64", "Installed: kernel-modules-core-6.10.5-200.fc40.x86_64", "Installed: kernel-modules-extra-6.10.5-200.fc40.x86_64", "Installed: libqb-2.0.8-4.fc40.x86_64", "Installed: gfs2-utils-3.5.1-4.fc40.x86_64" ] } TASK [fedora.linux_system_roles.gfs2 : Check for an active stonith resource] *** task path: /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:9 Tuesday 20 August 2024 18:26:45 -0400 (0:02:52.625) 0:02:56.566 ******** 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-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:22 Tuesday 20 August 2024 18:26:45 -0400 (0:00:00.014) 0:02:56.580 ******** skipping: [managed_node2] => { "changed": false, "false_condition": "gfs2_file_systems | length > 0", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed_node2 : ok=9 changed=1 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 Tuesday 20 August 2024 18:26:45 -0400 (0:00:00.045) 0:02:56.626 ******** =============================================================================== fedora.linux_system_roles.gfs2 : Install packages --------------------- 172.63s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:29 Gathering Facts --------------------------------------------------------- 3.23s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3 fedora.linux_system_roles.gfs2 : Check if system is ostree -------------- 0.43s /tmp/collections-1Zn/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.06s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:3 fedora.linux_system_roles.gfs2 : Setup cluster -------------------------- 0.05s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:22 fedora.linux_system_roles.gfs2 : Run environment-specific tasks to enable repositories --- 0.04s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:23 fedora.linux_system_roles.gfs2 : Ensure ansible_facts used by role ------ 0.04s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:2 fedora.linux_system_roles.gfs2 : Set platform/version specific variables --- 0.03s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:19 fedora.linux_system_roles.gfs2 : Validating arguments against arg spec 'main' - The gfs2 role. --- 0.02s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3 fedora.linux_system_roles.gfs2 : Set flag to indicate system is ostree --- 0.02s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:15 fedora.linux_system_roles.gfs2 : Install required packages -------------- 0.02s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:6 fedora.linux_system_roles.gfs2 : Set platform/version specific variables --- 0.02s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:3 fedora.linux_system_roles.gfs2 : Check for an active stonith resource --- 0.01s /tmp/collections-1Zn/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:9