ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_sbd_check_devices_count_play.yml ******************************* 2 plays in /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:5 Wednesday 31 July 2024 11:10:23 -0400 (0:00:00.021) 0:00:00.021 ******** ok: [managed_node1] => { "ansible_facts": { "ha_cluster_hacluster_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n31303833633366333561656439323930303361333161363239346166656537323933313436\n3432386236656563343237306335323637396239616230353561330a313731623238393238\n62343064666336643930663239383936616465643134646536656532323461356237646133\n3761616633323839633232353637366266350a313163633236376666653238633435306565\n3264623032333736393535663833\n" } }, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generallcpu2cdd/plans/general/tree/ha_cluster/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Test a check SBD devices count matches for all nodes (play)] ************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:13 Wednesday 31 July 2024 11:10:23 -0400 (0:00:00.016) 0:00:00.038 ******** ok: [managed_node1] META: ran handlers TASK [Generate SBD devices variable] ******************************************* task path: /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:23 Wednesday 31 July 2024 11:10:24 -0400 (0:00:01.013) 0:00:01.051 ******** ok: [managed_node1] => (item=managed_node1) => { "ansible_facts": { "__test_node_options": [ { "node_name": "managed_node1", "sbd_devices": [ "/tmp/dev/sdx1" ] } ] }, "ansible_loop_var": "item", "changed": false, "item": "managed_node1" } TASK [Set up test environment] ************************************************* task path: /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:44 Wednesday 31 July 2024 11:10:24 -0400 (0:00:00.039) 0:00:01.091 ******** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print set SBD devices] *************************************************** task path: /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:49 Wednesday 31 July 2024 11:10:24 -0400 (0:00:00.034) 0:00:01.126 ******** skipping: [managed_node1] => {} TASK [Run the role] ************************************************************ task path: /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:55 Wednesday 31 July 2024 11:10:24 -0400 (0:00:00.036) 0:00:01.162 ******** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset SBD devices variable] ********************************************** task path: /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:67 Wednesday 31 July 2024 11:10:24 -0400 (0:00:00.031) 0:00:01.194 ******** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Message] ***************************************************************** task path: /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:71 Wednesday 31 July 2024 11:10:24 -0400 (0:00:00.033) 0:00:01.228 ******** ok: [managed_node1] => {} MSG: This test needs two or more nodes META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=4 changed=0 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 Wednesday 31 July 2024 11:10:24 -0400 (0:00:00.031) 0:00:01.259 ******** =============================================================================== Gathering Facts --------------------------------------------------------- 1.01s /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:13 Generate SBD devices variable ------------------------------------------- 0.04s /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:23 Print set SBD devices --------------------------------------------------- 0.04s /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:49 Set up test environment ------------------------------------------------- 0.03s /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:44 Unset SBD devices variable ---------------------------------------------- 0.03s /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:67 Message ----------------------------------------------------------------- 0.03s /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:71 Run the role ------------------------------------------------------------ 0.03s /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:55 Include vault variables ------------------------------------------------- 0.02s /tmp/tmp.Qs2kIDLrag/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_sbd_check_devices_count_play.yml:5