ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', 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 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_check_cron.yml ************************************************* 1 plays in /tmp/collections-t42/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-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 Saturday 28 March 2026 07:45:01 -0400 (0:00:00.017) 0:00:00.017 ******** ok: [managed-node1] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 Saturday 28 March 2026 07:45:02 -0400 (0:00:01.005) 0:00:01.023 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:14 Saturday 28 March 2026 07:45:02 -0400 (0:00:00.438) 0:00:01.461 ******** ok: [managed-node1] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [Install crontabs] ******************************************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 Saturday 28 March 2026 07:45:02 -0400 (0:00:00.036) 0:00:01.497 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crontabs TASK [Create tempfile for crontab backup] ************************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 Saturday 28 March 2026 07:45:16 -0400 (0:00:13.939) 0:00:15.437 ******** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/aide_bbygaybg_crontab", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Backup crontab] ********************************************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Saturday 28 March 2026 07:45:17 -0400 (0:00:00.450) 0:00:15.888 ******** changed: [managed-node1] => { "changed": true, "checksum": "09767e814c22a93daba80e274dcbe00e0e7a8b99", "dest": "/tmp/aide_bbygaybg_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-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:39 Saturday 28 March 2026 07:45:17 -0400 (0:00:00.446) 0:00:16.334 ******** included: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml for managed-node1 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 07:45:17 -0400 (0:00:00.017) 0:00:16.352 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 07:45:17 -0400 (0:00:00.031) 0:00:16.384 ******** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 28 March 2026 07:45:17 -0400 (0:00:00.071) 0:00:16.455 ******** included: /tmp/collections-t42/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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 28 March 2026 07:45:17 -0400 (0:00:00.020) 0:00:16.476 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Saturday 28 March 2026 07:45:18 -0400 (0:00:00.515) 0:00:16.992 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Saturday 28 March 2026 07:45:18 -0400 (0:00:00.013) 0:00:17.005 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Saturday 28 March 2026 07:45:18 -0400 (0:00:00.013) 0:00:17.019 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 28 March 2026 07:45:18 -0400 (0:00:00.030) 0:00:17.050 ******** 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 28 March 2026 07:45:22 -0400 (0:00:03.811) 0:00:20.861 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.007438", "end": "2026-03-28 07:45:22.729551", "rc": 0, "start": "2026-03-28 07:45:22.722113" } 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 28 March 2026 07:45:22 -0400 (0:00:00.480) 0:00:21.342 ******** 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 28 March 2026 07:45:22 -0400 (0:00:00.017) 0:00:21.359 ******** TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 28 March 2026 07:45:22 -0400 (0:00:00.012) 0:00:21.372 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 28 March 2026 07:45:22 -0400 (0:00:00.012) 0:00:21.385 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "aide", "--init" ], "delta": "0:00:47.368539", "end": "2026-03-28 07:46:10.458847", "rc": 0, "start": "2026-03-28 07:45:23.090308" } STDOUT: Start timestamp: 2026-03-28 07:45:23 -0400 (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 : BtvRQPWvMBgYdNbjjbychA== SHA1 : fFhKflfj4mBurG92E7tQRWa73lE= RMD160 : LOeC55WfDXgstXXIt+U9VuXlRZU= TIGER : 1xIGi1MCWK8xb5h7sq8zPyAzRPurqOMo SHA256 : joZsmTQA0P74ZHaK8r0nibtpX0lyyqGa SBcSxQgH7AI= SHA512 : VRguRheIUy0bQ/E6HEQq8Vkk0eRgAA57 kwQcfRwiRBbA1ZqsNA5LO6On+1vAWs2q CmnBmFO4UNeVQtVI8EOoOw== End timestamp: 2026-03-28 07:46:10 -0400 (run time: 0m 47s) TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 28 March 2026 07:46:10 -0400 (0:00:47.687) 0:01:09.073 ******** changed: [managed-node1] => { "changed": true, "checksum": "95da9908437c74b5e77d5519c152713f0df81e01", "dest": "/var/lib/aide/aide.db.gz", "gid": 0, "group": "root", "md5sum": "d5493cd80d246975dcd267ec2b31f696", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:aide_db_t:s0", "size": 3092155, "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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 28 March 2026 07:46:10 -0400 (0:00:00.399) 0:01:09.472 ******** 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.424) 0:01:09.896 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.013) 0:01:09.910 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.013) 0:01:09.924 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.012) 0:01:09.937 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.011) 0:01:09.948 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.012) 0:01:09.961 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.011) 0:01:09.972 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update aide check cron configuration if necessary] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.012) 0:01:09.985 ******** 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.433) 0:01:10.418 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check file content] ****************************************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:46 Saturday 28 March 2026 07:46:11 -0400 (0:00:00.014) 0:01:10.433 ******** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and and do not touch cron] ********************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:55 Saturday 28 March 2026 07:46:12 -0400 (0:00:00.343) 0:01:10.776 ******** included: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml for managed-node1 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 07:46:12 -0400 (0:00:00.026) 0:01:10.803 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 07:46:12 -0400 (0:00:00.019) 0:01:10.822 ******** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 28 March 2026 07:46:12 -0400 (0:00:00.037) 0:01:10.860 ******** included: /tmp/collections-t42/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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 28 March 2026 07:46:12 -0400 (0:00:00.031) 0:01:10.892 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Saturday 28 March 2026 07:46:12 -0400 (0:00:00.580) 0:01:11.472 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Saturday 28 March 2026 07:46:12 -0400 (0:00:00.022) 0:01:11.495 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Saturday 28 March 2026 07:46:12 -0400 (0:00:00.017) 0:01:11.512 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 28 March 2026 07:46:12 -0400 (0:00:00.041) 0:01:11.554 ******** 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 28 March 2026 07:46:15 -0400 (0:00:02.832) 0:01:14.386 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.006291", "end": "2026-03-28 07:46:16.100043", "rc": 0, "start": "2026-03-28 07:46:16.093752" } 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.325) 0:01:14.712 ******** 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.016) 0:01:14.729 ******** TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.742 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.754 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.013) 0:01:14.767 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.780 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.793 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.805 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.013) 0:01:14.818 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.831 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.013) 0:01:14.845 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.857 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.870 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update aide check cron configuration if necessary] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.882 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.895 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure file is not changed] ********************************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:60 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:14.907 ******** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and disable cron] ******************************************* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:69 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.321) 0:01:15.229 ******** included: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml for managed-node1 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.018) 0:01:15.247 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.012) 0:01:15.260 ******** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.022) 0:01:15.282 ******** included: /tmp/collections-t42/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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 28 March 2026 07:46:16 -0400 (0:00:00.017) 0:01:15.299 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Saturday 28 March 2026 07:46:17 -0400 (0:00:00.510) 0:01:15.810 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Saturday 28 March 2026 07:46:17 -0400 (0:00:00.013) 0:01:15.823 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Saturday 28 March 2026 07:46:17 -0400 (0:00:00.013) 0:01:15.837 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 28 March 2026 07:46:17 -0400 (0:00:00.033) 0:01:15.870 ******** 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 28 March 2026 07:46:20 -0400 (0:00:02.782) 0:01:18.653 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.006038", "end": "2026-03-28 07:46:20.367255", "rc": 0, "start": "2026-03-28 07:46:20.361217" } 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.332) 0:01:18.985 ******** 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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.019) 0:01:19.005 ******** TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.022) 0:01:19.027 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.021) 0:01:19.048 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.020) 0:01:19.069 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.020) 0:01:19.090 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.020) 0:01:19.110 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.018) 0:01:19.128 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.022) 0:01:19.151 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.018) 0:01:19.170 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.018) 0:01:19.188 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.021) 0:01:19.210 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.019) 0:01:19.230 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update aide check cron configuration if necessary] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.018) 0:01:19.248 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] *** task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 28 March 2026 07:46:20 -0400 (0:00:00.023) 0:01:19.272 ******** changed: [managed-node1] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [Ensure aide cron is removed] ********************************************* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:74 Saturday 28 March 2026 07:46:21 -0400 (0:00:00.352) 0:01:19.625 ******** changed: [managed-node1] => { "backup": "", "changed": true, "failed_when_result": false } MSG: line added TASK [Restore crontab] ********************************************************* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:84 Saturday 28 March 2026 07:46:21 -0400 (0:00:00.346) 0:01:19.971 ******** 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_bbygaybg_crontab", "state": "file", "uid": 0 } TASK [Delete tempfile] ********************************************************* task path: /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:91 Saturday 28 March 2026 07:46:21 -0400 (0:00:00.340) 0:01:20.311 ******** changed: [managed-node1] => { "changed": true, "path": "/tmp/aide_bbygaybg_crontab", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=34 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 March 2026 07:46:22 -0400 (0:00:00.464) 0:01:20.776 ******** =============================================================================== fedora.linux_system_roles.aide : Initialize AIDE database -------------- 47.72s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Install crontabs ------------------------------------------------------- 13.94s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 fedora.linux_system_roles.aide : Ensure required packages are installed --- 9.43s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Get AIDE version ----------------------- 1.14s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Gathering Facts --------------------------------------------------------- 1.01s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.58s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.52s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.51s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Update aide check cron configuration if necessary --- 0.47s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Delete tempfile --------------------------------------------------------- 0.46s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:91 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.46s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Create tempfile for crontab backup -------------------------------------- 0.45s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 Backup crontab ---------------------------------------------------------- 0.45s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Check if system is ostree ----------------------------------------------- 0.44s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.43s /tmp/collections-t42/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-t42/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Ensure aide cron is removed --------------------------------------------- 0.35s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:74 Check file content ------------------------------------------------------ 0.34s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:46 Restore crontab --------------------------------------------------------- 0.34s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:84 Ensure file is not changed ---------------------------------------------- 0.32s /tmp/collections-t42/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:60