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-ScU 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_multiple_sudoers.yml ******************************************* 1 plays in /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml PLAY [Test multiple sudoers] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:2 Saturday 11 October 2025 19:24:16 -0400 (0:00:00.018) 0:00:00.018 ****** [WARNING]: Platform linux on host managed-node2 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-node2] TASK [Test setup] ************************************************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:7 Saturday 11 October 2025 19:24:17 -0400 (0:00:01.059) 0:00:01.078 ****** included: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node2 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Saturday 11 October 2025 19:24:17 -0400 (0:00:00.030) 0:00:01.108 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_afoj4p9k", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Saturday 11 October 2025 19:24:17 -0400 (0:00:00.405) 0:00:01.513 ****** changed: [managed-node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_afoj4p9k/sudoers", "gid": 0, "group": "root", "md5sum": "1b134d95a4618029ff962a63b021e1ca", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4328, "src": "/etc/sudoers", "state": "file", "uid": 0 } TASK [Backup sudoers.d] ******************************************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Saturday 11 October 2025 19:24:18 -0400 (0:00:00.461) 0:00:01.975 ****** changed: [managed-node2] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_afoj4p9k/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "src": "/etc/sudoers.d", "state": "directory", "uid": 0 } TASK [Run the role] ************************************************************ task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:10 Saturday 11 October 2025 19:24:18 -0400 (0:00:00.340) 0:00:02.315 ****** included: fedora.linux_system_roles.sudo for managed-node2 TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Saturday 11 October 2025 19:24:18 -0400 (0:00:00.036) 0:00:02.351 ****** included: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.sudo : Ensure ansible_facts used by role] ****** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Saturday 11 October 2025 19:24:18 -0400 (0:00:00.021) 0:00:02.373 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__sudo_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Saturday 11 October 2025 19:24:18 -0400 (0:00:00.036) 0:00:02.410 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag to indicate system is ostree] *** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Saturday 11 October 2025 19:24:18 -0400 (0:00:00.422) 0:00:02.832 ****** ok: [managed-node2] => { "ansible_facts": { "__sudo_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Saturday 11 October 2025 19:24:18 -0400 (0:00:00.023) 0:00:02.856 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Saturday 11 October 2025 19:24:19 -0400 (0:00:00.330) 0:00:03.186 ****** ok: [managed-node2] => { "ansible_facts": { "__sudo_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.sudo : Set platform/version specific variables] *** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Saturday 11 October 2025 19:24:19 -0400 (0:00:00.022) 0:00:03.209 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.sudo : Scan sudoers] *************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Saturday 11 October 2025 19:24:19 -0400 (0:00:00.031) 0:00:03.241 ****** ok: [managed-node2] => { "ansible_facts": { "sudoers": { "all_scanned_files": [ "/etc/sudoers" ], "sudoers_files": [ { "defaults": [ "!visiblepw", "always_set_home", "match_group_by_gid", "always_query_group_plugin", "env_reset", { "secure_path": [ "/sbin", "/bin", "/usr/sbin", "/usr/bin" ] }, { "env_keep": [ "COLORS", "DISPLAY", "HOSTNAME", "HISTSIZE", "KDEDIR", "LS_COLORS", "MAIL", "PS1", "PS2", "QTDIR", "USERNAME", "LANG", "LC_ADDRESS", "LC_CTYPE", "LC_COLLATE", "LC_IDENTIFICATION", "LC_MEASUREMENT", "LC_MESSAGES", "LC_MONETARY", "LC_NAME", "LC_NUMERIC", "LC_PAPER", "LC_TELEPHONE", "LC_TIME", "LC_ALL", "LANGUAGE", "LINGUAS", "_XKB_CHARSET", "XAUTHORITY" ] } ], "include_directories": [ "/etc/sudoers.d" ], "include_files": [], "path": "/etc/sudoers", "user_specifications": [ { "commands": [ "ALL" ], "hosts": [ "ALL" ], "operators": [ "ALL" ], "users": [ "root" ] }, { "commands": [ "ALL" ], "hosts": [ "ALL" ], "operators": [ "ALL" ], "users": [ "%wheel" ] } ] } ] } }, "changed": false } TASK [fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role] *** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Saturday 11 October 2025 19:24:19 -0400 (0:00:00.423) 0:00:03.665 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.sudo : Ensure sudo is installed] *************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 Saturday 11 October 2025 19:24:19 -0400 (0:00:00.030) 0:00:03.695 ****** fatal: [managed-node2]: 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 [Test cleanup] ************************************************************ task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:132 Saturday 11 October 2025 19:24:24 -0400 (0:00:05.239) 0:00:08.934 ****** included: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml for managed-node2 TASK [Restore sudoers] ********************************************************* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Saturday 11 October 2025 19:24:25 -0400 (0:00:00.039) 0:00:08.974 ****** ok: [managed-node2] => { "changed": false, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/etc/sudoers", "gid": 0, "group": "root", "md5sum": "1b134d95a4618029ff962a63b021e1ca", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4328, "src": "/var/tmp/sudo_afoj4p9k/sudoers", "state": "file", "uid": 0 } TASK [Restore sudoers.d] ******************************************************* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Saturday 11 October 2025 19:24:25 -0400 (0:00:00.349) 0:00:09.323 ****** changed: [managed-node2] => { "changed": true, "checksum": null, "dest": "/etc/sudoers.d/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "src": "/var/tmp/sudo_afoj4p9k/sudoers.d", "state": "directory", "uid": 0 } TASK [Clean up temp directory] ************************************************* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Saturday 11 October 2025 19:24:25 -0400 (0:00:00.345) 0:00:09.668 ****** changed: [managed-node2] => { "changed": true, "path": "/var/tmp/sudo_afoj4p9k", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=16 changed=5 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-11T23:24:24.983462+00:00Z", "host": "managed-node2", "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-11T23:24:19.752335+00:00Z", "task_name": "Ensure sudo is installed", "task_path": "/tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 11 October 2025 19:24:26 -0400 (0:00:00.522) 0:00:10.191 ****** =============================================================================== fedora.linux_system_roles.sudo : Ensure sudo is installed --------------- 5.24s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 Gathering Facts --------------------------------------------------------- 1.06s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:2 Clean up temp directory ------------------------------------------------- 0.52s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Backup sudoers ---------------------------------------------------------- 0.46s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.42s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.42s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Create temp test directory ---------------------------------------------- 0.41s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Restore sudoers --------------------------------------------------------- 0.35s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Restore sudoers.d ------------------------------------------------------- 0.35s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Backup sudoers.d -------------------------------------------------------- 0.34s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin --- 0.33s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Test cleanup ------------------------------------------------------------ 0.04s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:132 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.04s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Run the role ------------------------------------------------------------ 0.04s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:10 fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.03s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Test setup -------------------------------------------------------------- 0.03s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:7 fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role --- 0.03s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.02s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.02s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 fedora.linux_system_roles.sudo : Set version specific variables --------- 0.02s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Oct 11 19:24:15 managed-node2 sshd-session[9452]: Received disconnect from 10.31.47.129 port 42572:11: disconnected by user Oct 11 19:24:15 managed-node2 sshd-session[9452]: Disconnected from user root 10.31.47.129 port 42572 Oct 11 19:24:15 managed-node2 sshd-session[9449]: pam_unix(sshd:session): session closed for user root Oct 11 19:24:15 managed-node2 systemd[1]: session-9.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-9.scope has successfully entered the 'dead' state. Oct 11 19:24:15 managed-node2 systemd-logind[597]: Session 9 logged out. Waiting for processes to exit. Oct 11 19:24:15 managed-node2 systemd-logind[597]: Removed session 9. ░░ Subject: Session 9 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 9 has been terminated. Oct 11 19:24:15 managed-node2 sshd-session[9477]: Accepted publickey for root from 10.31.47.129 port 42588 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 19:24:15 managed-node2 systemd-logind[597]: New session 10 of user root. ░░ Subject: A new session 10 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 10 has been created for the user root. ░░ ░░ The leading process of the session is 9477. Oct 11 19:24:15 managed-node2 systemd[1]: Started Session 10 of User root. ░░ Subject: A start job for unit session-10.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-10.scope has finished successfully. ░░ ░░ The job identifier is 1250. Oct 11 19:24:15 managed-node2 sshd-session[9477]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 19:24:15 managed-node2 sshd-session[9480]: Received disconnect from 10.31.47.129 port 42588:11: disconnected by user Oct 11 19:24:15 managed-node2 sshd-session[9480]: Disconnected from user root 10.31.47.129 port 42588 Oct 11 19:24:15 managed-node2 sshd-session[9477]: pam_unix(sshd:session): session closed for user root Oct 11 19:24:15 managed-node2 systemd[1]: session-10.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-10.scope has successfully entered the 'dead' state. Oct 11 19:24:15 managed-node2 systemd-logind[597]: Session 10 logged out. Waiting for processes to exit. Oct 11 19:24:15 managed-node2 systemd-logind[597]: Removed session 10. ░░ Subject: Session 10 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 10 has been terminated. Oct 11 19:24:16 managed-node2 python3.9[9678]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 11 19:24:17 managed-node2 python3.9[9853]: ansible-tempfile Invoked with path=/var/tmp prefix=sudo_ state=directory suffix= Oct 11 19:24:17 managed-node2 python3.9[10002]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers dest=/var/tmp/sudo_afoj4p9k/sudoers owner=root group=root mode=0644 remote_src=True backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 19:24:18 managed-node2 python3.9[10151]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers.d dest=/var/tmp/sudo_afoj4p9k/sudoers.d owner=root group=root mode=0644 remote_src=True backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 19:24:18 managed-node2 python3.9[10300]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 19:24:19 managed-node2 python3.9[10449]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 19:24:19 managed-node2 python3.9[10598]: ansible-fedora.linux_system_roles.scan_sudoers Invoked with output_parsed_configs=True output_raw_configs=False Oct 11 19:24:20 managed-node2 python3.9[10747]: ansible-ansible.legacy.dnf Invoked with name=['sudo'] 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 19:24:25 managed-node2 python3.9[10929]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_afoj4p9k/sudoers dest=/etc/sudoers owner=root group=root mode=0644 remote_src=True backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 19:24:25 managed-node2 python3.9[11078]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_afoj4p9k/sudoers.d dest=/etc/sudoers.d owner=root group=root mode=0644 remote_src=True backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 19:24:26 managed-node2 python3.9[11227]: ansible-file Invoked with path=/var/tmp/sudo_afoj4p9k state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 19:24:26 managed-node2 sshd-session[11252]: Accepted publickey for root from 10.31.47.129 port 54358 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 19:24:26 managed-node2 systemd-logind[597]: New session 11 of user root. ░░ Subject: A new session 11 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 11 has been created for the user root. ░░ ░░ The leading process of the session is 11252. Oct 11 19:24:26 managed-node2 systemd[1]: Started Session 11 of User root. ░░ Subject: A start job for unit session-11.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-11.scope has finished successfully. ░░ ░░ The job identifier is 1319. Oct 11 19:24:26 managed-node2 sshd-session[11252]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 19:24:26 managed-node2 sshd-session[11255]: Received disconnect from 10.31.47.129 port 54358:11: disconnected by user Oct 11 19:24:26 managed-node2 sshd-session[11255]: Disconnected from user root 10.31.47.129 port 54358 Oct 11 19:24:26 managed-node2 sshd-session[11252]: pam_unix(sshd:session): session closed for user root Oct 11 19:24:26 managed-node2 systemd[1]: session-11.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-11.scope has successfully entered the 'dead' state. Oct 11 19:24:26 managed-node2 systemd-logind[597]: Session 11 logged out. Waiting for processes to exit. Oct 11 19:24:26 managed-node2 systemd-logind[597]: Removed session 11. ░░ Subject: Session 11 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 11 has been terminated. Oct 11 19:24:26 managed-node2 sshd-session[11280]: Accepted publickey for root from 10.31.47.129 port 54366 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 19:24:26 managed-node2 systemd-logind[597]: 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 11280. Oct 11 19:24:26 managed-node2 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 1388. Oct 11 19:24:26 managed-node2 sshd-session[11280]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)