[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. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Test qdevice - all options] ********************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 08:24:00 -0400 (0:00:00.008) 0:00:00.008 ********* ok: [managed_node1] TASK [Set qnetd address] ******************************************************* Thursday 25 July 2024 08:24:02 -0400 (0:00:01.155) 0:00:01.163 ********* ok: [managed_node1] => { "ansible_facts": { "__test_qnetd_address": "localhost" }, "changed": false } TASK [Run test] **************************************************************** Thursday 25 July 2024 08:24:02 -0400 (0:00:00.027) 0:00:01.191 ********* included: /var/ARTIFACTS/work-general6taoh3mu/plans/general/tree/tmp.ZvctkMxB2X/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/template_qdevice.yml for managed_node1 TASK [Set up test environment] ************************************************* Thursday 25 July 2024 08:24:02 -0400 (0:00:00.021) 0:00:01.212 ********* TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** Thursday 25 July 2024 08:24:02 -0400 (0:00:00.031) 0:00:01.243 ********* ok: [managed_node1] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* Thursday 25 July 2024 08:24:02 -0400 (0:00:00.026) 0:00:01.270 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'distribution' not in ansible_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ******** Thursday 25 July 2024 08:24:02 -0400 (0:00:00.012) 0:00:01.283 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] *** Thursday 25 July 2024 08:24:02 -0400 (0:00:00.458) 0:00:01.742 ********* ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories] *** Thursday 25 July 2024 08:24:02 -0400 (0:00:00.022) 0:00:01.764 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd] *** Thursday 25 July 2024 08:24:02 -0400 (0:00:00.013) 0:00:01.778 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__ha_cluster_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up test environment for qnetd] ************************************* Thursday 25 July 2024 08:24:02 -0400 (0:00:00.029) 0:00:01.807 ********* TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed] *** Thursday 25 July 2024 08:24:02 -0400 (0:00:00.031) 0:00:01.839 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd config files are not present] *** Thursday 25 July 2024 08:24:05 -0400 (0:00:02.896) 0:00:04.735 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/corosync/qnetd", "state": "absent" } TASK [Set up test environment for qnetd] *************************************** Thursday 25 July 2024 08:24:06 -0400 (0:00:00.477) 0:00:05.213 ********* TASK [fedora.linux_system_roles.ha_cluster : Install qnetd packages] *********** Thursday 25 July 2024 08:24:06 -0400 (0:00:00.035) 0:00:05.249 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "failures": [ "No package corosync-qnetd available.", "No package pcs available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages TASK [Clean up test environment for qnetd] ************************************* Thursday 25 July 2024 08:24:08 -0400 (0:00:02.635) 0:00:07.884 ********* TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed] *** Thursday 25 July 2024 08:24:08 -0400 (0:00:00.039) 0:00:07.923 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd config files are not present] *** Thursday 25 July 2024 08:24:11 -0400 (0:00:02.646) 0:00:10.570 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/corosync/qnetd", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=10 changed=0 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 Thursday 25 July 2024 08:24:11 -0400 (0:00:00.386) 0:00:10.957 ********* =============================================================================== fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed --- 2.90s fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed --- 2.65s fedora.linux_system_roles.ha_cluster : Install qnetd packages ----------- 2.64s Gathering Facts --------------------------------------------------------- 1.16s fedora.linux_system_roles.ha_cluster : Make sure qnetd config files are not present --- 0.48s fedora.linux_system_roles.ha_cluster : Check if system is ostree -------- 0.46s fedora.linux_system_roles.ha_cluster : Make sure qnetd config files are not present --- 0.39s Clean up test environment for qnetd ------------------------------------- 0.04s Set up test environment for qnetd --------------------------------------- 0.04s Clean up test environment for qnetd ------------------------------------- 0.03s Set up test environment ------------------------------------------------- 0.03s fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd --- 0.03s Set qnetd address ------------------------------------------------------- 0.03s fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.03s fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree --- 0.02s Run test ---------------------------------------------------------------- 0.02s fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories --- 0.01s fedora.linux_system_roles.ha_cluster : Ensure facts used by tests ------- 0.01s