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_default.yml ****************************************************
1 plays in /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml

PLAY [Basic usability test] ****************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3
Tuesday 20 August 2024  18:23:06 -0400 (0:00:00.020)       0:00:00.020 ******** 
ok: [managed_node1]
META: ran handlers

TASK [fedora.linux_system_roles.gfs2 : Set platform/version specific variables] ***
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:3
Tuesday 20 August 2024  18:23:07 -0400 (0:00:00.861)       0:00:00.882 ******** 
included: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml for managed_node1

TASK [fedora.linux_system_roles.gfs2 : Ensure ansible_facts used by role] ******
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:2
Tuesday 20 August 2024  18:23:07 -0400 (0:00:00.038)       0:00:00.920 ******** 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.gfs2 : Check if system is ostree] **************
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:10
Tuesday 20 August 2024  18:23:07 -0400 (0:00:00.033)       0:00:00.953 ******** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.gfs2 : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:15
Tuesday 20 August 2024  18:23:07 -0400 (0:00:00.421)       0:00:01.375 ******** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__gfs2_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.gfs2 : Set platform/version specific variables] ***
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:19
Tuesday 20 August 2024  18:23:07 -0400 (0:00:00.036)       0:00:01.411 ******** 
skipping: [managed_node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed_node1] => (item=CentOS_8.yml) => {
    "ansible_facts": {
        "__gfs2_repos": [
            {
                "id": "resilientstorage",
                "name": "ResilientStorage"
            }
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/vars/CentOS_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml"
}
ok: [managed_node1] => (item=CentOS_8.yml) => {
    "ansible_facts": {
        "__gfs2_repos": [
            {
                "id": "resilientstorage",
                "name": "ResilientStorage"
            }
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/vars/CentOS_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml"
}

TASK [fedora.linux_system_roles.gfs2 : Install required packages] **************
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:6
Tuesday 20 August 2024  18:23:08 -0400 (0:00:00.074)       0:00:01.486 ******** 
included: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml for managed_node1

TASK [fedora.linux_system_roles.gfs2 : Find environment-specific tasks to enable repositories] ***
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:3
Tuesday 20 August 2024  18:23:08 -0400 (0:00:00.031)       0:00:01.518 ******** 
ok: [managed_node1] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__gfs2_enable_repo_tasks_file": "/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/RedHat.yml"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [managed_node1] => (item=CentOS.yml) => {
    "ansible_facts": {
        "__gfs2_enable_repo_tasks_file": "/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.gfs2 : Run environment-specific tasks to enable repositories] ***
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:23
Tuesday 20 August 2024  18:23:08 -0400 (0:00:00.068)       0:00:01.587 ******** 
included: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml for managed_node1

TASK [fedora.linux_system_roles.gfs2 : List active CentOS repositories] ********
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml:3
Tuesday 20 August 2024  18:23:08 -0400 (0:00:00.044)       0:00:01.631 ******** 
[WARNING]: Consider using the dnf module rather than running 'dnf'.  If you
need to use command because dnf is insufficient you can add 'warn: false' to
this command task or set 'command_warnings=False' in ansible.cfg to get rid of
this message.
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "repolist"
    ],
    "delta": "0:00:00.217487",
    "end": "2024-08-20 18:23:08.760763",
    "rc": 0,
    "start": "2024-08-20 18:23:08.543276"
}

STDOUT:

repo id                                  repo name
appstream                                CentOS Stream 8 - AppStream
baseos                                   CentOS Stream 8 - BaseOS
beaker-client                            Beaker Client - RedHatEnterpriseLinux8
beaker-harness                           Beaker harness
beakerlib-libraries                      Copr repo for beakerlib-libraries owned by bgoncalv
copr:copr.devel.redhat.com:lpol:qa-tools Copr repo for qa-tools owned by lpol
epel                                     Extra Packages for Enterprise Linux 8 - x86_64
epel-debuginfo                           Extra Packages for Enterprise Linux 8 - x86_64 - Debug
epel-source                              Extra Packages for Enterprise Linux 8 - x86_64 - Source
extras                                   CentOS Stream 8 - Extras
extras-common                            CentOS Stream 8 - Extras common packages
ha                                       CentOS Stream 8 - HighAvailability

TASK [fedora.linux_system_roles.gfs2 : Enable CentOS repositories] *************
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml:9
Tuesday 20 August 2024  18:23:08 -0400 (0:00:00.609)       0:00:02.240 ******** 
changed: [managed_node1] => (item={'id': 'resilientstorage', 'name': 'ResilientStorage'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "resilientstorage"
    ],
    "delta": "0:00:00.213581",
    "end": "2024-08-20 18:23:09.331986",
    "item": {
        "id": "resilientstorage",
        "name": "ResilientStorage"
    },
    "rc": 0,
    "start": "2024-08-20 18:23:09.118405",
    "warnings": [
        "Consider using the dnf module rather than running 'dnf'.  If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."
    ]
}

TASK [fedora.linux_system_roles.gfs2 : Install packages] ***********************
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:29
Tuesday 20 August 2024  18:23:09 -0400 (0:00:00.575)       0:00:02.816 ******** 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: dlm-4.1.0-1.el8.x86_64",
        "Installed: gfs2-utils-3.2.0-13.el8.x86_64",
        "Installed: libqb-1.0.3-13.el8.x86_64",
        "Installed: net-snmp-libs-1:5.8-30.el8.x86_64",
        "Installed: lvm2-8:2.03.14-14.el8.x86_64",
        "Installed: sanlock-lib-3.8.4-5.el8.x86_64",
        "Installed: libnozzle1-1.28-1.el8.x86_64",
        "Installed: device-mapper-event-8:1.02.181-14.el8.x86_64",
        "Installed: libknet1-1.28-1.el8.x86_64",
        "Installed: lvm2-libs-8:2.03.14-14.el8.x86_64",
        "Installed: libknet1-crypto-nss-plugin-1.28-1.el8.x86_64",
        "Installed: device-mapper-event-libs-8:1.02.181-14.el8.x86_64",
        "Installed: libaio-0.3.112-1.el8.x86_64",
        "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64",
        "Installed: dlm-lib-4.1.0-1.el8.x86_64",
        "Installed: corosynclib-3.1.8-1.el8.x86_64",
        "Installed: corosync-3.1.8-1.el8.x86_64",
        "Installed: lvm2-lockd-8:2.03.14-14.el8.x86_64"
    ]
}

TASK [fedora.linux_system_roles.gfs2 : Check for an active stonith resource] ***
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:9
Tuesday 20 August 2024  18:23:17 -0400 (0:00:08.448)       0:00:11.264 ******** 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.gfs2 : Setup cluster] **************************
task path: /tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:22
Tuesday 20 August 2024  18:23:17 -0400 (0:00:00.032)       0:00:11.297 ******** 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node1              : ok=11   changed=2    unreachable=0    failed=0    skipped=3    rescued=0    ignored=0   

Tuesday 20 August 2024  18:23:17 -0400 (0:00:00.029)       0:00:11.327 ******** 
=============================================================================== 
fedora.linux_system_roles.gfs2 : Install packages ----------------------- 8.45s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:29 
Gathering Facts --------------------------------------------------------- 0.86s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/tests/gfs2/tests_default.yml:3 
fedora.linux_system_roles.gfs2 : List active CentOS repositories -------- 0.61s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml:3 
fedora.linux_system_roles.gfs2 : Enable CentOS repositories ------------- 0.58s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/enable-repositories/CentOS.yml:9 
fedora.linux_system_roles.gfs2 : Check if system is ostree -------------- 0.42s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:10 
fedora.linux_system_roles.gfs2 : Set platform/version specific variables --- 0.07s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:19 
fedora.linux_system_roles.gfs2 : Find environment-specific tasks to enable repositories --- 0.07s
/tmp/collections-Vpj/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.04s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/install-packages.yml:23 
fedora.linux_system_roles.gfs2 : Set platform/version specific variables --- 0.04s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:3 
fedora.linux_system_roles.gfs2 : Set flag to indicate system is ostree --- 0.04s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:15 
fedora.linux_system_roles.gfs2 : Ensure ansible_facts used by role ------ 0.03s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/set_vars.yml:2 
fedora.linux_system_roles.gfs2 : Check for an active stonith resource --- 0.03s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:9 
fedora.linux_system_roles.gfs2 : Install required packages -------------- 0.03s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:6 
fedora.linux_system_roles.gfs2 : Setup cluster -------------------------- 0.03s
/tmp/collections-Vpj/ansible_collections/fedora/linux_system_roles/roles/gfs2/tasks/main.yml:22