[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.16.9] 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/tmp.KTKxTQopmD executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/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/tmp.KTKxTQopmD/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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:9 Monday 05 August 2024 11:01:27 -0400 (0:00:00.009) 0:00:00.009 ********* TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Monday 05 August 2024 11:01:27 -0400 (0:00:00.018) 0:00:00.027 ********* included: /tmp/tmp.KTKxTQopmD/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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Monday 05 August 2024 11:01:27 -0400 (0:00:00.036) 0:00:00.064 ********* ok: [managed_node1] TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Monday 05 August 2024 11:01:29 -0400 (0:00:01.933) 0:00:01.998 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Monday 05 August 2024 11:01:30 -0400 (0:00:00.406) 0:00:02.404 ********* 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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Monday 05 August 2024 11:01:30 -0400 (0:00:00.019) 0:00:02.424 ********* 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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Monday 05 August 2024 11:01:30 -0400 (0:00:00.011) 0:00:02.435 ********* 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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Monday 05 August 2024 11:01:30 -0400 (0:00:00.011) 0:00:02.447 ********* included: /tmp/tmp.KTKxTQopmD/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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Monday 05 August 2024 11:01:30 -0400 (0:00:00.027) 0:00:02.474 ********* changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-inotify-0.9.6-13.el8.noarch", "Installed: python3-librepo-1.14.2-5.el8.x86_64", "Installed: python3-cloud-what-1.28.42-1.el8.x86_64", "Installed: python3-subscription-manager-rhsm-1.28.42-1.el8.x86_64", "Installed: usermode-1.113-2.el8.x86_64", "Installed: python3-ethtool-0.14-5.el8.x86_64", "Installed: dnf-plugin-subscription-manager-1.28.42-1.el8.x86_64", "Installed: subscription-manager-rhsm-certificates-20220623-1.el8.noarch", "Installed: subscription-manager-1.28.42-1.el8.x86_64", "Installed: python3-iniparse-0.4-31.el8.noarch" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Monday 05 August 2024 11:01:40 -0400 (0:00:09.652) 0:00:12.126 ********* 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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Monday 05 August 2024 11:01:40 -0400 (0:00:00.034) 0:00:12.161 ********* 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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:18 Monday 05 August 2024 11:01:41 -0400 (0:00:00.952) 0:00:13.113 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed_node1 : ok=7 changed=1 unreachable=0 failed=0 skipped=3 rescued=1 ignored=0 Monday 05 August 2024 11:01:41 -0400 (0:00:00.017) 0:00:13.131 ********* =============================================================================== fedora.linux_system_roles.rhc : Ensure required packages are installed --- 9.65s /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Ensure ansible_facts used by role ------- 1.93s /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 0.95s /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Check if system is ostree --------------- 0.41s /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 fedora.linux_system_roles.rhc : Set ansible_facts required by role ------ 0.04s /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 fedora.linux_system_roles.rhc : Get subscription status ----------------- 0.03s /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 fedora.linux_system_roles.rhc : Handle system subscription -------------- 0.03s /tmp/tmp.KTKxTQopmD/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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Run the role with default parameters ------------------------------------ 0.02s /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:9 Assert that the role failed with missing credentials -------------------- 0.02s /tmp/tmp.KTKxTQopmD/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/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 fedora.linux_system_roles.rhc : Handle insights unregistration ---------- 0.01s /tmp/tmp.KTKxTQopmD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6