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

PLAY [Ensure that the role runs with default parameters] ***********************

TASK [Run the role with default parameters] ************************************
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:9
Saturday 11 January 2025  14:19:53 -0500 (0:00:00.008)       0:00:00.008 ****** 
included: fedora.linux_system_roles.rhc for managed-node1

TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ******
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3
Saturday 11 January 2025  14:19:53 -0500 (0:00:00.018)       0:00:00.026 ****** 
included: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] *******
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3
Saturday 11 January 2025  14:19:53 -0500 (0:00:00.016)       0:00:00.043 ****** 
[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 [fedora.linux_system_roles.rhc : Check if system is ostree] ***************
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11
Saturday 11 January 2025  14:19:55 -0500 (0:00:02.152)       0:00:02.195 ****** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] ***
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16
Saturday 11 January 2025  14:19:55 -0500 (0:00:00.509)       0:00:02.704 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rhc_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] ***
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20
Saturday 11 January 2025  14:19:55 -0500 (0:00:00.020)       0:00:02.725 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] **********
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6
Saturday 11 January 2025  14:19:55 -0500 (0:00:00.011)       0:00:02.736 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Handle system subscription] **************
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15
Saturday 11 January 2025  14:19:55 -0500 (0:00:00.011)       0:00:02.748 ****** 
included: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1

TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] ***
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3
Saturday 11 January 2025  14:19:55 -0500 (0:00:00.042)       0:00:02.790 ****** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: virt-what-1.27-1.el9.x86_64",
        "Installed: python3-librepo-1.14.5-2.el9.x86_64",
        "Installed: subscription-manager-1.29.43-1.el9.x86_64",
        "Installed: python3-iniparse-0.4-45.el9.noarch",
        "Installed: python3-inotify-0.9.6-25.el9.noarch",
        "Installed: libdnf-plugin-subscription-manager-1.29.43-1.el9.x86_64",
        "Installed: python3-cloud-what-1.29.43-1.el9.x86_64",
        "Installed: usermode-1.114-5.el9.x86_64",
        "Installed: python3-subscription-manager-rhsm-1.29.43-1.el9.x86_64",
        "Installed: subscription-manager-rhsm-certificates-20220623-1.el9.noarch",
        "Installed: python3-decorator-4.4.2-6.el9.noarch",
        "Installed: dmidecode-1:3.6-1.el9.x86_64"
    ]
}
lsrpackages: subscription-manager

TASK [fedora.linux_system_roles.rhc : Get subscription status] *****************
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10
Saturday 11 January 2025  14:20:18 -0500 (0:00:22.462)       0:00:25.253 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not rhc_release is none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Call subscription-manager] ***************
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23
Saturday 11 January 2025  14:20:18 -0500 (0:00:00.034)       0:00:25.288 ****** 
fatal: [managed-node1]: FAILED! => {
    "changed": false
}

MSG:

state is present but any of the following are missing: username, activationkey, token

TASK [Assert that the role failed with missing credentials] ********************
task path: /tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:18
Saturday 11 January 2025  14:20:19 -0500 (0:00:00.830)       0:00:26.118 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

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


TASKS RECAP ********************************************************************
Saturday 11 January 2025  14:20:19 -0500 (0:00:00.014)       0:00:26.133 ****** 
=============================================================================== 
fedora.linux_system_roles.rhc : Ensure required packages are installed -- 22.46s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 
fedora.linux_system_roles.rhc : Ensure ansible_facts used by role ------- 2.15s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 
fedora.linux_system_roles.rhc : Call subscription-manager --------------- 0.83s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 
fedora.linux_system_roles.rhc : Check if system is ostree --------------- 0.51s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 
fedora.linux_system_roles.rhc : Handle system subscription -------------- 0.04s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 
fedora.linux_system_roles.rhc : Get subscription status ----------------- 0.03s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 
fedora.linux_system_roles.rhc : Set flag to indicate system is ostree --- 0.02s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 
Run the role with default parameters ------------------------------------ 0.02s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:9 
fedora.linux_system_roles.rhc : Set ansible_facts required by role ------ 0.02s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 
Assert that the role failed with missing credentials -------------------- 0.01s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:18 
fedora.linux_system_roles.rhc : Check if insights-packages are installed --- 0.01s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 
fedora.linux_system_roles.rhc : Handle insights unregistration ---------- 0.01s
/tmp/collections-YG5/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6