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-tzs 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_default.yml **************************************************** 1 plays in /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Run role with no settings] *********************************************** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:8 Saturday 11 October 2025 04:25:37 -0400 (0:00:00.045) 0:00:00.045 ****** included: fedora.linux_system_roles.kernel_settings for managed-node1 TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Saturday 11 October 2025 04:25:37 -0400 (0:00:00.059) 0:00:00.104 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Saturday 11 October 2025 04:25:37 -0400 (0:00:00.037) 0:00:00.141 ****** included: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Saturday 11 October 2025 04:25:37 -0400 (0:00:00.018) 0:00:00.160 ****** [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.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Saturday 11 October 2025 04:25:38 -0400 (0:00:00.858) 0:00:01.018 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Saturday 11 October 2025 04:25:39 -0400 (0:00:00.493) 0:00:01.512 ****** ok: [managed-node1] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Saturday 11 October 2025 04:25:39 -0400 (0:00:00.021) 0:00:01.533 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Saturday 11 October 2025 04:25:39 -0400 (0:00:00.337) 0:00:01.871 ****** ok: [managed-node1] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Saturday 11 October 2025 04:25:39 -0400 (0:00:00.021) 0:00:01.892 ****** ok: [managed-node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Saturday 11 October 2025 04:25:39 -0400 (0:00:00.021) 0:00:01.913 ****** 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-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:14 Saturday 11 October 2025 04:25:44 -0400 (0:00:04.664) 0:00:06.578 ****** included: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed-node1 TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.026) 0:00:06.604 ****** fatal: [managed-node1]: FAILED! => {} MSG: The task includes an option with an undefined variable.. {{ __kernel_settings_profile_dir }}/tuned.conf: {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined The error appears to be in '/tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml': line 2, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: --- - name: Show current tuned profile settings ^ here ...ignoring TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.020) 0:00:06.625 ****** included: fedora.linux_system_roles.kernel_settings for managed-node1 TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.037) 0:00:06.663 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.041) 0:00:06.705 ****** included: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.017) 0:00:06.723 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.035) 0:00:06.759 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.017) 0:00:06.776 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.018) 0:00:06.795 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.018) 0:00:06.813 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.018) 0:00:06.831 ****** ok: [managed-node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Saturday 11 October 2025 04:25:44 -0400 (0:00:00.023) 0:00:06.855 ****** 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 [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Saturday 11 October 2025 04:25:48 -0400 (0:00:04.362) 0:00:11.218 ****** fatal: [managed-node1]: FAILED! => {} MSG: The task includes an option with an undefined variable.. {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined The error appears to be in '/tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml': line 36, column 7, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: always: - name: Remove kernel_settings tuned profile ^ here PLAY RECAP ********************************************************************* managed-node1 : ok=13 changed=0 unreachable=0 failed=3 skipped=7 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-11T08:25:44.200519+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-11T08:25:39.539245+00:00Z", "task_name": "Ensure required packages are installed", "task_path": "/tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12" }, { "ansible_version": "2.17.14", "end_time": "2025-10-11T08:25:48.840431+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-11T08:25:44.480354+00:00Z", "task_name": "Ensure required packages are installed", "task_path": "/tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12" }, { "ansible_version": "2.17.14", "end_time": "2025-10-11T08:25:48.854908+00:00Z", "host": "managed-node1", "message": "The task includes an option with an undefined variable.. {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined\n\nThe error appears to be in '/tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml': line 36, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n always:\n - name: Remove kernel_settings tuned profile\n ^ here\n", "start_time": "2025-10-11T08:25:48.842831+00:00Z", "task_name": "Remove kernel_settings tuned profile", "task_path": "/tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 11 October 2025 04:25:48 -0400 (0:00:00.013) 0:00:11.231 ****** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 4.66s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 4.36s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role --- 0.86s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 fedora.linux_system_roles.kernel_settings : Check if system is ostree --- 0.49s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin --- 0.34s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Run role with no settings ----------------------------------------------- 0.06s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:8 fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values --- 0.04s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Run role with purge to remove everything -------------------------------- 0.04s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values --- 0.04s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role --- 0.04s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Cleanup ----------------------------------------------------------------- 0.03s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:14 fedora.linux_system_roles.kernel_settings : Set platform/version specific variables --- 0.02s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists --- 0.02s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 fedora.linux_system_roles.kernel_settings : Set platform/version specific variables --- 0.02s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree --- 0.02s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Show current tuned profile settings ------------------------------------- 0.02s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin --- 0.02s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 fedora.linux_system_roles.kernel_settings : Set version specific variables --- 0.02s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree --- 0.02s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists --- 0.02s /tmp/collections-tzs/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Oct 11 04:25:37 managed-node1 sshd-session[8351]: Accepted publickey for root from 10.31.12.59 port 41078 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 04:25:37 managed-node1 systemd-logind[608]: New session 9 of user root. ░░ Subject: A new session 9 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 9 has been created for the user root. ░░ ░░ The leading process of the session is 8351. Oct 11 04:25:37 managed-node1 systemd[1]: Started Session 9 of User root. ░░ Subject: A start job for unit session-9.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-9.scope has finished successfully. ░░ ░░ The job identifier is 1181. Oct 11 04:25:37 managed-node1 sshd-session[8351]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 04:25:37 managed-node1 sshd-session[8354]: Received disconnect from 10.31.12.59 port 41078:11: disconnected by user Oct 11 04:25:37 managed-node1 sshd-session[8354]: Disconnected from user root 10.31.12.59 port 41078 Oct 11 04:25:37 managed-node1 sshd-session[8351]: pam_unix(sshd:session): session closed for user root Oct 11 04:25:37 managed-node1 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 04:25:37 managed-node1 systemd-logind[608]: Session 9 logged out. Waiting for processes to exit. Oct 11 04:25:37 managed-node1 systemd-logind[608]: 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 04:25:37 managed-node1 sshd-session[8379]: Accepted publickey for root from 10.31.12.59 port 41092 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 04:25:37 managed-node1 systemd-logind[608]: 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 8379. Oct 11 04:25:37 managed-node1 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 04:25:37 managed-node1 sshd-session[8379]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 04:25:37 managed-node1 sshd-session[8382]: Received disconnect from 10.31.12.59 port 41092:11: disconnected by user Oct 11 04:25:37 managed-node1 sshd-session[8382]: Disconnected from user root 10.31.12.59 port 41092 Oct 11 04:25:37 managed-node1 sshd-session[8379]: pam_unix(sshd:session): session closed for user root Oct 11 04:25:37 managed-node1 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 04:25:37 managed-node1 systemd-logind[608]: Session 10 logged out. Waiting for processes to exit. Oct 11 04:25:37 managed-node1 systemd-logind[608]: 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 04:25:38 managed-node1 python3.9[8580]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 11 04:25:39 managed-node1 python3.9[8731]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 04:25:39 managed-node1 python3.9[8880]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 04:25:39 managed-node1 python3.9[9029]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 11 04:25:40 managed-node1 python3.9[9106]: ansible-ansible.legacy.dnf Invoked with name=['tuned', 'python3-configobj'] 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 04:25:44 managed-node1 python3.9[9287]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 11 04:25:45 managed-node1 python3.9[9364]: ansible-ansible.legacy.dnf Invoked with name=['tuned', 'python3-configobj'] 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 04:25:49 managed-node1 sshd-session[9421]: Accepted publickey for root from 10.31.12.59 port 51760 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 04:25:49 managed-node1 systemd-logind[608]: 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 9421. Oct 11 04:25:49 managed-node1 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 04:25:49 managed-node1 sshd-session[9421]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 04:25:49 managed-node1 sshd-session[9424]: Received disconnect from 10.31.12.59 port 51760:11: disconnected by user Oct 11 04:25:49 managed-node1 sshd-session[9424]: Disconnected from user root 10.31.12.59 port 51760 Oct 11 04:25:49 managed-node1 sshd-session[9421]: pam_unix(sshd:session): session closed for user root Oct 11 04:25:49 managed-node1 systemd-logind[608]: Session 11 logged out. Waiting for processes to exit. Oct 11 04:25:49 managed-node1 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 04:25:49 managed-node1 systemd-logind[608]: 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 04:25:49 managed-node1 sshd-session[9449]: Accepted publickey for root from 10.31.12.59 port 51768 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 04:25:49 managed-node1 systemd-logind[608]: 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 9449. Oct 11 04:25:49 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 1388. Oct 11 04:25:49 managed-node1 sshd-session[9449]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)