[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 - minimal configuration] ************************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  08:24:13 -0400 (0:00:00.008)       0:00:00.008 ********* 
ok: [managed_node1]

TASK [Set qnetd address] *******************************************************
Thursday 25 July 2024  08:24:14 -0400 (0:00:01.108)       0:00:01.116 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__test_qnetd_address": "localhost"
    },
    "changed": false
}

TASK [Run test] ****************************************************************
Thursday 25 July 2024  08:24:14 -0400 (0:00:00.028)       0:00:01.145 ********* 
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:14 -0400 (0:00:00.020)       0:00:01.165 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
Thursday 25 July 2024  08:24:14 -0400 (0:00:00.031)       0:00:01.197 ********* 
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:14 -0400 (0:00:00.026)       0:00:01.224 ********* 
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:15 -0400 (0:00:00.013)       0:00:01.237 ********* 
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:15 -0400 (0:00:00.449)       0:00:01.686 ********* 
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:15 -0400 (0:00:00.021)       0:00:01.708 ********* 
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:15 -0400 (0:00:00.014)       0:00:01.722 ********* 
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:15 -0400 (0:00:00.030)       0:00:01.752 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed] ***
Thursday 25 July 2024  08:24:15 -0400 (0:00:00.032)       0:00:01.785 ********* 
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:18 -0400 (0:00:02.874)       0:00:04.659 ********* 
ok: [managed_node1] => {
    "changed": false,
    "path": "/etc/corosync/qnetd",
    "state": "absent"
}

TASK [Set up test environment for qnetd] ***************************************
Thursday 25 July 2024  08:24:18 -0400 (0:00:00.477)       0:00:05.137 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Install qnetd packages] ***********
Thursday 25 July 2024  08:24:18 -0400 (0:00:00.033)       0:00:05.170 ********* 
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:21 -0400 (0:00:02.646)       0:00:07.816 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed] ***
Thursday 25 July 2024  08:24:21 -0400 (0:00:00.038)       0:00:07.854 ********* 
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:24 -0400 (0:00:02.736)       0:00:10.591 ********* 
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:24 -0400 (0:00:00.388)       0:00:10.980 ********* 
=============================================================================== 
fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed --- 2.87s
fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed --- 2.74s
fedora.linux_system_roles.ha_cluster : Install qnetd packages ----------- 2.65s
Gathering Facts --------------------------------------------------------- 1.11s
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.45s
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.03s
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