ansible-playbook [core 2.17.7]
  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-zxt
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.8 (main, Dec  3 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12)
  jinja version = 3.1.5
  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-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:2
Saturday 04 January 2025  07:38:38 -0500 (0:00:00.007)       0:00:00.007 ****** 
[WARNING]: Platform linux on host managed-node1 is using the discovered Python
interpreter at /usr/bin/python3.9, 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-node1]

TASK [Include cockpit role] ****************************************************
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:8
Saturday 04 January 2025  07:38:39 -0500 (0:00:01.001)       0:00:01.008 ****** 
included: fedora.linux_system_roles.cockpit for managed-node1

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Saturday 04 January 2025  07:38:39 -0500 (0:00:00.050)       0:00:01.059 ****** 
included: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 04 January 2025  07:38:39 -0500 (0:00:00.020)       0:00:01.079 ****** 
skipping: [managed-node1] => {
    "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-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Saturday 04 January 2025  07:38:39 -0500 (0:00:00.033)       0:00:01.113 ****** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Saturday 04 January 2025  07:38:39 -0500 (0:00:00.402)       0:00:01.516 ****** 
ok: [managed-node1] => {
    "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-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Saturday 04 January 2025  07:38:39 -0500 (0:00:00.022)       0:00:01.538 ****** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Saturday 04 January 2025  07:38:40 -0500 (0:00:00.321)       0:00:01.859 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__cockpit_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Saturday 04 January 2025  07:38:40 -0500 (0:00:00.023)       0:00:01.883 ****** 
ok: [managed-node1] => (item=/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-9.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-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-9.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Saturday 04 January 2025  07:38:40 -0500 (0:00:00.023)       0:00:01.907 ****** 
skipping: [managed-node1] => {
    "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-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Saturday 04 January 2025  07:38:40 -0500 (0:00:00.014)       0:00:01.921 ****** 
skipping: [managed-node1] => {
    "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-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Saturday 04 January 2025  07:38:40 -0500 (0:00:00.012)       0:00:01.933 ****** 
included: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed-node1 => (item=/tmp/collections-zxt/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-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Saturday 04 January 2025  07:38:40 -0500 (0:00:00.044)       0:00:01.978 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "cockpit_packages": "full"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Saturday 04 January 2025  07:38:40 -0500 (0:00:00.021)       0:00:01.999 ****** 
fatal: [managed-node1]: FAILED! => {
    "changed": false,
    "failures": [],
    "rc": 1,
    "results": []
}

MSG:

Depsolve Error occurred: 
 Problem: cannot install both cockpit-bridge-331-1.el9.x86_64 from baseos and cockpit-bridge-330-1.el9.x86_64 from baseos
  - cannot install the best candidate for the job

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:62
Saturday 04 January 2025  07:38:41 -0500 (0:00:01.489)       0:00:03.489 ****** 
included: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed-node1

TASK [Cleanup - packages] ******************************************************
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
Saturday 04 January 2025  07:38:41 -0500 (0:00:00.030)       0:00:03.519 ****** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Cleanup - services] ******************************************************
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15
Saturday 04 January 2025  07:38:43 -0500 (0:00:01.315)       0:00:04.835 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__cockpit_is_ostree | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup - find certificates] *********************************************
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25
Saturday 04 January 2025  07:38:43 -0500 (0:00:00.048)       0:00:04.884 ****** 
[WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue:
'/etc/cockpit/ws-certs.d/' is not a directory
ok: [managed-node1] => {
    "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-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35
Saturday 04 January 2025  07:38:43 -0500 (0:00:00.406)       0:00:05.290 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Cleanup - config file] ***************************************************
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44
Saturday 04 January 2025  07:38:43 -0500 (0:00:00.013)       0:00:05.303 ****** 
ok: [managed-node1] => {
    "changed": false,
    "path": "/etc/cockpit/cockpit.conf",
    "state": "absent"
}

TASK [Cleanup - port customization] ********************************************
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52
Saturday 04 January 2025  07:38:44 -0500 (0:00:00.444)       0:00:05.747 ****** 
ok: [managed-node1] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/",
    "state": "absent"
}

TASK [Cleanup - Reload systemd] ************************************************
task path: /tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60
Saturday 04 January 2025  07:38:44 -0500 (0:00:00.353)       0:00:06.101 ****** 
ok: [managed-node1] => {
    "changed": false,
    "name": null,
    "status": {}
}

PLAY RECAP *********************************************************************
managed-node1              : ok=16   changed=0    unreachable=0    failed=1    skipped=5    rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Saturday 04 January 2025  07:38:45 -0500 (0:00:00.914)       0:00:07.015 ****** 
=============================================================================== 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. --- 1.49s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 
Cleanup - packages ------------------------------------------------------ 1.32s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 
Gathering Facts --------------------------------------------------------- 1.00s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:2 
Cleanup - Reload systemd ------------------------------------------------ 0.91s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 
Cleanup - config file --------------------------------------------------- 0.44s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44 
Cleanup - find certificates --------------------------------------------- 0.41s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 
fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.40s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 
Cleanup - port customization -------------------------------------------- 0.35s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52 
fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.32s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 
Include cockpit role ---------------------------------------------------- 0.05s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:8 
Cleanup - services ------------------------------------------------------ 0.05s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15 
fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 0.04s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.03s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 
Cleanup ----------------------------------------------------------------- 0.03s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:62 
fedora.linux_system_roles.cockpit : Set flag if transactional-update exists --- 0.02s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 
fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.02s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 
fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree --- 0.02s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15 
fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 0.02s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2 
fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role --- 0.02s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2 
fedora.linux_system_roles.cockpit : List active RHEL repositories ------- 0.01s
/tmp/collections-zxt/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11