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-XHD 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_trusted_execution.yml ****************************************** 1 plays in /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml PLAY [Basic test for fapolicyd] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:2 Saturday 25 October 2025 08:31:22 -0400 (0:00:00.018) 0:00:00.018 ****** [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 [Create temp test directory] ********************************************** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:24 Saturday 25 October 2025 08:31:23 -0400 (0:00:01.037) 0:00:01.055 ****** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/fapolicyd_9zh76m3h", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create directories for tests] ******************************************** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:31 Saturday 25 October 2025 08:31:23 -0400 (0:00:00.443) 0:00:01.499 ****** changed: [managed-node1] => (item=/var/tmp/fapolicyd_9zh76m3h) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/var/tmp/fapolicyd_9zh76m3h", "mode": "0755", "owner": "root", "path": "/var/tmp/fapolicyd_9zh76m3h", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [managed-node1] => (item=/var/tmp/fapolicyd_9zh76m3h/executables) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/var/tmp/fapolicyd_9zh76m3h/executables", "mode": "0755", "owner": "root", "path": "/var/tmp/fapolicyd_9zh76m3h/executables", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create shell executables] ************************************************ task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:40 Saturday 25 October 2025 08:31:24 -0400 (0:00:00.784) 0:00:02.283 ****** changed: [managed-node1] => (item=/var/tmp/fapolicyd_9zh76m3h/executables/exe1) => { "ansible_loop_var": "item", "changed": true, "checksum": "aaf70df850d934fee607d7d7d48e878d15abb6b4", "dest": "/var/tmp/fapolicyd_9zh76m3h/executables/exe1", "gid": 0, "group": "root", "item": "/var/tmp/fapolicyd_9zh76m3h/executables/exe1", "md5sum": "0bdf5f052ad81a262bd904aed74447f1", "mode": "0755", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1761395484.3911269-8459-272993022470081/.source", "state": "file", "uid": 0 } changed: [managed-node1] => (item=/var/tmp/fapolicyd_9zh76m3h/executables/exe2) => { "ansible_loop_var": "item", "changed": true, "checksum": "340b35727ad5c53422fbee3b734564aab7fb7c95", "dest": "/var/tmp/fapolicyd_9zh76m3h/executables/exe2", "gid": 0, "group": "root", "item": "/var/tmp/fapolicyd_9zh76m3h/executables/exe2", "md5sum": "aa8b2d703f2d72f5bf2ef5cbf75f0f5f", "mode": "0755", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1761395485.188056-8459-94242412070194/.source", "state": "file", "uid": 0 } TASK [Create a new user] ******************************************************* task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:55 Saturday 25 October 2025 08:31:25 -0400 (0:00:01.450) 0:00:03.734 ****** changed: [managed-node1] => { "changed": true, "comment": "", "create_home": true, "group": 1000, "home": "/home/fapolicyd_test1_user", "name": "fapolicyd_test1_user", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1000 } TASK [Run the role] ************************************************************ task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:61 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.569) 0:00:04.304 ****** included: fedora.linux_system_roles.fapolicyd for managed-node1 TASK [fedora.linux_system_roles.fapolicyd : Set platform/version specific variables] *** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:2 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.034) 0:00:04.338 ****** included: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.fapolicyd : Ensure ansible_facts used by role] *** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:2 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.021) 0:00:04.360 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__fapolicyd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.fapolicyd : Check if system is ostree] ********* task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:10 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.032) 0:00:04.393 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.fapolicyd : Set flag to indicate system is ostree] *** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:15 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.334) 0:00:04.727 ****** ok: [managed-node1] => { "ansible_facts": { "__fapolicyd_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.fapolicyd : Set platform/version specific variables] *** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:19 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.021) 0:00:04.749 ****** skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.fapolicyd : Set fapolicyd feature facts for OS versions] *** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:40 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.033) 0:00:04.782 ****** ok: [managed-node1] => { "ansible_facts": { "__fapolicyd_configcheck_supported": true, "__fapolicyd_integrity_supported": true, "__fapolicyd_selinux_supported": true, "__fapolicyd_supported": true, "__fapolicyd_syslog_format_supported": true, "__fapolicyd_trust_supported": true, "__fapolicyd_trustfiles_supported": true, "__fapolicyd_watch_fs_supported": true }, "changed": false } TASK [fedora.linux_system_roles.fapolicyd : System check] ********************** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:5 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.072) 0:00:04.855 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __fapolicyd_supported", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.fapolicyd : Check trust compatibility] ********* task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:13 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.013) 0:00:04.868 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __fapolicyd_trust_supported", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.fapolicyd : Check integrity compatibility] ***** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:24 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.031) 0:00:04.900 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __fapolicyd_integrity_supported", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.fapolicyd : Check trust files compatibility] *** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:35 Saturday 25 October 2025 08:31:26 -0400 (0:00:00.030) 0:00:04.931 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __fapolicyd_trustfiles_supported", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.fapolicyd : Check failed conditions] *********** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:46 Saturday 25 October 2025 08:31:27 -0400 (0:00:00.033) 0:00:04.964 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__failed_check_trust is failed or __failed_check_integrity is failed or __failed_check_trusted_file is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.fapolicyd : Install fapolicyd packages] ******** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:51 Saturday 25 October 2025 08:31:27 -0400 (0:00:00.016) 0:00:04.980 ****** 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 [Shutdown fapolicyd] ****************************************************** task path: /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:118 Saturday 25 October 2025 08:31:31 -0400 (0:00:04.469) 0:00:09.450 ****** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Could not find the requested service fapolicyd: host PLAY RECAP ********************************************************************* managed-node1 : ok=10 changed=4 unreachable=0 failed=2 skipped=7 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-25T12:31:31.490611+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-25T12:31:27.026127+00:00Z", "task_name": "Install fapolicyd packages", "task_path": "/tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:51" }, { "ansible_version": "2.17.14", "end_time": "2025-10-25T12:31:32.150123+00:00Z", "host": "managed-node1", "message": "Could not find the requested service fapolicyd: host", "start_time": "2025-10-25T12:31:31.495183+00:00Z", "task_name": "Shutdown fapolicyd", "task_path": "/tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:118" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 08:31:32 -0400 (0:00:00.656) 0:00:10.106 ****** =============================================================================== fedora.linux_system_roles.fapolicyd : Install fapolicyd packages -------- 4.47s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:51 Create shell executables ------------------------------------------------ 1.45s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:40 Gathering Facts --------------------------------------------------------- 1.04s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:2 Create directories for tests -------------------------------------------- 0.78s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:31 Shutdown fapolicyd ------------------------------------------------------ 0.66s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:118 Create a new user ------------------------------------------------------- 0.57s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:55 Create temp test directory ---------------------------------------------- 0.44s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:24 fedora.linux_system_roles.fapolicyd : Check if system is ostree --------- 0.33s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:10 fedora.linux_system_roles.fapolicyd : Set fapolicyd feature facts for OS versions --- 0.07s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:40 Run the role ------------------------------------------------------------ 0.03s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:61 fedora.linux_system_roles.fapolicyd : Set platform/version specific variables --- 0.03s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:19 fedora.linux_system_roles.fapolicyd : Check trust files compatibility --- 0.03s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:35 fedora.linux_system_roles.fapolicyd : Ensure ansible_facts used by role --- 0.03s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:2 fedora.linux_system_roles.fapolicyd : Check trust compatibility --------- 0.03s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:13 fedora.linux_system_roles.fapolicyd : Check integrity compatibility ----- 0.03s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:24 fedora.linux_system_roles.fapolicyd : Set flag to indicate system is ostree --- 0.02s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:15 fedora.linux_system_roles.fapolicyd : Set platform/version specific variables --- 0.02s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:2 fedora.linux_system_roles.fapolicyd : Check failed conditions ----------- 0.02s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:46 fedora.linux_system_roles.fapolicyd : System check ---------------------- 0.01s /tmp/collections-XHD/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:5 Oct 25 08:31:21 managed-node1 sshd-session[8642]: Accepted publickey for root from 10.31.11.222 port 50002 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 08:31:21 managed-node1 systemd-logind[606]: 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 8642. Oct 25 08:31:21 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 25 08:31:21 managed-node1 sshd-session[8642]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 08:31:21 managed-node1 sshd-session[8645]: Received disconnect from 10.31.11.222 port 50002:11: disconnected by user Oct 25 08:31:21 managed-node1 sshd-session[8645]: Disconnected from user root 10.31.11.222 port 50002 Oct 25 08:31:21 managed-node1 sshd-session[8642]: pam_unix(sshd:session): session closed for user root Oct 25 08:31:21 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 25 08:31:21 managed-node1 systemd-logind[606]: Session 11 logged out. Waiting for processes to exit. Oct 25 08:31:21 managed-node1 systemd-logind[606]: 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 25 08:31:21 managed-node1 sshd-session[8670]: Accepted publickey for root from 10.31.11.222 port 50004 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 08:31:21 managed-node1 systemd-logind[606]: 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 8670. Oct 25 08:31:21 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 25 08:31:21 managed-node1 sshd-session[8670]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 08:31:21 managed-node1 sshd-session[8673]: Received disconnect from 10.31.11.222 port 50004:11: disconnected by user Oct 25 08:31:21 managed-node1 sshd-session[8673]: Disconnected from user root 10.31.11.222 port 50004 Oct 25 08:31:21 managed-node1 sshd-session[8670]: pam_unix(sshd:session): session closed for user root Oct 25 08:31:21 managed-node1 systemd-logind[606]: Session 12 logged out. Waiting for processes to exit. Oct 25 08:31:21 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 25 08:31:21 managed-node1 systemd-logind[606]: 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 25 08:31:22 managed-node1 python3.9[8871]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 25 08:31:23 managed-node1 python3.9[9046]: ansible-tempfile Invoked with path=/var/tmp prefix=fapolicyd_ state=directory suffix= Oct 25 08:31:23 managed-node1 python3.9[9195]: ansible-file Invoked with path=/var/tmp/fapolicyd_9zh76m3h state=directory mode=0755 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 owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 08:31:24 managed-node1 python3.9[9344]: ansible-file Invoked with path=/var/tmp/fapolicyd_9zh76m3h/executables state=directory mode=0755 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 owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 08:31:24 managed-node1 python3.9[9493]: ansible-ansible.legacy.stat Invoked with path=/var/tmp/fapolicyd_9zh76m3h/executables/exe1 follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 25 08:31:25 managed-node1 python3.9[9613]: ansible-ansible.legacy.copy Invoked with dest=/var/tmp/fapolicyd_9zh76m3h/executables/exe1 mode=0755 src=/root/.ansible/tmp/ansible-tmp-1761395484.3911269-8459-272993022470081/.source _original_basename=.kbrhzlma follow=False checksum=aaf70df850d934fee607d7d7d48e878d15abb6b4 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 08:31:25 managed-node1 python3.9[9762]: ansible-ansible.legacy.stat Invoked with path=/var/tmp/fapolicyd_9zh76m3h/executables/exe2 follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 25 08:31:25 managed-node1 python3.9[9882]: ansible-ansible.legacy.copy Invoked with dest=/var/tmp/fapolicyd_9zh76m3h/executables/exe2 mode=0755 src=/root/.ansible/tmp/ansible-tmp-1761395485.188056-8459-94242412070194/.source _original_basename=.sc5dqxsm follow=False checksum=340b35727ad5c53422fbee3b734564aab7fb7c95 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 08:31:26 managed-node1 python3.9[10031]: ansible-user Invoked with name=fapolicyd_test1_user state=present shell=/bin/bash non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node1 update_password=always uid=None group=None groups=None comment=None home=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Oct 25 08:31:26 managed-node1 useradd[10033]: new group: name=fapolicyd_test1_user, GID=1000 Oct 25 08:31:26 managed-node1 useradd[10033]: new user: name=fapolicyd_test1_user, UID=1000, GID=1000, home=/home/fapolicyd_test1_user, shell=/bin/bash, from=/dev/pts/0 Oct 25 08:31:26 managed-node1 python3.9[10188]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 25 08:31:27 managed-node1 python3.9[10337]: ansible-ansible.legacy.dnf Invoked with name=['fapolicyd', 'fapolicyd-selinux'] 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 08:31:32 managed-node1 python3.9[10521]: ansible-ansible.legacy.systemd Invoked with name=fapolicyd state=stopped enabled=False daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Oct 25 08:31:32 managed-node1 sshd-session[10547]: Accepted publickey for root from 10.31.11.222 port 48866 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 08:31:32 managed-node1 systemd-logind[606]: 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 10547. Oct 25 08:31:32 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 1457. Oct 25 08:31:32 managed-node1 sshd-session[10547]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 08:31:32 managed-node1 sshd-session[10550]: Received disconnect from 10.31.11.222 port 48866:11: disconnected by user Oct 25 08:31:32 managed-node1 sshd-session[10550]: Disconnected from user root 10.31.11.222 port 48866 Oct 25 08:31:32 managed-node1 sshd-session[10547]: pam_unix(sshd:session): session closed for user root Oct 25 08:31:32 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 25 08:31:32 managed-node1 systemd-logind[606]: Session 13 logged out. Waiting for processes to exit. Oct 25 08:31:32 managed-node1 systemd-logind[606]: 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 25 08:31:32 managed-node1 sshd-session[10575]: Accepted publickey for root from 10.31.11.222 port 48872 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 08:31:32 managed-node1 systemd-logind[606]: 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 10575. Oct 25 08:31: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 1526. Oct 25 08:31:32 managed-node1 sshd-session[10575]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)