ansible-playbook [core 2.16.17] 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-AiL executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/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_check_cron.yml ************************************************* 1 plays in /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml PLAY [Ensure that the cron is set up] ****************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 Saturday 28 February 2026 06:29:16 -0500 (0:00:00.017) 0:00:00.017 ***** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 Saturday 28 February 2026 06:29:17 -0500 (0:00:01.184) 0:00:01.202 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:14 Saturday 28 February 2026 06:29:18 -0500 (0:00:00.454) 0:00:01.657 ***** ok: [managed-node1] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [Install crontabs] ******************************************************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 Saturday 28 February 2026 06:29:18 -0500 (0:00:00.028) 0:00:01.685 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crontabs TASK [Create tempfile for crontab backup] ************************************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 Saturday 28 February 2026 06:29:32 -0500 (0:00:14.112) 0:00:15.797 ***** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/aide_87_e1gnq_crontab", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Backup crontab] ********************************************************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Saturday 28 February 2026 06:29:32 -0500 (0:00:00.393) 0:00:16.191 ***** changed: [managed-node1] => { "changed": true, "checksum": "09767e814c22a93daba80e274dcbe00e0e7a8b99", "dest": "/tmp/aide_87_e1gnq_crontab", "gid": 0, "group": "root", "md5sum": "c39252b11aad842fcb75e05c6a27eef8", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 451, "src": "/etc/crontab", "state": "file", "uid": 0 } TASK [Run the role and set up cron] ******************************************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:39 Saturday 28 February 2026 06:29:33 -0500 (0:00:00.422) 0:00:16.613 ***** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 28 February 2026 06:29:33 -0500 (0:00:00.039) 0:00:16.653 ***** included: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.aide : Ensure ansible_facts used by role] ****** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 28 February 2026 06:29:33 -0500 (0:00:00.016) 0:00:16.669 ***** skipping: [managed-node1] => { "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-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Saturday 28 February 2026 06:29:33 -0500 (0:00:00.033) 0:00:16.702 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __aide_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Saturday 28 February 2026 06:29:33 -0500 (0:00:00.016) 0:00:16.719 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __aide_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Saturday 28 February 2026 06:29:33 -0500 (0:00:00.017) 0:00:16.736 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 28 February 2026 06:29:33 -0500 (0:00:00.029) 0:00:16.766 ***** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: aide-0.16-14.el8_5.1.x86_64" ] } TASK [fedora.linux_system_roles.aide : Get AIDE version] *********************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 28 February 2026 06:29:36 -0500 (0:00:03.493) 0:00:20.260 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.007507", "end": "2026-02-28 06:29:37.267651", "rc": 0, "start": "2026-02-28 06:29:37.260144" } STDERR: Aide 0.16 Compiled with the following options: WITH_MMAP WITH_PCRE WITH_POSIX_ACL WITH_SELINUX WITH_XATTR WITH_E2FSATTRS WITH_LSTAT64 WITH_READDIR64 WITH_ZLIB WITH_CURL WITH_GCRYPT WITH_AUDIT CONFIG_FILE = "/etc/aide.conf" TASK [fedora.linux_system_roles.aide : Set AIDE version] *********************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 28 February 2026 06:29:37 -0500 (0:00:00.414) 0:00:20.674 ***** ok: [managed-node1] => { "ansible_facts": { "aide_version": "0.16" }, "changed": false } TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 28 February 2026 06:29:37 -0500 (0:00:00.036) 0:00:20.711 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 28 February 2026 06:29:37 -0500 (0:00:00.012) 0:00:20.724 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_config_template is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 28 February 2026 06:29:37 -0500 (0:00:00.015) 0:00:20.739 ***** changed: [managed-node1] => { "changed": true, "cmd": [ "aide", "--init" ], "delta": "0:00:47.193846", "end": "2026-02-28 06:30:24.851186", "rc": 0, "start": "2026-02-28 06:29:37.657340" } STDOUT: Start timestamp: 2026-02-28 06:29:37 -0500 (AIDE 0.16) AIDE initialized database at /var/lib/aide/aide.db.new.gz Number of entries: 55427 --------------------------------------------------- The attributes of the (uncompressed) database(s): --------------------------------------------------- /var/lib/aide/aide.db.new.gz MD5 : 82KXqyIpOeBjEVnY6OqAEQ== SHA1 : t+OXxJUPGTYmwcq5pbvDUbpuNI0= RMD160 : RALooGCcoisP9vY2oL8kEnEDB5w= TIGER : IFiVyzQ7sZFvFykHx8t+ThouabFNaMlX SHA256 : YjI1AvaqZb06Vbbv1YNeUggtsWTKgThY kRoEK6Ae2Zo= SHA512 : q1aEqOrxQfJJTlCIqLzFRR214I8yLpoi 8bJl3iaTio90pgEYR/1iRLNfC3++J6TY x1ycxGQTtuIucgxTK9zsNw== End timestamp: 2026-02-28 06:30:24 -0500 (run time: 0m 47s) TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 28 February 2026 06:30:24 -0500 (0:00:47.527) 0:01:08.267 ***** changed: [managed-node1] => { "changed": true, "checksum": "f180e44c8c0d3bef4d175aa08dc5f59be4c95d94", "dest": "/var/lib/aide/aide.db.gz", "gid": 0, "group": "root", "md5sum": "f677d0daf119a63865730bf24773c933", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:aide_db_t:s0", "size": 3092160, "src": "/var/lib/aide/aide.db.new.gz", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 28 February 2026 06:30:25 -0500 (0:00:00.380) 0:01:08.648 ***** changed: [managed-node1] => { "changed": true, "path": "/var/lib/aide/aide.db.new.gz", "state": "absent" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 28 February 2026 06:30:25 -0500 (0:00:00.511) 0:01:09.159 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_fetch_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 28 February 2026 06:30:25 -0500 (0:00:00.033) 0:01:09.193 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_fetch_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 28 February 2026 06:30:25 -0500 (0:00:00.033) 0:01:09.226 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 28 February 2026 06:30:25 -0500 (0:00:00.030) 0:01:09.256 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 28 February 2026 06:30:25 -0500 (0:00:00.027) 0:01:09.284 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 28 February 2026 06:30:25 -0500 (0:00:00.027) 0:01:09.312 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 28 February 2026 06:30:25 -0500 (0:00:00.028) 0:01:09.340 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update aide check cron configuration if necessary] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 28 February 2026 06:30:26 -0500 (0:00:00.028) 0:01:09.368 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 28 February 2026 06:30:26 -0500 (0:00:00.538) 0:01:09.906 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not aide_cron_check | bool", "skip_reason": "Conditional result was False" } TASK [Check file content] ****************************************************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:47 Saturday 28 February 2026 06:30:26 -0500 (0:00:00.051) 0:01:09.958 ***** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and and do not touch cron] ********************************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:56 Saturday 28 February 2026 06:30:26 -0500 (0:00:00.355) 0:01:10.313 ***** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 28 February 2026 06:30:27 -0500 (0:00:00.078) 0:01:10.392 ***** included: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.aide : Ensure ansible_facts used by role] ****** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 28 February 2026 06:30:27 -0500 (0:00:00.030) 0:01:10.422 ***** skipping: [managed-node1] => { "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-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Saturday 28 February 2026 06:30:27 -0500 (0:00:00.050) 0:01:10.472 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __aide_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Saturday 28 February 2026 06:30:27 -0500 (0:00:00.026) 0:01:10.498 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __aide_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Saturday 28 February 2026 06:30:27 -0500 (0:00:00.024) 0:01:10.523 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 28 February 2026 06:30:27 -0500 (0:00:00.047) 0:01:10.571 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.aide : Get AIDE version] *********************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 28 February 2026 06:30:29 -0500 (0:00:02.436) 0:01:13.007 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.005925", "end": "2026-02-28 06:30:29.913025", "rc": 0, "start": "2026-02-28 06:30:29.907100" } STDERR: Aide 0.16 Compiled with the following options: WITH_MMAP WITH_PCRE WITH_POSIX_ACL WITH_SELINUX WITH_XATTR WITH_E2FSATTRS WITH_LSTAT64 WITH_READDIR64 WITH_ZLIB WITH_CURL WITH_GCRYPT WITH_AUDIT CONFIG_FILE = "/etc/aide.conf" TASK [fedora.linux_system_roles.aide : Set AIDE version] *********************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 28 February 2026 06:30:29 -0500 (0:00:00.311) 0:01:13.319 ***** ok: [managed-node1] => { "ansible_facts": { "aide_version": "0.16" }, "changed": false } TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 28 February 2026 06:30:29 -0500 (0:00:00.035) 0:01:13.354 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 28 February 2026 06:30:29 -0500 (0:00:00.009) 0:01:13.364 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_config_template is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.016) 0:01:13.380 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_init | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.028) 0:01:13.408 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_init | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.028) 0:01:13.437 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_init | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.028) 0:01:13.465 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_fetch_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.028) 0:01:13.494 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_fetch_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.028) 0:01:13.522 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.028) 0:01:13.551 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.029) 0:01:13.580 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.028) 0:01:13.609 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.028) 0:01:13.638 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update aide check cron configuration if necessary] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.036) 0:01:13.674 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_cron_check is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.016) 0:01:13.690 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_cron_check is not none", "skip_reason": "Conditional result was False" } TASK [Ensure file is not changed] ********************************************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:62 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.016) 0:01:13.707 ***** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and disable cron] ******************************************* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:71 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.320) 0:01:14.027 ***** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.051) 0:01:14.079 ***** included: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.aide : Ensure ansible_facts used by role] ****** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.016) 0:01:14.095 ***** skipping: [managed-node1] => { "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-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.032) 0:01:14.127 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __aide_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.016) 0:01:14.144 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __aide_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.016) 0:01:14.161 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 28 February 2026 06:30:30 -0500 (0:00:00.030) 0:01:14.191 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.aide : Get AIDE version] *********************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 28 February 2026 06:30:33 -0500 (0:00:02.423) 0:01:16.615 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.006173", "end": "2026-02-28 06:30:33.522354", "rc": 0, "start": "2026-02-28 06:30:33.516181" } STDERR: Aide 0.16 Compiled with the following options: WITH_MMAP WITH_PCRE WITH_POSIX_ACL WITH_SELINUX WITH_XATTR WITH_E2FSATTRS WITH_LSTAT64 WITH_READDIR64 WITH_ZLIB WITH_CURL WITH_GCRYPT WITH_AUDIT CONFIG_FILE = "/etc/aide.conf" TASK [fedora.linux_system_roles.aide : Set AIDE version] *********************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.312) 0:01:16.927 ***** ok: [managed-node1] => { "ansible_facts": { "aide_version": "0.16" }, "changed": false } TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.037) 0:01:16.965 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.010) 0:01:16.976 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_config_template is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.016) 0:01:16.992 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_init | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.030) 0:01:17.022 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_init | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.030) 0:01:17.052 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_init | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.030) 0:01:17.082 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_fetch_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.030) 0:01:17.113 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_fetch_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.032) 0:01:17.145 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.031) 0:01:17.176 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.038) 0:01:17.215 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.046) 0:01:17.261 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.042) 0:01:17.304 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update aide check cron configuration if necessary] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 28 February 2026 06:30:33 -0500 (0:00:00.035) 0:01:17.339 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "aide_cron_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] *** task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 28 February 2026 06:30:34 -0500 (0:00:00.040) 0:01:17.380 ***** changed: [managed-node1] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [Ensure aide cron is removed] ********************************************* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:77 Saturday 28 February 2026 06:30:34 -0500 (0:00:00.375) 0:01:17.756 ***** changed: [managed-node1] => { "backup": "", "changed": true, "failed_when_result": false } MSG: line added TASK [Restore crontab] ********************************************************* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:87 Saturday 28 February 2026 06:30:34 -0500 (0:00:00.338) 0:01:18.094 ***** changed: [managed-node1] => { "changed": true, "checksum": "09767e814c22a93daba80e274dcbe00e0e7a8b99", "dest": "/etc/crontab", "gid": 0, "group": "root", "md5sum": "c39252b11aad842fcb75e05c6a27eef8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_cron_spool_t:s0", "size": 451, "src": "/tmp/aide_87_e1gnq_crontab", "state": "file", "uid": 0 } TASK [Delete tempfile] ********************************************************* task path: /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:94 Saturday 28 February 2026 06:30:35 -0500 (0:00:00.319) 0:01:18.413 ***** changed: [managed-node1] => { "changed": true, "path": "/tmp/aide_87_e1gnq_crontab", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=28 changed=11 unreachable=0 failed=0 skipped=49 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 28 February 2026 06:30:35 -0500 (0:00:00.313) 0:01:18.727 ***** =============================================================================== fedora.linux_system_roles.aide : Initialize AIDE database -------------- 47.53s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Install crontabs ------------------------------------------------------- 14.11s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 fedora.linux_system_roles.aide : Ensure required packages are installed --- 3.49s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure required packages are installed --- 2.44s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure required packages are installed --- 2.42s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Gathering Facts --------------------------------------------------------- 1.18s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 fedora.linux_system_roles.aide : Update aide check cron configuration if necessary --- 0.54s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.51s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Check if system is ostree ----------------------------------------------- 0.45s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 Backup crontab ---------------------------------------------------------- 0.42s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 fedora.linux_system_roles.aide : Get AIDE version ----------------------- 0.41s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Create tempfile for crontab backup -------------------------------------- 0.39s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.38s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary --- 0.38s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Check file content ------------------------------------------------------ 0.36s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:47 Ensure aide cron is removed --------------------------------------------- 0.34s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:77 Ensure file is not changed ---------------------------------------------- 0.32s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:62 Restore crontab --------------------------------------------------------- 0.32s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:87 Delete tempfile --------------------------------------------------------- 0.31s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:94 fedora.linux_system_roles.aide : Get AIDE version ----------------------- 0.31s /tmp/collections-AiL/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13