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-cwu 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-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml PLAY [Basic test for fapolicyd] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:2 Saturday 11 October 2025 08:30:40 -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-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:24 Saturday 11 October 2025 08:30:41 -0400 (0:00:01.049) 0:00:01.068 ****** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/fapolicyd_hprd79mn", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create directories for tests] ******************************************** task path: /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:31 Saturday 11 October 2025 08:30:41 -0400 (0:00:00.448) 0:00:01.516 ****** changed: [managed-node1] => (item=/var/tmp/fapolicyd_hprd79mn) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/var/tmp/fapolicyd_hprd79mn", "mode": "0755", "owner": "root", "path": "/var/tmp/fapolicyd_hprd79mn", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [managed-node1] => (item=/var/tmp/fapolicyd_hprd79mn/executables) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/var/tmp/fapolicyd_hprd79mn/executables", "mode": "0755", "owner": "root", "path": "/var/tmp/fapolicyd_hprd79mn/executables", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create shell executables] ************************************************ task path: /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:40 Saturday 11 October 2025 08:30:42 -0400 (0:00:00.781) 0:00:02.297 ****** changed: [managed-node1] => (item=/var/tmp/fapolicyd_hprd79mn/executables/exe1) => { "ansible_loop_var": "item", "changed": true, "checksum": "44a4492400540c859170166424d857d3dc6f5404", "dest": "/var/tmp/fapolicyd_hprd79mn/executables/exe1", "gid": 0, "group": "root", "item": "/var/tmp/fapolicyd_hprd79mn/executables/exe1", "md5sum": "8371552b44a7baf537b2a0a5c32e9d89", "mode": "0755", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1760185842.545867-8659-133974725724231/.source", "state": "file", "uid": 0 } changed: [managed-node1] => (item=/var/tmp/fapolicyd_hprd79mn/executables/exe2) => { "ansible_loop_var": "item", "changed": true, "checksum": "31b471842ed0b7580e5cdbe2241be740af1cd936", "dest": "/var/tmp/fapolicyd_hprd79mn/executables/exe2", "gid": 0, "group": "root", "item": "/var/tmp/fapolicyd_hprd79mn/executables/exe2", "md5sum": "b727ba436b755170952f1ff35688e22b", "mode": "0755", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1760185843.3333287-8659-207388698710904/.source", "state": "file", "uid": 0 } TASK [Create a new user] ******************************************************* task path: /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:55 Saturday 11 October 2025 08:30:43 -0400 (0:00:01.439) 0:00:03.737 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:61 Saturday 11 October 2025 08:30:44 -0400 (0:00:00.576) 0:00:04.314 ****** included: fedora.linux_system_roles.fapolicyd for managed-node1 TASK [fedora.linux_system_roles.fapolicyd : Set platform/version specific variables] *** task path: /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:2 Saturday 11 October 2025 08:30:44 -0400 (0:00:00.034) 0:00:04.349 ****** included: /tmp/collections-cwu/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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:2 Saturday 11 October 2025 08:30:44 -0400 (0:00:00.022) 0:00:04.371 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:10 Saturday 11 October 2025 08:30:44 -0400 (0:00:00.034) 0:00:04.406 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:15 Saturday 11 October 2025 08:30:44 -0400 (0:00:00.338) 0:00:04.744 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:19 Saturday 11 October 2025 08:30:44 -0400 (0:00:00.022) 0:00:04.766 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:40 Saturday 11 October 2025 08:30:44 -0400 (0:00:00.031) 0:00:04.798 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:5 Saturday 11 October 2025 08:30:45 -0400 (0:00:00.070) 0:00:04.869 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:13 Saturday 11 October 2025 08:30:45 -0400 (0:00:00.014) 0:00:04.884 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:24 Saturday 11 October 2025 08:30:45 -0400 (0:00:00.033) 0:00:04.917 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:35 Saturday 11 October 2025 08:30:45 -0400 (0:00:00.031) 0:00:04.949 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:46 Saturday 11 October 2025 08:30:45 -0400 (0:00:00.034) 0:00:04.984 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:51 Saturday 11 October 2025 08:30:45 -0400 (0:00:00.016) 0:00:05.001 ****** 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-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:118 Saturday 11 October 2025 08:30:49 -0400 (0:00:04.421) 0:00:09.422 ****** 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-11T12:30:49.604518+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-11T12:30:45.187600+00:00Z", "task_name": "Install fapolicyd packages", "task_path": "/tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:51" }, { "ansible_version": "2.17.14", "end_time": "2025-10-11T12:30:50.268475+00:00Z", "host": "managed-node1", "message": "Could not find the requested service fapolicyd: host", "start_time": "2025-10-11T12:30:49.608958+00:00Z", "task_name": "Shutdown fapolicyd", "task_path": "/tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:118" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 11 October 2025 08:30:50 -0400 (0:00:00.661) 0:00:10.083 ****** =============================================================================== fedora.linux_system_roles.fapolicyd : Install fapolicyd packages -------- 4.42s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:51 Create shell executables ------------------------------------------------ 1.44s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:40 Gathering Facts --------------------------------------------------------- 1.05s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:2 Create directories for tests -------------------------------------------- 0.78s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:31 Shutdown fapolicyd ------------------------------------------------------ 0.66s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:118 Create a new user ------------------------------------------------------- 0.58s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:55 Create temp test directory ---------------------------------------------- 0.45s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:24 fedora.linux_system_roles.fapolicyd : Check if system is ostree --------- 0.34s /tmp/collections-cwu/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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:40 fedora.linux_system_roles.fapolicyd : Check trust files compatibility --- 0.03s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:35 Run the role ------------------------------------------------------------ 0.03s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/tests/fapolicyd/tests_trusted_execution.yml:61 fedora.linux_system_roles.fapolicyd : Ensure ansible_facts used by role --- 0.03s /tmp/collections-cwu/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-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:13 fedora.linux_system_roles.fapolicyd : Set platform/version specific variables --- 0.03s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:19 fedora.linux_system_roles.fapolicyd : Check integrity compatibility ----- 0.03s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:24 fedora.linux_system_roles.fapolicyd : Set platform/version specific variables --- 0.02s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:2 fedora.linux_system_roles.fapolicyd : Set flag to indicate system is ostree --- 0.02s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/set_vars.yml:15 fedora.linux_system_roles.fapolicyd : Check failed conditions ----------- 0.02s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:46 fedora.linux_system_roles.fapolicyd : System check ---------------------- 0.01s /tmp/collections-cwu/ansible_collections/fedora/linux_system_roles/roles/fapolicyd/tasks/main.yml:5 Oct 11 08:30:39 managed-node1 sshd-session[8827]: Accepted publickey for root from 10.31.13.180 port 47714 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 08:30:39 managed-node1 systemd-logind[582]: 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 8827. Oct 11 08:30:39 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 1246. Oct 11 08:30:39 managed-node1 sshd-session[8827]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 08:30:39 managed-node1 sshd-session[8830]: Received disconnect from 10.31.13.180 port 47714:11: disconnected by user Oct 11 08:30:39 managed-node1 sshd-session[8830]: Disconnected from user root 10.31.13.180 port 47714 Oct 11 08:30:39 managed-node1 sshd-session[8827]: pam_unix(sshd:session): session closed for user root Oct 11 08:30:39 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 08:30:39 managed-node1 systemd-logind[582]: Session 10 logged out. Waiting for processes to exit. Oct 11 08:30:39 managed-node1 systemd-logind[582]: 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 08:30:39 managed-node1 sshd-session[8855]: Accepted publickey for root from 10.31.13.180 port 47728 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 08:30:39 managed-node1 systemd-logind[582]: 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 8855. Oct 11 08:30:39 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 1315. Oct 11 08:30:39 managed-node1 sshd-session[8855]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 08:30:39 managed-node1 sshd-session[8858]: Received disconnect from 10.31.13.180 port 47728:11: disconnected by user Oct 11 08:30:39 managed-node1 sshd-session[8858]: Disconnected from user root 10.31.13.180 port 47728 Oct 11 08:30:39 managed-node1 sshd-session[8855]: pam_unix(sshd:session): session closed for user root Oct 11 08:30:39 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 08:30:39 managed-node1 systemd-logind[582]: Session 11 logged out. Waiting for processes to exit. Oct 11 08:30:39 managed-node1 systemd-logind[582]: 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 08:30:40 managed-node1 python3.9[9056]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 11 08:30:41 managed-node1 python3.9[9231]: ansible-tempfile Invoked with path=/var/tmp prefix=fapolicyd_ state=directory suffix= Oct 11 08:30:42 managed-node1 python3.9[9380]: ansible-file Invoked with path=/var/tmp/fapolicyd_hprd79mn 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 11 08:30:42 managed-node1 python3.9[9529]: ansible-file Invoked with path=/var/tmp/fapolicyd_hprd79mn/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 11 08:30:42 managed-node1 python3.9[9678]: ansible-ansible.legacy.stat Invoked with path=/var/tmp/fapolicyd_hprd79mn/executables/exe1 follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 08:30:43 managed-node1 python3.9[9798]: ansible-ansible.legacy.copy Invoked with dest=/var/tmp/fapolicyd_hprd79mn/executables/exe1 mode=0755 src=/root/.ansible/tmp/ansible-tmp-1760185842.545867-8659-133974725724231/.source _original_basename=.lq6x1108 follow=False checksum=44a4492400540c859170166424d857d3dc6f5404 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 11 08:30:43 managed-node1 python3.9[9947]: ansible-ansible.legacy.stat Invoked with path=/var/tmp/fapolicyd_hprd79mn/executables/exe2 follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 08:30:43 managed-node1 python3.9[10067]: ansible-ansible.legacy.copy Invoked with dest=/var/tmp/fapolicyd_hprd79mn/executables/exe2 mode=0755 src=/root/.ansible/tmp/ansible-tmp-1760185843.3333287-8659-207388698710904/.source _original_basename=.t7b3ll57 follow=False checksum=31b471842ed0b7580e5cdbe2241be740af1cd936 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 11 08:30:44 managed-node1 python3.9[10216]: 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 11 08:30:44 managed-node1 useradd[10218]: new group: name=fapolicyd_test1_user, GID=1000 Oct 11 08:30:44 managed-node1 useradd[10218]: new user: name=fapolicyd_test1_user, UID=1000, GID=1000, home=/home/fapolicyd_test1_user, shell=/bin/bash, from=/dev/pts/0 Oct 11 08:30:44 managed-node1 python3.9[10373]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 08:30:45 managed-node1 python3.9[10522]: 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 11 08:30:50 managed-node1 python3.9[10704]: 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 11 08:30:50 managed-node1 sshd-session[10730]: Accepted publickey for root from 10.31.13.180 port 44642 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 08:30:50 managed-node1 systemd-logind[582]: 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 10730. Oct 11 08:30:50 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 08:30:50 managed-node1 sshd-session[10730]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 08:30:50 managed-node1 sshd-session[10733]: Received disconnect from 10.31.13.180 port 44642:11: disconnected by user Oct 11 08:30:50 managed-node1 sshd-session[10733]: Disconnected from user root 10.31.13.180 port 44642 Oct 11 08:30:50 managed-node1 sshd-session[10730]: pam_unix(sshd:session): session closed for user root Oct 11 08:30:50 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 08:30:50 managed-node1 systemd-logind[582]: Session 12 logged out. Waiting for processes to exit. Oct 11 08:30:50 managed-node1 systemd-logind[582]: 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 08:30:50 managed-node1 sshd-session[10758]: Accepted publickey for root from 10.31.13.180 port 44644 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 08:30:50 managed-node1 systemd-logind[582]: 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 10758. Oct 11 08:30:50 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 08:30:50 managed-node1 sshd-session[10758]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)