[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.4]
  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-sbT
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/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_default.yml ****************************************************
1 plays in /tmp/collections-sbT/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-sbT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:9
Saturday 14 September 2024  15:21:07 -0400 (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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3
Saturday 14 September 2024  15:21:07 -0400 (0:00:00.016)       0:00:00.024 **** 
included: /tmp/collections-sbT/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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3
Saturday 14 September 2024  15:21:07 -0400 (0:00:00.027)       0:00:00.052 **** 
[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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11
Saturday 14 September 2024  15:21:10 -0400 (0:00:02.959)       0:00:03.011 **** 
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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16
Saturday 14 September 2024  15:21:10 -0400 (0:00:00.380)       0:00:03.392 **** 
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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20
Saturday 14 September 2024  15:21:10 -0400 (0:00:00.019)       0:00:03.411 **** 
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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6
Saturday 14 September 2024  15:21:10 -0400 (0:00:00.010)       0:00:03.421 **** 
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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15
Saturday 14 September 2024  15:21:10 -0400 (0:00:00.009)       0:00:03.431 **** 
included: /tmp/collections-sbT/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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3
Saturday 14 September 2024  15:21:10 -0400 (0:00:00.024)       0:00:03.456 **** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: subscription-manager

TASK [fedora.linux_system_roles.rhc : Get subscription status] *****************
task path: /tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10
Saturday 14 September 2024  15:21:27 -0400 (0:00:16.612)       0:00:20.069 **** 
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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23
Saturday 14 September 2024  15:21:27 -0400 (0:00:00.033)       0:00:20.102 **** 
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-sbT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:18
Saturday 14 September 2024  15:21:28 -0400 (0:00:00.868)       0:00:20.971 **** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

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

Saturday 14 September 2024  15:21:28 -0400 (0:00:00.016)       0:00:20.988 **** 
=============================================================================== 
fedora.linux_system_roles.rhc : Ensure required packages are installed -- 16.61s
/tmp/collections-sbT/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.96s
/tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 
fedora.linux_system_roles.rhc : Call subscription-manager --------------- 0.87s
/tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 
fedora.linux_system_roles.rhc : Check if system is ostree --------------- 0.38s
/tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 
fedora.linux_system_roles.rhc : Get subscription status ----------------- 0.03s
/tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 
fedora.linux_system_roles.rhc : Set ansible_facts required by role ------ 0.03s
/tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 
fedora.linux_system_roles.rhc : Handle system subscription -------------- 0.02s
/tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 
fedora.linux_system_roles.rhc : Set flag to indicate system is ostree --- 0.02s
/tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 
Assert that the role failed with missing credentials -------------------- 0.02s
/tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:18 
Run the role with default parameters ------------------------------------ 0.02s
/tmp/collections-sbT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:9 
fedora.linux_system_roles.rhc : Check if insights-packages are installed --- 0.01s
/tmp/collections-sbT/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-sbT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6