[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-yP7
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.5 (main, Aug  7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/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_packages_full.yml **********************************************
1 plays in /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml

PLAY [Test cockpit_packages: full] *********************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:2
Saturday 07 September 2024  08:38:15 -0400 (0:00:00.008)       0:00:00.008 **** 
[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 [Include cockpit role] ****************************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:7
Saturday 07 September 2024  08:38:16 -0400 (0:00:01.259)       0:00:01.268 **** 
included: fedora.linux_system_roles.cockpit for managed_node2

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Saturday 07 September 2024  08:38:16 -0400 (0:00:00.044)       0:00:01.312 **** 
included: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed_node2

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 07 September 2024  08:38:16 -0400 (0:00:00.027)       0:00:01.340 **** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] ***********
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Saturday 07 September 2024  08:38:16 -0400 (0:00:00.057)       0:00:01.398 **** 
ok: [managed_node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Saturday 07 September 2024  08:38:16 -0400 (0:00:00.554)       0:00:01.953 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "__cockpit_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Saturday 07 September 2024  08:38:16 -0400 (0:00:00.040)       0:00:01.994 **** 
ok: [managed_node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Saturday 07 September 2024  08:38:17 -0400 (0:00:00.373)       0:00:02.368 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "__cockpit_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Saturday 07 September 2024  08:38:17 -0400 (0:00:00.043)       0:00:02.412 **** 
ok: [managed_node2] => (item=/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml) => {
    "ansible_facts": {
        "__cockpit_packages": {
            "default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}",
            "full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}",
            "minimal": "{{ __cockpit_packages_minimal }}"
        },
        "__cockpit_packages_default": [
            "cockpit",
            "cockpit-networkmanager",
            "cockpit-packagekit",
            "cockpit-selinux",
            "cockpit-storaged"
        ],
        "__cockpit_packages_exclude": [
            "cockpit-docker",
            "cockpit-ostree",
            "cockpit-tests"
        ],
        "__cockpit_packages_full": [
            "cockpit-*"
        ],
        "__cockpit_packages_minimal": [
            "cockpit-system",
            "cockpit-ws"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Saturday 07 September 2024  08:38:17 -0400 (0:00:00.043)       0:00:02.455 **** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Saturday 07 September 2024  08:38:17 -0400 (0:00:00.024)       0:00:02.479 **** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Saturday 07 September 2024  08:38:17 -0400 (0:00:00.023)       0:00:02.503 **** 
included: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed_node2 => (item=/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml)

TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Saturday 07 September 2024  08:38:17 -0400 (0:00:00.080)       0:00:02.584 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "cockpit_packages": "full"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Saturday 07 September 2024  08:38:17 -0400 (0:00:00.041)       0:00:02.625 **** 
changed: [managed_node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: resource-agents-4.13.0-1.fc39.x86_64",
        "Installed: nss-tools-3.103.0-1.fc39.x86_64",
        "Installed: ethtool-2:6.10-1.fc39.x86_64",
        "Installed: libosinfo-1.11.0-1.fc39.x86_64",
        "Installed: virt-install-4.1.0-3.fc39.noarch",
        "Installed: virt-manager-common-4.1.0-3.fc39.noarch",
        "Installed: aardvark-dns-2:1.12.1-1.fc39.x86_64",
        "Installed: acl-2.3.1-9.fc39.x86_64",
        "Installed: luksmeta-9-16.fc39.x86_64",
        "Installed: alsa-lib-1.2.12-1.fc39.x86_64",
        "Installed: libglvnd-1:1.7.0-1.fc39.x86_64",
        "Installed: libglvnd-egl-1:1.7.0-1.fc39.x86_64",
        "Installed: libglvnd-glx-1:1.7.0-1.fc39.x86_64",
        "Installed: python3-cryptography-41.0.7-1.fc39.x86_64",
        "Installed: rubygem-json-2.6.3-204.fc39.x86_64",
        "Installed: cyrus-sasl-2.1.28-11.fc39.x86_64",
        "Installed: python3-packaging-23.1-4.fc39.noarch",
        "Installed: cyrus-sasl-gssapi-2.1.28-11.fc39.x86_64",
        "Installed: kexec-tools-2.0.29-1.fc39.x86_64",
        "Installed: setroubleshoot-plugins-3.3.14-8.fc39.noarch",
        "Installed: cyrus-sasl-md5-2.1.28-11.fc39.x86_64",
        "Installed: cyrus-sasl-plain-2.1.28-11.fc39.x86_64",
        "Installed: perl-Compress-Raw-Bzip2-2.206-1.fc39.x86_64",
        "Installed: perl-Compress-Raw-Lzma-2.206-2.fc39.x86_64",
        "Installed: perl-Compress-Raw-Zlib-2.206-1.fc39.x86_64",
        "Installed: pixman-0.42.2-2.fc39.x86_64",
        "Installed: kf5-filesystem-5.116.0-1.fc39.x86_64",
        "Installed: rpm-ostree-2024.5-1.fc39.x86_64",
        "Installed: rpm-ostree-libs-2024.5-1.fc39.x86_64",
        "Installed: bzip2-1.0.8-16.fc39.x86_64",
        "Installed: python3-pexpect-4.8.0-17.fc39.noarch",
        "Installed: rubygem-mustermann-1.1.1-10.fc39.noarch",
        "Installed: lzop-1.04-12.fc39.x86_64",
        "Installed: python3-ply-3.11-20.fc39.noarch",
        "Installed: rubygem-nio4r-2.5.8-4.fc39.x86_64",
        "Installed: cairo-1.18.0-1.fc39.x86_64",
        "Installed: ruby-3.2.4-182.fc39.x86_64",
        "Installed: ruby-default-gems-3.2.4-182.fc39.noarch",
        "Installed: python3-cffi-1.15.1-6.fc39.x86_64",
        "Installed: openldap-clients-2.6.7-1.fc39.x86_64",
        "Installed: python3-psutil-5.9.5-1.fc39.x86_64",
        "Installed: python3-ptyprocess-0.7.0-5.fc39.noarch",
        "Installed: perl-DB_File-1.859-1.fc39.x86_64",
        "Installed: ruby-libs-3.2.4-182.fc39.x86_64",
        "Installed: rubygem-puma-5.6.5-4.fc39.x86_64",
        "Installed: rubygem-bigdecimal-3.1.3-182.fc39.x86_64",
        "Installed: rubygem-bundler-2.4.19-182.fc39.noarch",
        "Installed: rubygem-rack-1:2.2.4-3.fc39.noarch",
        "Installed: libsoup3-3.4.4-1.fc39.x86_64",
        "Installed: rubygem-rack-protection-3.0.5-3.fc39.noarch",
        "Installed: libslirp-4.7.0-4.fc39.x86_64",
        "Installed: libicu-73.2-2.fc39.x86_64",
        "Installed: rubygem-rack-test-1.1.0-8.fc39.noarch",
        "Installed: python3-pycparser-2.20-11.fc39.noarch",
        "Installed: python3-pycurl-7.45.2-5.fc39.x86_64",
        "Installed: rubygem-io-console-0.6.0-182.fc39.x86_64",
        "Installed: rubygem-psych-5.0.1-182.fc39.x86_64",
        "Installed: capstone-4.0.2-15.fc39.x86_64",
        "Installed: openssl-perl-1:3.1.4-3.fc39.x86_64",
        "Installed: rubygem-rdoc-6.5.1.1-182.fc39.noarch",
        "Installed: rubygem-rexml-3.2.5-182.fc39.noarch",
        "Installed: python3-ldap-3.4.4-1.fc39.x86_64",
        "Installed: libXau-1.0.11-3.fc39.x86_64",
        "Installed: python3-lib389-2.4.6-1.fc39.noarch",
        "Installed: liburing-2.5-1.fc39.x86_64",
        "Installed: harfbuzz-8.2.1-2.fc39.x86_64",
        "Installed: rubygems-3.4.19-182.fc39.noarch",
        "Installed: catatonit-0.1.7-18.fc39.x86_64",
        "Installed: kde-filesystem-4-70.fc39.x86_64",
        "Installed: osbuild-124-1.fc39.noarch",
        "Installed: libuv-1:1.48.0-1.fc39.x86_64",
        "Installed: osbuild-composer-118-1.fc39.x86_64",
        "Installed: osbuild-composer-worker-118-1.fc39.x86_64",
        "Installed: osbuild-depsolve-dnf-124-1.fc39.noarch",
        "Installed: osbuild-luks2-124-1.fc39.noarch",
        "Installed: osbuild-lvm2-124-1.fc39.noarch",
        "Installed: osbuild-ostree-124-1.fc39.noarch",
        "Installed: libXext-1.3.5-3.fc39.x86_64",
        "Installed: osbuild-selinux-124-1.fc39.noarch",
        "Installed: osbuild-composer-core-118-1.fc39.x86_64",
        "Installed: libXfixes-6.0.0-6.fc39.x86_64",
        "Installed: fontconfig-2.14.2-6.fc39.x86_64",
        "Installed: gnutls-dane-3.8.6-1.fc39.x86_64",
        "Installed: gnutls-utils-3.8.6-1.fc39.x86_64",
        "Installed: osinfo-db-20240701-1.fc39.noarch",
        "Installed: osinfo-db-tools-1.11.0-1.fc39.x86_64",
        "Installed: ostree-2024.5-1.fc39.x86_64",
        "Installed: libssh2-1.11.0-2.fc39.x86_64",
        "Installed: libXft-2.3.8-3.fc39.x86_64",
        "Installed: python3-dasbus-1.7-4.fc39.noarch",
        "Installed: libvirt-client-9.7.0-4.fc39.x86_64",
        "Installed: ostree-libs-2024.5-1.fc39.x86_64",
        "Installed: libXi-1.8.1-2.fc39.x86_64",
        "Installed: libvirt-daemon-common-9.7.0-4.fc39.x86_64",
        "Installed: libvirt-daemon-config-network-9.7.0-4.fc39.x86_64",
        "Installed: libvirt-daemon-driver-interface-9.7.0-4.fc39.x86_64",
        "Installed: libvirt-daemon-driver-network-9.7.0-4.fc39.x86_64",
        "Installed: libvirt-daemon-driver-nodedev-9.7.0-4.fc39.x86_64",
        "Installed: libvirt-daemon-driver-qemu-9.7.0-4.fc39.x86_64",
        "Installed: python3-pyparsing-3.0.9-11.fc39.noarch",
        "Installed: libvirt-daemon-driver-storage-core-9.7.0-4.fc39.x86_64",
        "Installed: libvirt-daemon-driver-storage-disk-9.7.0-4.fc39.x86_64",
        "Installed: rubygem-sinatra-1:3.0.5-3.fc39.noarch",
        "Installed: pacemaker-2.1.8-1.fc39.x86_64",
        "Installed: pacemaker-cli-2.1.8-1.fc39.x86_64",
        "Installed: pacemaker-cluster-libs-2.1.8-1.fc39.x86_64",
        "Installed: pacemaker-libs-2.1.8-1.fc39.x86_64",
        "Installed: libvirt-daemon-log-9.7.0-4.fc39.x86_64",
        "Installed: libXrender-0.9.11-3.fc39.x86_64",
        "Installed: pacemaker-schemas-2.1.8-1.fc39.noarch",
        "Installed: libisofs-1.5.6-2.fc39.x86_64",
        "Installed: libvirt-dbus-1.4.1-2.fc39.x86_64",
        "Installed: libstemmer-2.2.0-7.fc39.x86_64",
        "Installed: libvirt-glib-5.0.0-1.fc39.x86_64",
        "Installed: libXv-1.0.11-19.fc39.x86_64",
        "Installed: libvirt-libs-9.7.0-4.fc39.x86_64",
        "Installed: cdparanoia-libs-10.2-42.fc39.x86_64",
        "Installed: device-mapper-multipath-0.9.5-2.fc39.x86_64",
        "Installed: libXxf86vm-1.1.5-3.fc39.x86_64",
        "Installed: device-mapper-multipath-libs-0.9.5-2.fc39.x86_64",
        "Installed: rubygem-tilt-2.0.11-2.fc39.noarch",
        "Installed: snappy-1.1.10-2.fc39.x86_64",
        "Installed: libjpeg-turbo-2.1.4-3.fc39.x86_64",
        "Installed: libwbclient-2:4.19.8-1.fc39.x86_64",
        "Installed: xen-libs-4.17.4-3.fc39.x86_64",
        "Installed: libteam-1.32-1.fc39.x86_64",
        "Installed: fuse-overlayfs-1.13-1.fc39.x86_64",
        "Installed: xen-licenses-4.17.4-3.fc39.x86_64",
        "Installed: libthai-0.1.29-6.fc39.x86_64",
        "Installed: libtheora-1:1.1.1-34.fc39.x86_64",
        "Installed: passt-0^20240814.g61c0b0d-1.fc39.x86_64",
        "Installed: passt-selinux-0^20240814.g61c0b0d-1.fc39.noarch",
        "Installed: python3-osbuild-124-1.fc39.noarch",
        "Installed: libappstream-glib-0.8.2-4.fc39.x86_64",
        "Installed: pcp-6.2.2-3.fc39.x86_64",
        "Installed: pcp-conf-6.2.2-3.fc39.x86_64",
        "Installed: rubypick-1.1.1-19.fc39.noarch",
        "Installed: pcp-libs-6.2.2-3.fc39.x86_64",
        "Installed: xorriso-1.5.6-5.fc39.x86_64",
        "Installed: libtpms-0.9.6-4.fc39.x86_64",
        "Installed: python3-pyasn1-0.5.1-1.fc39.noarch",
        "Installed: python3-pyasn1-modules-0.5.1-1.fc39.noarch",
        "Installed: pcp-selinux-6.2.2-3.fc39.x86_64",
        "Installed: pcs-0.11.8-1.fc39.noarch",
        "Installed: bubblewrap-0.8.0-1.fc39.x86_64",
        "Installed: llvm-libs-17.0.6-4.fc39.x86_64",
        "Installed: tlog-13-3.fc39.x86_64",
        "Installed: python3-file-magic-5.44-5.fc39.noarch",
        "Installed: spice-server-0.15.1-3.fc39.x86_64",
        "Installed: libluksmeta-9-16.fc39.x86_64",
        "Installed: perl-Devel-Peek-1.33-502.fc39.x86_64",
        "Installed: perl-Text-Diff-1.45-19.fc39.noarch",
        "Installed: libunwind-1.7.0-0.2.rc2.fc39.x86_64",
        "Installed: squashfs-tools-4.6.1-2.fc39.x86_64",
        "Installed: opus-1.3.1-13.fc39.x86_64",
        "Installed: libmd-1.1.0-2.fc39.x86_64",
        "Installed: orc-0.4.33-3.fc39.x86_64",
        "Installed: samba-2:4.19.8-1.fc39.x86_64",
        "Installed: samba-client-libs-2:4.19.8-1.fc39.x86_64",
        "Installed: samba-common-2:4.19.8-1.fc39.noarch",
        "Installed: samba-common-libs-2:4.19.8-1.fc39.x86_64",
        "Installed: samba-common-tools-2:4.19.8-1.fc39.x86_64",
        "Installed: samba-dcerpc-2:4.19.8-1.fc39.x86_64",
        "Installed: samba-ldb-ldap-modules-2:4.19.8-1.fc39.x86_64",
        "Installed: samba-libs-2:4.19.8-1.fc39.x86_64",
        "Installed: libburn-1.5.6-2.fc39.x86_64",
        "Installed: perl-TimeDate-1:2.33-11.fc39.noarch",
        "Installed: xml-common-0.6.3-61.fc39.noarch",
        "Installed: perl-Term-ReadLine-1.17-502.fc39.noarch",
        "Installed: perl-Tie-4.6-502.fc39.noarch",
        "Installed: seabios-bin-1.16.3-1.fc39.noarch",
        "Installed: seavgabios-bin-1.16.3-1.fc39.noarch",
        "Installed: python3-tracer-1.1-1.fc39.noarch",
        "Installed: libX11-1.8.9-1.fc39.x86_64",
        "Installed: libX11-common-1.8.9-1.fc39.noarch",
        "Installed: libX11-xcb-1.8.9-1.fc39.x86_64",
        "Installed: libvisual-1:0.4.1-2.fc39.x86_64",
        "Installed: perl-debugger-1.60-502.fc39.noarch",
        "Installed: mdevctl-1.3.0-5.fc39.x86_64",
        "Installed: setroubleshoot-server-3.3.33-1.fc39.x86_64",
        "Installed: trousers-0.3.15-9.fc39.x86_64",
        "Installed: shadow-utils-subid-2:4.14.0-2.fc39.x86_64",
        "Installed: trousers-lib-0.3.15-9.fc39.x86_64",
        "Installed: libvorbis-1:1.3.7-8.fc39.x86_64",
        "Installed: clevis-20-1.fc39.x86_64",
        "Installed: clevis-luks-20-1.fc39.x86_64",
        "Installed: clevis-pin-tpm2-0.5.3-2.fc39.x86_64",
        "Installed: perl-meta-notation-5.38.2-502.fc39.noarch",
        "Installed: perl-sigtrap-1.10-502.fc39.noarch",
        "Installed: mesa-dri-drivers-23.3.6-1.fc39.x86_64",
        "Installed: mesa-filesystem-23.3.6-1.fc39.x86_64",
        "Installed: mesa-libEGL-23.3.6-1.fc39.x86_64",
        "Installed: mesa-libGL-23.3.6-1.fc39.x86_64",
        "Installed: cockpit-322-1.fc39.x86_64",
        "Installed: cockpit-389-ds-2.4.6-1.fc39.noarch",
        "Installed: cockpit-composer-52-1.fc39.noarch",
        "Installed: cockpit-doc-322-1.fc39.noarch",
        "Installed: cockpit-ha-cluster-0.11.8-1.fc39.noarch",
        "Installed: cockpit-kdump-322-1.fc39.noarch",
        "Installed: libwayland-client-1.22.0-2.fc39.x86_64",
        "Installed: cockpit-machines-317-1.fc39.noarch",
        "Installed: libwayland-cursor-1.22.0-2.fc39.x86_64",
        "Installed: cockpit-networkmanager-322-1.fc39.noarch",
        "Installed: libwayland-egl-1.22.0-2.fc39.x86_64",
        "Installed: cockpit-packagekit-322-1.fc39.noarch",
        "Installed: libwayland-server-1.22.0-2.fc39.x86_64",
        "Installed: cockpit-pcp-322-1.fc39.x86_64",
        "Installed: cockpit-podman-92-1.fc39.noarch",
        "Installed: cockpit-selinux-322-1.fc39.noarch",
        "Installed: cockpit-sosreport-322-1.fc39.noarch",
        "Installed: cockpit-storaged-322-1.fc39.noarch",
        "Installed: mesa-libglapi-23.3.6-1.fc39.x86_64",
        "Installed: mesa-libgbm-23.3.6-1.fc39.x86_64",
        "Installed: mesa-va-drivers-23.3.6-1.fc39.x86_64",
        "Installed: PackageKit-1.2.6-11.fc39.x86_64",
        "Installed: skopeo-1:1.16.0-1.fc39.x86_64",
        "Installed: PackageKit-glib-1.2.6-11.fc39.x86_64",
        "Installed: cockpit-file-sharing-2.4.5-4.fc39.noarch",
        "Installed: cockpit-navigator-0.5.10-1.fc39.noarch",
        "Installed: perl-IO-Compress-2.206-1.fc39.noarch",
        "Installed: cockpit-session-recording-14-2.fc39.noarch",
        "Installed: perl-IO-Compress-Lzma-2.206-1.fc39.noarch",
        "Installed: slirp4netns-1.2.2-1.fc39.x86_64",
        "Installed: freetype-2.13.1-2.fc39.x86_64",
        "Installed: perl-IO-Zlib-1:1.14-500.fc39.noarch",
        "Installed: fribidi-1.0.13-2.fc39.x86_64",
        "Installed: libwsman1-2.7.1-14.fc39.x86_64",
        "Installed: libblockdev-btrfs-3.1.1-1.fc39.x86_64",
        "Installed: gstreamer1-1.22.12-1.fc39.x86_64",
        "Installed: sos-4.6.1-1.fc39.noarch",
        "Installed: libxcb-1.13.1-12.fc39.x86_64",
        "Installed: libblockdev-lvm-3.1.1-1.fc39.x86_64",
        "Installed: pango-1.51.0-1.fc39.x86_64",
        "Installed: composefs-1.0.3-1.fc39.x86_64",
        "Installed: gstreamer1-plugins-base-1.22.12-1.fc39.x86_64",
        "Installed: composefs-libs-1.0.3-1.fc39.x86_64",
        "Installed: conmon-2:2.1.12-1.fc39.x86_64",
        "Installed: container-selinux-2:2.232.1-1.fc39.noarch",
        "Installed: containers-common-4:1-99.fc39.noarch",
        "Installed: containers-common-extra-4:1-99.fc39.noarch",
        "Installed: qemu-audio-spice-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-block-curl-2:8.1.3-5.fc39.x86_64",
        "Installed: fuse-2.9.9-17.fc39.x86_64",
        "Installed: fuse-common-3.16.1-1.fc39.x86_64",
        "Installed: libbsd-0.12.2-3.fc39.x86_64",
        "Installed: qemu-char-spice-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-common-2:8.1.3-5.fc39.x86_64",
        "Installed: libdaemon-0.14-26.fc39.x86_64",
        "Installed: fuse3-3.16.1-1.fc39.x86_64",
        "Installed: qemu-device-usb-host-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-device-usb-redirect-2:8.1.3-5.fc39.x86_64",
        "Installed: fuse3-libs-3.16.1-1.fc39.x86_64",
        "Installed: qemu-img-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-kvm-core-2:8.1.3-5.fc39.x86_64",
        "Installed: corosync-3.1.8-1.fc39.x86_64",
        "Installed: corosynclib-3.1.8-1.fc39.x86_64",
        "Installed: udisks2-btrfs-2.10.1-1.fc39.x86_64",
        "Installed: udisks2-iscsi-2.10.1-1.fc39.x86_64",
        "Installed: udisks2-lvm2-2.10.1-1.fc39.x86_64",
        "Installed: libdatrie-0.2.13-7.fc39.x86_64",
        "Installed: libxshmfence-1.3-13.fc39.x86_64",
        "Installed: qemu-system-x86-core-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-ui-opengl-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-ui-spice-core-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-aarch64-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-alpha-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-arm-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-cris-2:8.1.3-5.fc39.x86_64",
        "Installed: criu-3.19-2.fc39.x86_64",
        "Installed: qemu-user-static-hexagon-2:8.1.3-5.fc39.x86_64",
        "Installed: criu-libs-3.19-2.fc39.x86_64",
        "Installed: qemu-user-static-hppa-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-loongarch64-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-m68k-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-microblaze-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-mips-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-nios2-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-or1k-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-ppc-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-riscv-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-s390x-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-sh4-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-sparc-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-x86-2:8.1.3-5.fc39.x86_64",
        "Installed: crun-1.15-1.fc39.x86_64",
        "Installed: qemu-user-static-xtensa-2:8.1.3-5.fc39.x86_64",
        "Installed: gvisor-tap-vsock-6:0.7.4-1.fc39.x86_64",
        "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.4-1.fc39.x86_64",
        "Installed: libogg-2:1.3.5-6.fc39.x86_64",
        "Installed: python3-tomli-2.0.1-8.fc39.noarch",
        "Installed: perl-threads-1:2.36-500.fc39.x86_64",
        "Installed: perl-threads-shared-1.68-500.fc39.x86_64",
        "Installed: python3-tornado-6.3.3-1.fc39.x86_64",
        "Installed: swtpm-0.8.1-3.fc39.x86_64",
        "Installed: swtpm-libs-0.8.1-3.fc39.x86_64",
        "Installed: swtpm-selinux-0.8.1-3.fc39.noarch",
        "Installed: swtpm-tools-0.8.1-3.fc39.x86_64",
        "Installed: yajl-2.1.0-22.fc39.x86_64",
        "Installed: libdrm-2.4.121-1.fc39.x86_64",
        "Installed: cups-libs-1:2.4.10-6.fc39.x86_64",
        "Installed: hwdata-0.385-1.fc39.noarch",
        "Installed: bash-completion-1:2.11-12.fc39.noarch",
        "Installed: daxctl-libs-79-1.fc39.x86_64",
        "Installed: systemd-container-254.16-1.fc39.x86_64",
        "Installed: libfdt-1.7.0-5.fc39.x86_64",
        "Installed: podman-5:4.9.4-1.fc39.x86_64",
        "Installed: policycoreutils-python-utils-3.5-8.fc39.noarch",
        "Installed: usbredir-0.13.0-3.fc39.x86_64",
        "Installed: linux-atm-libs-2.5.1-36.fc39.x86_64",
        "Installed: iproute-tc-6.4.0-2.fc39.x86_64",
        "Installed: libpciaccess-0.16-9.fc39.x86_64",
        "Installed: python3-libvirt-9.7.0-1.fc39.x86_64",
        "Installed: python3-libxml2-2.10.4-3.fc39.x86_64",
        "Installed: dmidecode-1:3.6-1.fc39.x86_64",
        "Installed: dnsmasq-2.90-1.fc39.x86_64",
        "Installed: ipxe-roms-qemu-20220210-4.git64113751.fc39.noarch",
        "Installed: libpmem-1.13.1-1.fc39.x86_64",
        "Installed: libepoxy-1.5.10-4.fc39.x86_64",
        "Installed: iscsi-initiator-utils-6.2.1.9-17.gitc26218d.fc39.x86_64",
        "Installed: iscsi-initiator-utils-iscsiuio-6.2.1.9-17.gitc26218d.fc39.x86_64",
        "Installed: perl-Algorithm-Diff-1.2010-9.fc39.noarch",
        "Installed: numactl-libs-2.0.16-3.fc39.x86_64",
        "Installed: numad-0.5-41.20150602git.fc39.x86_64",
        "Installed: isns-utils-libs-0.101-7.fc39.x86_64",
        "Installed: iso-codes-4.15.0-2.fc39.noarch",
        "Installed: libpng-2:1.6.37-15.fc39.x86_64",
        "Installed: dracut-network-059-16.fc39.x86_64",
        "Installed: dracut-squash-059-16.fc39.x86_64",
        "Installed: libisoburn-1.5.6-5.fc39.x86_64",
        "Installed: libjose-14-1.fc39.x86_64",
        "Installed: teamd-1.32-1.fc39.x86_64",
        "Installed: edk2-ovmf-20240524-3.fc39.noarch",
        "Installed: ndctl-libs-79-1.fc39.x86_64",
        "Installed: lm_sensors-libs-3.6.0-14.fc39.x86_64",
        "Installed: libqb-2.0.8-1.fc39.x86_64",
        "Installed: perl-Archive-Tar-3.02-4.fc39.noarch",
        "Installed: libknet1-1.28-1.fc39.x86_64",
        "Installed: libknet1-compress-bzip2-plugin-1.28-1.fc39.x86_64",
        "Installed: libknet1-compress-lz4-plugin-1.28-1.fc39.x86_64",
        "Installed: libknet1-compress-lzma-plugin-1.28-1.fc39.x86_64",
        "Installed: libknet1-compress-lzo2-plugin-1.28-1.fc39.x86_64",
        "Installed: libknet1-compress-plugins-all-1.28-1.fc39.x86_64",
        "Installed: libknet1-compress-zlib-plugin-1.28-1.fc39.x86_64",
        "Installed: libknet1-compress-zstd-plugin-1.28-1.fc39.x86_64",
        "Installed: libknet1-crypto-nss-plugin-1.28-1.fc39.x86_64",
        "Installed: libknet1-crypto-openssl-plugin-1.28-1.fc39.x86_64",
        "Installed: libknet1-crypto-plugins-all-1.28-1.fc39.x86_64",
        "Installed: graphene-1.10.6-6.fc39.x86_64",
        "Installed: 389-ds-base-2.4.6-1.fc39.x86_64",
        "Installed: 389-ds-base-libs-2.4.6-1.fc39.x86_64",
        "Installed: libknet1-plugins-all-1.28-1.fc39.x86_64",
        "Installed: graphite2-1.3.14-12.fc39.x86_64",
        "Installed: net-snmp-libs-1:5.9.4-5.fc39.x86_64",
        "Installed: rubygem-backports-3.23.0-3.fc39.noarch",
        "Installed: netavark-2:1.12.2-1.fc39.x86_64",
        "Installed: logrotate-3.21.0-4.fc39.x86_64",
        "Installed: rubygem-childprocess-4.1.0-5.fc39.noarch",
        "Installed: librdmacm-46.0-4.fc39.x86_64",
        "Installed: gdk-pixbuf2-2.42.10-5.fc39.x86_64",
        "Installed: tracer-common-1.1-1.fc39.noarch",
        "Installed: libnet-1.3-1.fc39.x86_64",
        "Installed: libnetapi-2:4.19.8-1.fc39.x86_64",
        "Installed: NetworkManager-team-1:1.44.2-1.fc39.x86_64",
        "Installed: jose-14-1.fc39.x86_64",
        "Installed: libnl3-cli-3.9.0-1.fc39.x86_64",
        "Installed: cryptsetup-2.6.1-3.fc39.x86_64",
        "Installed: python3-argcomplete-2.0.0-13.fc39.noarch",
        "Installed: rubygem-ethon-0.15.0-5.fc39.noarch",
        "Installed: libnozzle1-1.28-1.fc39.x86_64",
        "Installed: rubygem-ffi-1.15.5-7.fc39.x86_64"
    ]
}
lsrpackages: cockpit cockpit-* cockpit-networkmanager cockpit-packagekit cockpit-selinux cockpit-storaged cockpit-system cockpit-ws

TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] ***
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15
Saturday 07 September 2024  08:40:49 -0400 (0:02:31.859)       0:02:34.484 **** 
ok: [managed_node2] => {
    "changed": false,
    "cmd": [
        "dnf",
        "-y",
        "install",
        "cockpit-*",
        "--exclude",
        "cockpit-docker",
        "--exclude",
        "cockpit-ostree",
        "--exclude",
        "cockpit-tests"
    ],
    "delta": "0:00:02.097665",
    "end": "2024-09-07 08:40:52.126267",
    "rc": 0,
    "start": "2024-09-07 08:40:50.028602"
}

STDOUT:

Last metadata expiration check: 0:03:34 ago on Sat 07 Sep 2024 08:37:17 AM EDT.
Package cockpit-389-ds-2.4.6-1.fc39.noarch is already installed.
Package cockpit-bridge-322-1.fc39.x86_64 is already installed.
Package cockpit-composer-52-1.fc39.noarch is already installed.
Package cockpit-doc-322-1.fc39.noarch is already installed.
Package cockpit-file-sharing-2.4.5-4.fc39.noarch is already installed.
Package cockpit-ha-cluster-0.11.8-1.fc39.noarch is already installed.
Package cockpit-kdump-322-1.fc39.noarch is already installed.
Package cockpit-machines-317-1.fc39.noarch is already installed.
Package cockpit-navigator-0.5.10-1.fc39.noarch is already installed.
Package cockpit-networkmanager-322-1.fc39.noarch is already installed.
Package cockpit-packagekit-322-1.fc39.noarch is already installed.
Package cockpit-pcp-322-1.fc39.x86_64 is already installed.
Package cockpit-podman-92-1.fc39.noarch is already installed.
Package cockpit-selinux-322-1.fc39.noarch is already installed.
Package cockpit-session-recording-14-2.fc39.noarch is already installed.
Package cockpit-sosreport-322-1.fc39.noarch is already installed.
Package cockpit-storaged-322-1.fc39.noarch is already installed.
Package cockpit-system-322-1.fc39.noarch is already installed.
Package cockpit-ws-322-1.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Saturday 07 September 2024  08:40:52 -0400 (0:00:02.705)       0:02:37.190 **** 
included: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed_node2

TASK [Ensure the cockpit service is enabled] ***********************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Saturday 07 September 2024  08:40:52 -0400 (0:00:00.021)       0:02:37.211 **** 
ERROR! the role 'fedora.linux_system_roles.firewall' was not found in fedora.linux_system_roles:ansible.legacy:/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit

The error appears to be in '/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml': line 5, column 11, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  include_role:
    name: fedora.linux_system_roles.firewall
          ^ here
fatal: [managed_node2]: FAILED! => {
    "changed": false,
    "reason": "the role 'fedora.linux_system_roles.firewall' was not found in fedora.linux_system_roles:ansible.legacy:/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit\n\nThe error appears to be in '/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml': line 5, column 11, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n  include_role:\n    name: fedora.linux_system_roles.firewall\n          ^ here\n"
}

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:59
Saturday 07 September 2024  08:40:52 -0400 (0:00:00.042)       0:02:37.254 **** 
included: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed_node2

TASK [Cleanup - packages] ******************************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
Saturday 07 September 2024  08:40:52 -0400 (0:00:00.032)       0:02:37.287 **** 
changed: [managed_node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: cockpit-322-1.fc39.x86_64",
        "Removed: cockpit-389-ds-2.4.6-1.fc39.noarch",
        "Removed: cockpit-bridge-322-1.fc39.x86_64",
        "Removed: cockpit-composer-52-1.fc39.noarch",
        "Removed: cockpit-doc-322-1.fc39.noarch",
        "Removed: cockpit-file-sharing-2.4.5-4.fc39.noarch",
        "Removed: cockpit-ha-cluster-0.11.8-1.fc39.noarch",
        "Removed: cockpit-kdump-322-1.fc39.noarch",
        "Removed: cockpit-machines-317-1.fc39.noarch",
        "Removed: cockpit-navigator-0.5.10-1.fc39.noarch",
        "Removed: cockpit-networkmanager-322-1.fc39.noarch",
        "Removed: cockpit-packagekit-322-1.fc39.noarch",
        "Removed: cockpit-pcp-322-1.fc39.x86_64",
        "Removed: cockpit-podman-92-1.fc39.noarch",
        "Removed: cockpit-selinux-322-1.fc39.noarch",
        "Removed: cockpit-session-recording-14-2.fc39.noarch",
        "Removed: cockpit-sosreport-322-1.fc39.noarch",
        "Removed: cockpit-storaged-322-1.fc39.noarch",
        "Removed: cockpit-system-322-1.fc39.noarch",
        "Removed: cockpit-ws-322-1.fc39.x86_64"
    ]
}

TASK [Cleanup - services] ******************************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15
Saturday 07 September 2024  08:41:02 -0400 (0:00:10.511)       0:02:47.799 **** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__cockpit_is_ostree | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup - find certificates] *********************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25
Saturday 07 September 2024  08:41:02 -0400 (0:00:00.036)       0:02:47.835 **** 
[WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue:
'/etc/cockpit/ws-certs.d/' is not a directory
ok: [managed_node2] => {
    "changed": false,
    "examined": 0,
    "files": [],
    "matched": 0,
    "skipped_paths": {
        "/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory"
    }
}

MSG:

Not all paths examined, check warnings for details

TASK [Cleanup - certificates] **************************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35
Saturday 07 September 2024  08:41:03 -0400 (0:00:00.524)       0:02:48.360 **** 
skipping: [managed_node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Cleanup - config file] ***************************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44
Saturday 07 September 2024  08:41:03 -0400 (0:00:00.015)       0:02:48.375 **** 
ok: [managed_node2] => {
    "changed": false,
    "path": "/etc/cockpit/cockpit.conf",
    "state": "absent"
}

TASK [Cleanup - port customization] ********************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52
Saturday 07 September 2024  08:41:03 -0400 (0:00:00.480)       0:02:48.856 **** 
ok: [managed_node2] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/",
    "state": "absent"
}

TASK [Cleanup - Reload systemd] ************************************************
task path: /tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60
Saturday 07 September 2024  08:41:04 -0400 (0:00:00.366)       0:02:49.223 **** 
ok: [managed_node2] => {
    "changed": false,
    "name": null,
    "status": {}
}

PLAY RECAP *********************************************************************
managed_node2              : ok=19   changed=2    unreachable=0    failed=1    skipped=5    rescued=0    ignored=0   

Saturday 07 September 2024  08:41:05 -0400 (0:00:01.178)       0:02:50.401 **** 
=============================================================================== 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. - 151.86s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 
Cleanup - packages ----------------------------------------------------- 10.51s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 
fedora.linux_system_roles.cockpit : Ensure full package list is installed --- 2.71s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15 
Gathering Facts --------------------------------------------------------- 1.26s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:2 
Cleanup - Reload systemd ------------------------------------------------ 1.18s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 
fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.55s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 
Cleanup - find certificates --------------------------------------------- 0.52s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 
Cleanup - config file --------------------------------------------------- 0.48s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44 
fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.37s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 
Cleanup - port customization -------------------------------------------- 0.37s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52 
fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 0.08s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.06s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 
Include cockpit role ---------------------------------------------------- 0.04s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:7 
fedora.linux_system_roles.cockpit : Set flag if transactional-update exists --- 0.04s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 
fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.04s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 
Ensure the cockpit service is enabled ----------------------------------- 0.04s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3 
fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 0.04s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2 
fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree --- 0.04s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15 
Cleanup - services ------------------------------------------------------ 0.04s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15 
Cleanup ----------------------------------------------------------------- 0.03s
/tmp/collections-yP7/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:59