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-bmE 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 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_ipsets.yml ***************************************************** 1 plays in /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml PLAY [Test firewall user defined ipsets] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:2 Saturday 11 October 2025 01:23:20 -0400 (0:00:00.022) 0:00:00.022 ****** [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 [Start from clean slate] ************************************************** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:11 Saturday 11 October 2025 01:23:21 -0400 (0:00:01.139) 0:00:01.161 ****** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 11 October 2025 01:23:21 -0400 (0:00:00.038) 0:00:01.200 ****** included: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 11 October 2025 01:23:21 -0400 (0:00:00.026) 0:00:01.226 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 11 October 2025 01:23:21 -0400 (0:00:00.032) 0:00:01.259 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 11 October 2025 01:23:22 -0400 (0:00:00.437) 0:00:01.697 ****** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 11 October 2025 01:23:22 -0400 (0:00:00.022) 0:00:01.719 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 11 October 2025 01:23:22 -0400 (0:00:00.354) 0:00:02.073 ****** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 11 October 2025 01:23:22 -0400 (0:00:00.021) 0:00:02.095 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008677", "end": "2025-10-11 01:23:23.008894", "failed_when_result": false, "rc": 0, "start": "2025-10-11 01:23:23.000217" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 11 October 2025 01:23:23 -0400 (0:00:00.444) 0:00:02.539 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 11 October 2025 01:23:23 -0400 (0:00:00.036) 0:00:02.576 ****** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 11 October 2025 01:23:23 -0400 (0:00:00.022) 0:00:02.598 ****** 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 [Cleanup] ***************************************************************** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:225 Saturday 11 October 2025 01:23:27 -0400 (0:00:04.279) 0:00:06.878 ****** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.045) 0:00:06.923 ****** included: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.026) 0:00:06.950 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.034) 0:00:06.984 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.022) 0:00:07.007 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.021) 0:00:07.029 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.028) 0:00:07.057 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.026) 0:00:07.083 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.027) 0:00:07.110 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.028) 0:00:07.139 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 11 October 2025 01:23:27 -0400 (0:00:00.028) 0:00:07.167 ****** 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 PLAY RECAP ********************************************************************* managed-node1 : ok=11 changed=0 unreachable=0 failed=2 skipped=10 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-11T05:23:27.397059+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-11T05:23:23.121810+00:00Z", "task_name": "Install firewalld", "task_path": "/tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51" }, { "ansible_version": "2.17.14", "end_time": "2025-10-11T05:23:32.196832+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-11T05:23:27.692743+00:00Z", "task_name": "Install firewalld", "task_path": "/tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 11 October 2025 01:23:32 -0400 (0:00:04.507) 0:00:11.675 ****** =============================================================================== fedora.linux_system_roles.firewall : Install firewalld ------------------ 4.51s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 fedora.linux_system_roles.firewall : Install firewalld ------------------ 4.28s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Gathering Facts --------------------------------------------------------- 1.14s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:2 fedora.linux_system_roles.firewall : Run systemctl ---------------------- 0.44s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.44s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.35s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Cleanup ----------------------------------------------------------------- 0.05s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:225 Start from clean slate -------------------------------------------------- 0.04s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:11 fedora.linux_system_roles.firewall : Require installed systemd ---------- 0.04s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.03s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.03s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 fedora.linux_system_roles.firewall : Require installed systemd ---------- 0.03s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.03s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 fedora.linux_system_roles.firewall : Run systemctl ---------------------- 0.03s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 fedora.linux_system_roles.firewall : Setup firewalld -------------------- 0.03s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available --- 0.03s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 fedora.linux_system_roles.firewall : Setup firewalld -------------------- 0.03s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 fedora.linux_system_roles.firewall : Set flag if transactional-update exists --- 0.03s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.02s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available --- 0.02s /tmp/collections-bmE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Oct 11 01:23:19 managed-node1 sudo[10380]: pam_unix(sudo:session): session closed for user root Oct 11 01:23:19 managed-node1 sshd-session[10440]: Accepted publickey for root from 10.31.41.173 port 59412 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 01:23:19 managed-node1 systemd-logind[612]: New session 12 of user root. ░░ Subject: A new session 12 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 12 has been created for the user root. ░░ ░░ The leading process of the session is 10440. Oct 11 01:23:19 managed-node1 systemd[1]: Started Session 12 of User root. ░░ Subject: A start job for unit session-12.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-12.scope has finished successfully. ░░ ░░ The job identifier is 1384. Oct 11 01:23:19 managed-node1 sshd-session[10440]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 01:23:20 managed-node1 sshd-session[10443]: Received disconnect from 10.31.41.173 port 59412:11: disconnected by user Oct 11 01:23:20 managed-node1 sshd-session[10443]: Disconnected from user root 10.31.41.173 port 59412 Oct 11 01:23:20 managed-node1 sshd-session[10440]: pam_unix(sshd:session): session closed for user root Oct 11 01:23:20 managed-node1 systemd[1]: session-12.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-12.scope has successfully entered the 'dead' state. Oct 11 01:23:20 managed-node1 systemd-logind[612]: Session 12 logged out. Waiting for processes to exit. Oct 11 01:23:20 managed-node1 systemd-logind[612]: Removed session 12. ░░ Subject: Session 12 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 12 has been terminated. Oct 11 01:23:20 managed-node1 sshd-session[10468]: Accepted publickey for root from 10.31.41.173 port 59428 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 01:23:20 managed-node1 systemd-logind[612]: New session 13 of user root. ░░ Subject: A new session 13 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 13 has been created for the user root. ░░ ░░ The leading process of the session is 10468. Oct 11 01:23:20 managed-node1 systemd[1]: Started Session 13 of User root. ░░ Subject: A start job for unit session-13.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-13.scope has finished successfully. ░░ ░░ The job identifier is 1453. Oct 11 01:23:20 managed-node1 sshd-session[10468]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 01:23:20 managed-node1 sshd-session[10471]: Received disconnect from 10.31.41.173 port 59428:11: disconnected by user Oct 11 01:23:20 managed-node1 sshd-session[10471]: Disconnected from user root 10.31.41.173 port 59428 Oct 11 01:23:20 managed-node1 sshd-session[10468]: pam_unix(sshd:session): session closed for user root Oct 11 01:23:20 managed-node1 systemd[1]: session-13.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-13.scope has successfully entered the 'dead' state. Oct 11 01:23:20 managed-node1 systemd-logind[612]: Session 13 logged out. Waiting for processes to exit. Oct 11 01:23:20 managed-node1 systemd-logind[612]: Removed session 13. ░░ Subject: Session 13 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 13 has been terminated. Oct 11 01:23:21 managed-node1 sudo[10669]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mkscrbdtrafdbxrvdyfdjiaughlqxyal ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760160200.5865734-9397-97707834623321/AnsiballZ_setup.py' Oct 11 01:23:21 managed-node1 sudo[10669]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 01:23:21 managed-node1 python3.9[10671]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 11 01:23:21 managed-node1 sudo[10669]: pam_unix(sudo:session): session closed for user root Oct 11 01:23:22 managed-node1 sudo[10850]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jxwgrwlokegzvcbmqnvigzwxhbrxqajj ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760160201.8264675-9502-42920287956360/AnsiballZ_stat.py' Oct 11 01:23:22 managed-node1 sudo[10850]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 01:23:22 managed-node1 python3.9[10852]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 01:23:22 managed-node1 sudo[10850]: pam_unix(sudo:session): session closed for user root Oct 11 01:23:22 managed-node1 sudo[11001]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bfjuhntlovwctgzwejzexesctdotwukw ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760160202.2876189-9518-200241036706387/AnsiballZ_stat.py' Oct 11 01:23:22 managed-node1 sudo[11001]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 01:23:22 managed-node1 python3.9[11003]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 01:23:22 managed-node1 sudo[11001]: pam_unix(sudo:session): session closed for user root Oct 11 01:23:22 managed-node1 sudo[11152]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-suvvpkcauknpgjikosprrojyrbavtfby ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760160202.6624672-9527-22506941083124/AnsiballZ_command.py' Oct 11 01:23:22 managed-node1 sudo[11152]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 01:23:23 managed-node1 python3.9[11154]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 11 01:23:23 managed-node1 sudo[11152]: pam_unix(sudo:session): session closed for user root Oct 11 01:23:23 managed-node1 sudo[11304]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wwgyjolbxvjzhpedswkrbweoxjbbhsqc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760160203.1811233-9544-78943258059675/AnsiballZ_dnf.py' Oct 11 01:23:23 managed-node1 sudo[11304]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 01:23:23 managed-node1 python3.9[11306]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] 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 11 01:23:27 managed-node1 sudo[11304]: pam_unix(sudo:session): session closed for user root Oct 11 01:23:27 managed-node1 sudo[11488]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ftfrmpymomuhvotljldhisomqzacabsf ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760160207.7704976-9780-257218368485696/AnsiballZ_dnf.py' Oct 11 01:23:27 managed-node1 sudo[11488]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 01:23:28 managed-node1 python3.9[11490]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] 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 11 01:23:32 managed-node1 sudo[11488]: pam_unix(sudo:session): session closed for user root Oct 11 01:23:32 managed-node1 sshd-session[11548]: Accepted publickey for root from 10.31.41.173 port 57606 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 01:23:32 managed-node1 systemd-logind[612]: New session 14 of user root. ░░ Subject: A new session 14 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 14 has been created for the user root. ░░ ░░ The leading process of the session is 11548. Oct 11 01:23:32 managed-node1 systemd[1]: Started Session 14 of User root. ░░ Subject: A start job for unit session-14.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-14.scope has finished successfully. ░░ ░░ The job identifier is 1522. Oct 11 01:23:32 managed-node1 sshd-session[11548]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 01:23:32 managed-node1 sshd-session[11551]: Received disconnect from 10.31.41.173 port 57606:11: disconnected by user Oct 11 01:23:32 managed-node1 sshd-session[11551]: Disconnected from user root 10.31.41.173 port 57606 Oct 11 01:23:32 managed-node1 sshd-session[11548]: pam_unix(sshd:session): session closed for user root Oct 11 01:23:32 managed-node1 systemd[1]: session-14.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-14.scope has successfully entered the 'dead' state. Oct 11 01:23:32 managed-node1 systemd-logind[612]: Session 14 logged out. Waiting for processes to exit. Oct 11 01:23:32 managed-node1 systemd-logind[612]: Removed session 14. ░░ Subject: Session 14 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 14 has been terminated. Oct 11 01:23:32 managed-node1 sshd-session[11576]: Accepted publickey for root from 10.31.41.173 port 57622 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 01:23:32 managed-node1 systemd-logind[612]: 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 11576. Oct 11 01:23:32 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 11 01:23:32 managed-node1 sshd-session[11576]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)