ansible-playbook [core 2.17.14] 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-Gjt executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml statically imported: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml statically imported: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. 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_proxy.yml ****************************************************** 1 plays in /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml PLAY [Basic proxy test] ******************************************************** TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Saturday 25 October 2025 15:20:28 -0400 (0:00:00.024) 0:00:00.024 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Saturday 25 October 2025 15:20:28 -0400 (0:00:00.017) 0:00:00.042 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Get facts for external test data] **************************************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Saturday 25 October 2025 15:20:28 -0400 (0:00:00.030) 0:00:00.072 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Saturday 25 October 2025 15:20:28 -0400 (0:00:00.030) 0:00:00.102 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Saturday 25 October 2025 15:20:28 -0400 (0:00:00.034) 0:00:00.137 ****** [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] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Saturday 25 October 2025 15:20:28 -0400 (0:00:00.517) 0:00:00.655 ****** ok: [managed-node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Saturday 25 October 2025 15:20:28 -0400 (0:00:00.019) 0:00:00.674 ****** ok: [managed-node1] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17 Saturday 25 October 2025 15:20:29 -0400 (0:00:00.661) 0:00:01.335 ****** ok: [managed-node1] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } TASK [Set helper fact for Candlepin owner URL] ********************************* task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21 Saturday 25 October 2025 15:20:29 -0400 (0:00:00.034) 0:00:01.369 ****** ok: [managed-node1] => { "ansible_facts": { "_cp_url_owner": "https://candlepin.local:8443/candlepin/owners/donaldduck" }, "changed": false } TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Saturday 25 October 2025 15:20:29 -0400 (0:00:00.034) 0:00:01.404 ****** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Saturday 25 October 2025 15:20:30 -0400 (0:00:00.530) 0:00:01.935 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried TASK [Unregister] ************************************************************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:353 Saturday 25 October 2025 15:20:36 -0400 (0:00:05.761) 0:00:07.696 ****** 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-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.056) 0:00:07.753 ****** included: /tmp/collections-Gjt/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-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.015) 0:00:07.768 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.031) 0:00:07.800 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.015) 0:00:07.816 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.015) 0:00:07.831 ****** 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-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.011) 0:00:07.843 ****** 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-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.010) 0:00:07.854 ****** included: /tmp/collections-Gjt/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-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.030) 0:00:07.884 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.030) 0:00:07.915 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Saturday 25 October 2025 15:20:36 -0400 (0:00:00.029) 0:00:07.945 ****** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Failed to find required executable "subscription-manager" in paths: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin PLAY RECAP ********************************************************************* managed-node1 : ok=11 changed=1 unreachable=0 failed=2 skipped=9 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-25T19:20:36.018622+00:00Z", "host": "managed-node1", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-10-25T19:20:30.260307+00:00Z", "task_name": "Install needed packages", "task_path": "/tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31" }, { "ansible_version": "2.17.14", "end_time": "2025-10-25T19:20:36.743739+00:00Z", "host": "managed-node1", "message": "Failed to find required executable \"subscription-manager\" in paths: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin", "start_time": "2025-10-25T19:20:36.270093+00:00Z", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 15:20:36 -0400 (0:00:00.475) 0:00:08.420 ****** =============================================================================== Install needed packages ------------------------------------------------- 5.76s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Get facts for external test data ---------------------------------------- 0.66s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Add candlepin hostname to /etc/hosts ------------------------------------ 0.53s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Check if system is ostree ----------------------------------------------- 0.52s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 0.48s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Unregister -------------------------------------------------------------- 0.06s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:353 Set local lsr_rhc_test_data --------------------------------------------- 0.03s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Set helper fact for Candlepin owner URL --------------------------------- 0.03s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21 Set helper fact for Candlepin base URL ---------------------------------- 0.03s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17 fedora.linux_system_roles.rhc : Ensure ansible_facts used by role ------- 0.03s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 0.03s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Handle system subscription -------------- 0.03s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Import test data -------------------------------------------------------- 0.03s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get facts for external test data ---------------------------------------- 0.03s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 fedora.linux_system_roles.rhc : Get subscription status ----------------- 0.03s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 fedora.linux_system_roles.rhc : Check if system is ostree --------------- 0.02s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 fedora.linux_system_roles.rhc : Set flag to indicate system is ostree --- 0.02s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 fedora.linux_system_roles.rhc : Set ansible_facts required by role ------ 0.02s /tmp/collections-Gjt/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Oct 25 15:20:27 managed-node1 sshd-session[9440]: Accepted publickey for root from 10.31.42.5 port 40782 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 15:20:27 managed-node1 systemd-logind[610]: New session 15 of user root. ░░ Subject: A new session 15 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 15 has been created for the user root. ░░ ░░ The leading process of the session is 9440. Oct 25 15:20:27 managed-node1 systemd[1]: Started Session 15 of User root. ░░ Subject: A start job for unit session-15.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-15.scope has finished successfully. ░░ ░░ The job identifier is 1591. Oct 25 15:20:27 managed-node1 sshd-session[9440]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 15:20:27 managed-node1 sshd-session[9443]: Received disconnect from 10.31.42.5 port 40782:11: disconnected by user Oct 25 15:20:27 managed-node1 sshd-session[9443]: Disconnected from user root 10.31.42.5 port 40782 Oct 25 15:20:27 managed-node1 sshd-session[9440]: pam_unix(sshd:session): session closed for user root Oct 25 15:20:27 managed-node1 systemd[1]: session-15.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-15.scope has successfully entered the 'dead' state. Oct 25 15:20:27 managed-node1 systemd-logind[610]: Session 15 logged out. Waiting for processes to exit. Oct 25 15:20:27 managed-node1 systemd-logind[610]: Removed session 15. ░░ Subject: Session 15 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 15 has been terminated. Oct 25 15:20:28 managed-node1 sudo[9641]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gpolkpbxdylkwztyybkixwjntfhyvsoa ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1761420028.5079107-9542-107937135904930/AnsiballZ_stat.py' Oct 25 15:20:28 managed-node1 sudo[9641]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 25 15:20:28 managed-node1 python3.9[9643]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 25 15:20:28 managed-node1 sudo[9641]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:29 managed-node1 sudo[9792]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qgufepuethcscojqydlghyxvbjerfelw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1761420029.057164-9604-196239541298110/AnsiballZ_setup.py' Oct 25 15:20:29 managed-node1 sudo[9792]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 25 15:20:29 managed-node1 python3.9[9794]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 25 15:20:29 managed-node1 sudo[9792]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:30 managed-node1 sudo[9945]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-whvworkljlkujfedyxwryslrzgbufxkj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1761420029.788509-9614-251895805919354/AnsiballZ_lineinfile.py' Oct 25 15:20:30 managed-node1 sudo[9945]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 25 15:20:30 managed-node1 python3.9[9947]: ansible-lineinfile Invoked with path=/etc/hosts line=127.0.0.1 candlepin.local regexp=.*candlepin.local state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 15:20:30 managed-node1 sudo[9945]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:30 managed-node1 sudo[10096]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gqdayfguwtxibgcmyjkqoxwfxxzkkfgf ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1761420030.339482-9656-235462360459380/AnsiballZ_setup.py' Oct 25 15:20:30 managed-node1 sudo[10096]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 25 15:20:30 managed-node1 python3.9[10098]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 25 15:20:30 managed-node1 sudo[10096]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:30 managed-node1 sudo[10175]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gllhshwpsysrqivddsqpswjsoxgneesn ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1761420030.339482-9656-235462360459380/AnsiballZ_dnf.py' Oct 25 15:20:30 managed-node1 sudo[10175]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 25 15:20:31 managed-node1 python3.9[10177]: ansible-ansible.legacy.dnf Invoked with name=['podman'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Oct 25 15:20:35 managed-node1 sudo[10175]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:36 managed-node1 sudo[10361]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sgaxkvlimwqhvcfmutxskkmcfwkrmlpc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1761420036.352871-9759-166029672801361/AnsiballZ_redhat_subscription.py' Oct 25 15:20:36 managed-node1 sudo[10361]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 25 15:20:36 managed-node1 python3.9[10363]: ansible-community.general.redhat_subscription Invoked with state=absent force_register=False pool_ids=[] username=None password=NOT_LOGGING_PARAMETER token=NOT_LOGGING_PARAMETER server_hostname=None server_insecure=None server_prefix=None server_port=None rhsm_baseurl=None rhsm_repo_ca_cert=None auto_attach=None activationkey=NOT_LOGGING_PARAMETER org_id=None environment=None consumer_type=None consumer_name=None consumer_id=None server_proxy_hostname=None server_proxy_scheme=None server_proxy_port=None server_proxy_user=None server_proxy_password=NOT_LOGGING_PARAMETER release=None syspurpose=None Oct 25 15:20:36 managed-node1 sudo[10361]: pam_unix(sudo:session): session closed for user root Oct 25 15:20:36 managed-node1 sshd-session[10388]: Accepted publickey for root from 10.31.42.5 port 34972 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 15:20:36 managed-node1 systemd-logind[610]: New session 16 of user root. ░░ Subject: A new session 16 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 16 has been created for the user root. ░░ ░░ The leading process of the session is 10388. Oct 25 15:20:36 managed-node1 systemd[1]: Started Session 16 of User root. ░░ Subject: A start job for unit session-16.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-16.scope has finished successfully. ░░ ░░ The job identifier is 1660. Oct 25 15:20:36 managed-node1 sshd-session[10388]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 15:20:36 managed-node1 sshd-session[10391]: Received disconnect from 10.31.42.5 port 34972:11: disconnected by user Oct 25 15:20:36 managed-node1 sshd-session[10391]: Disconnected from user root 10.31.42.5 port 34972 Oct 25 15:20:36 managed-node1 sshd-session[10388]: pam_unix(sshd:session): session closed for user root Oct 25 15:20:36 managed-node1 systemd[1]: session-16.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-16.scope has successfully entered the 'dead' state. Oct 25 15:20:36 managed-node1 systemd-logind[610]: Session 16 logged out. Waiting for processes to exit. Oct 25 15:20:36 managed-node1 systemd-logind[610]: Removed session 16. ░░ Subject: Session 16 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 16 has been terminated. Oct 25 15:20:37 managed-node1 sshd-session[10416]: Accepted publickey for root from 10.31.42.5 port 34976 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 15:20:37 managed-node1 systemd-logind[610]: New session 17 of user root. ░░ Subject: A new session 17 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 17 has been created for the user root. ░░ ░░ The leading process of the session is 10416. Oct 25 15:20:37 managed-node1 systemd[1]: Started Session 17 of User root. ░░ Subject: A start job for unit session-17.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-17.scope has finished successfully. ░░ ░░ The job identifier is 1729. Oct 25 15:20:37 managed-node1 sshd-session[10416]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)