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-8af executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Oct 10 2025, 00:00:00) [GCC 14.3.1 20251022 (Red Hat 14.3.1-4)] (/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_deploy.yml ***************************************************** 1 plays in /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/tests/aide/tests_deploy.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/tests/aide/tests_deploy.yml:3 Tuesday 13 January 2026 18:35:08 -0500 (0:00:00.032) 0:00:00.032 ******* [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, 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 [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Tuesday 13 January 2026 18:35:09 -0500 (0:00:01.209) 0:00:01.242 ******* included: /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.aide : Ensure ansible_facts used by role] ****** task path: /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Tuesday 13 January 2026 18:35:09 -0500 (0:00:00.015) 0:00:01.258 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__aide_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Tuesday 13 January 2026 18:35:09 -0500 (0:00:00.033) 0:00:01.291 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Tuesday 13 January 2026 18:35:09 -0500 (0:00:00.494) 0:00:01.786 ******* ok: [managed-node2] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Tuesday 13 January 2026 18:35:09 -0500 (0:00:00.024) 0:00:01.811 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.aide : Debug0] ********************************* task path: /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:6 Tuesday 13 January 2026 18:35:09 -0500 (0:00:00.037) 0:00:01.848 ******* fatal: [managed-node2]: FAILED! => {} MSG: The task includes an option with an undefined variable.. 'ansible_distribution' is undefined The error appears to be in '/tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml': line 6, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: Debug0 ^ here PLAY RECAP ********************************************************************* managed-node2 : ok=4 changed=0 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-01-13T23:35:09.984996+00:00Z", "host": "managed-node2", "message": "The task includes an option with an undefined variable.. 'ansible_distribution' is undefined\n\nThe error appears to be in '/tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml': line 6, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Debug0\n ^ here\n", "start_time": "2026-01-13T23:35:09.972040+00:00Z", "task_name": "Debug0", "task_path": "/tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:6" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 13 January 2026 18:35:09 -0500 (0:00:00.016) 0:00:01.864 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 1.21s /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/tests/aide/tests_deploy.yml:3 fedora.linux_system_roles.aide : Check if system is ostree -------------- 0.49s /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.04s /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.03s /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Set flag to indicate system is ostree --- 0.02s /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 fedora.linux_system_roles.aide : Debug0 --------------------------------- 0.02s /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:6 fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.02s /tmp/collections-8af/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Jan 13 18:35:07 managed-node2 python3.12[60205]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jan 13 18:35:07 managed-node2 sshd-session[60230]: Accepted publickey for root from 10.31.44.245 port 55666 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jan 13 18:35:07 managed-node2 systemd-logind[1319]: 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 60230. Jan 13 18:35:07 managed-node2 systemd[1]: Started session-11.scope - 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 1670. Jan 13 18:35:07 managed-node2 sshd-session[60230]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jan 13 18:35:07 managed-node2 sshd-session[60233]: Received disconnect from 10.31.44.245 port 55666:11: disconnected by user Jan 13 18:35:07 managed-node2 sshd-session[60233]: Disconnected from user root 10.31.44.245 port 55666 Jan 13 18:35:07 managed-node2 sshd-session[60230]: pam_unix(sshd:session): session closed for user root Jan 13 18:35:07 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. Jan 13 18:35:07 managed-node2 systemd-logind[1319]: Session 11 logged out. Waiting for processes to exit. Jan 13 18:35:07 managed-node2 systemd-logind[1319]: 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. Jan 13 18:35:07 managed-node2 sshd-session[60259]: Accepted publickey for root from 10.31.44.245 port 55678 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jan 13 18:35:07 managed-node2 systemd-logind[1319]: 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 60259. Jan 13 18:35:07 managed-node2 systemd[1]: Started session-12.scope - 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 1752. Jan 13 18:35:07 managed-node2 sshd-session[60259]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jan 13 18:35:07 managed-node2 sshd-session[60262]: Received disconnect from 10.31.44.245 port 55678:11: disconnected by user Jan 13 18:35:07 managed-node2 sshd-session[60262]: Disconnected from user root 10.31.44.245 port 55678 Jan 13 18:35:07 managed-node2 sshd-session[60259]: pam_unix(sshd:session): session closed for user root Jan 13 18:35:07 managed-node2 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. Jan 13 18:35:07 managed-node2 systemd-logind[1319]: Session 12 logged out. Waiting for processes to exit. Jan 13 18:35:07 managed-node2 systemd-logind[1319]: 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. Jan 13 18:35:08 managed-node2 python3.12[60461]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jan 13 18:35:09 managed-node2 python3.12[60639]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jan 13 18:35:10 managed-node2 sshd-session[60664]: Accepted publickey for root from 10.31.44.245 port 55688 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jan 13 18:35:10 managed-node2 systemd-logind[1319]: 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 60664. Jan 13 18:35:10 managed-node2 systemd[1]: Started session-13.scope - 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 1834. Jan 13 18:35:10 managed-node2 sshd-session[60664]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jan 13 18:35:10 managed-node2 sshd-session[60667]: Received disconnect from 10.31.44.245 port 55688:11: disconnected by user Jan 13 18:35:10 managed-node2 sshd-session[60667]: Disconnected from user root 10.31.44.245 port 55688 Jan 13 18:35:10 managed-node2 sshd-session[60664]: pam_unix(sshd:session): session closed for user root Jan 13 18:35:10 managed-node2 systemd-logind[1319]: Session 13 logged out. Waiting for processes to exit. Jan 13 18:35:10 managed-node2 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. Jan 13 18:35:10 managed-node2 systemd-logind[1319]: 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. Jan 13 18:35:10 managed-node2 sshd-session[60693]: Accepted publickey for root from 10.31.44.245 port 55692 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jan 13 18:35:10 managed-node2 systemd-logind[1319]: 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 60693. Jan 13 18:35:10 managed-node2 systemd[1]: Started session-14.scope - 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 1916. Jan 13 18:35:10 managed-node2 sshd-session[60693]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)