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-mwd/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-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 Thursday 19 March 2026 11:09:28 -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-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 Thursday 19 March 2026 11:09:29 -0400 (0:00:01.005) 0:00:01.022 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:14 Thursday 19 March 2026 11:09:30 -0400 (0:00:00.436) 0:00:01.458 ******** ok: [managed-node1] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [Install crontabs] ******************************************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 Thursday 19 March 2026 11:09:30 -0400 (0:00:00.034) 0:00:01.493 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create tempfile for crontab backup] ************************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 Thursday 19 March 2026 11:09:44 -0400 (0:00:14.007) 0:00:15.500 ******** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/aide_iog84fjs_crontab", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Backup crontab] ********************************************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Thursday 19 March 2026 11:09:44 -0400 (0:00:00.408) 0:00:15.909 ******** changed: [managed-node1] => { "changed": true, "checksum": "09767e814c22a93daba80e274dcbe00e0e7a8b99", "dest": "/tmp/aide_iog84fjs_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-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:39 Thursday 19 March 2026 11:09:45 -0400 (0:00:00.459) 0:00:16.369 ******** included: /tmp/collections-mwd/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-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:22 Thursday 19 March 2026 11:09:45 -0400 (0:00:00.017) 0:00:16.386 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:32 Thursday 19 March 2026 11:09:45 -0400 (0:00:00.031) 0:00:16.418 ******** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Thursday 19 March 2026 11:09:45 -0400 (0:00:00.073) 0:00:16.491 ******** included: /tmp/collections-mwd/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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Thursday 19 March 2026 11:09:45 -0400 (0:00:00.022) 0:00:16.513 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Thursday 19 March 2026 11:09:45 -0400 (0:00:00.535) 0:00:17.049 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Thursday 19 March 2026 11:09:45 -0400 (0:00:00.015) 0:00:17.064 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Thursday 19 March 2026 11:09:45 -0400 (0:00:00.013) 0:00:17.078 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Thursday 19 March 2026 11:09:45 -0400 (0:00:00.031) 0:00:17.109 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Thursday 19 March 2026 11:09:49 -0400 (0:00:03.913) 0:00:21.022 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.008079", "end": "2026-03-19 11:09:50.195633", "rc": 0, "start": "2026-03-19 11:09:50.187554" } 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Thursday 19 March 2026 11:09:50 -0400 (0:00:00.472) 0:00:21.495 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Thursday 19 March 2026 11:09:50 -0400 (0:00:00.017) 0:00:21.513 ******** TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Thursday 19 March 2026 11:09:50 -0400 (0:00:00.014) 0:00:21.528 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Thursday 19 March 2026 11:09:50 -0400 (0:00:00.012) 0:00:21.540 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "aide", "--init" ], "delta": "0:00:46.826510", "end": "2026-03-19 11:10:37.405316", "rc": 0, "start": "2026-03-19 11:09:50.578806" } STDOUT: Start timestamp: 2026-03-19 11:09:50 -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 : R6mtz/i40zTuscx+MkoA5w== SHA1 : 9m9w/W88G/hm09Gc0Wq9MSxZ2PM= RMD160 : eiZn8aEqYLJnEPi2iLrDDM+pyJE= TIGER : Qqm1bUcmbICIk48mEnfJ2Q/ZujWY8xyX SHA256 : L8wLZ+tIpNffDu+ZQSA+SKY/5+vfvoDn xzY+22XMkEw= SHA512 : 46/D/YHnU+nAOt0ZI/ahlUBjeCkmDpoI 7FFp0viJu5SoxgPFz4DtOmHJlns0YbRB +DHWWIecrIh8IkMllyPjcw== End timestamp: 2026-03-19 11:10:37 -0400 (run time: 0m 47s) TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Thursday 19 March 2026 11:10:37 -0400 (0:00:47.165) 0:01:08.706 ******** changed: [managed-node1] => { "changed": true, "checksum": "a50d7eeec828b28e46de0d152035395f02d8515d", "dest": "/var/lib/aide/aide.db.gz", "gid": 0, "group": "root", "md5sum": "dfd3f9ff7a9f195dd421746328ebd36c", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:aide_db_t:s0", "size": 3092150, "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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Thursday 19 March 2026 11:10:37 -0400 (0:00:00.370) 0:01:09.077 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.486) 0:01:09.564 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.021) 0:01:09.586 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.020) 0:01:09.606 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.019) 0:01:09.626 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.018) 0:01:09.645 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.018) 0:01:09.663 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.017) 0:01:09.681 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.017) 0:01:09.699 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.417) 0:01:10.116 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check file content] ****************************************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:46 Thursday 19 March 2026 11:10:38 -0400 (0:00:00.023) 0:01:10.140 ******** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and and do not touch cron] ********************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:55 Thursday 19 March 2026 11:10:39 -0400 (0:00:00.373) 0:01:10.514 ******** included: /tmp/collections-mwd/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-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:22 Thursday 19 March 2026 11:10:39 -0400 (0:00:00.021) 0:01:10.535 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:32 Thursday 19 March 2026 11:10:39 -0400 (0:00:00.022) 0:01:10.558 ******** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Thursday 19 March 2026 11:10:39 -0400 (0:00:00.025) 0:01:10.584 ******** included: /tmp/collections-mwd/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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Thursday 19 March 2026 11:10:39 -0400 (0:00:00.029) 0:01:10.613 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Thursday 19 March 2026 11:10:39 -0400 (0:00:00.544) 0:01:11.158 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Thursday 19 March 2026 11:10:39 -0400 (0:00:00.013) 0:01:11.171 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Thursday 19 March 2026 11:10:39 -0400 (0:00:00.012) 0:01:11.184 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Thursday 19 March 2026 11:10:39 -0400 (0:00:00.031) 0:01:11.215 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Thursday 19 March 2026 11:10:42 -0400 (0:00:02.871) 0:01:14.087 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.006257", "end": "2026-03-19 11:10:43.134405", "rc": 0, "start": "2026-03-19 11:10:43.128148" } 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.347) 0:01:14.435 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.017) 0:01:14.452 ******** TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.012) 0:01:14.464 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.013) 0:01:14.477 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.012) 0:01:14.490 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.013) 0:01:14.503 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.014) 0:01:14.517 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.017) 0:01:14.535 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.018) 0:01:14.554 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.017) 0:01:14.572 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.017) 0:01:14.589 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.020) 0:01:14.610 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.019) 0:01:14.629 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.027) 0:01:14.657 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.020) 0:01:14.677 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure file is not changed] ********************************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:60 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.018) 0:01:14.695 ******** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and disable cron] ******************************************* task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:69 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.351) 0:01:15.047 ******** included: /tmp/collections-mwd/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-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:22 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.019) 0:01:15.066 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:32 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.012) 0:01:15.079 ******** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.021) 0:01:15.100 ******** included: /tmp/collections-mwd/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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Thursday 19 March 2026 11:10:43 -0400 (0:00:00.017) 0:01:15.118 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Thursday 19 March 2026 11:10:44 -0400 (0:00:00.523) 0:01:15.641 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Thursday 19 March 2026 11:10:44 -0400 (0:00:00.015) 0:01:15.656 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Thursday 19 March 2026 11:10:44 -0400 (0:00:00.018) 0:01:15.675 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Thursday 19 March 2026 11:10:44 -0400 (0:00:00.029) 0:01:15.705 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Thursday 19 March 2026 11:10:47 -0400 (0:00:02.793) 0:01:18.498 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.006786", "end": "2026-03-19 11:10:47.537821", "rc": 0, "start": "2026-03-19 11:10:47.531035" } 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.349) 0:01:18.847 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.026) 0:01:18.874 ******** TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.019) 0:01:18.893 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.020) 0:01:18.914 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.020) 0:01:18.934 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.018) 0:01:18.952 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.018) 0:01:18.971 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.019) 0:01:18.990 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.017) 0:01:19.008 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.018) 0:01:19.026 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.018) 0:01:19.045 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.017) 0:01:19.063 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.027) 0:01:19.090 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.018) 0:01:19.108 ******** 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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Thursday 19 March 2026 11:10:47 -0400 (0:00:00.021) 0:01:19.130 ******** changed: [managed-node1] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [Ensure aide cron is removed] ********************************************* task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:74 Thursday 19 March 2026 11:10:48 -0400 (0:00:00.392) 0:01:19.522 ******** changed: [managed-node1] => { "backup": "", "changed": true, "failed_when_result": false } MSG: line added TASK [Restore crontab] ********************************************************* task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:84 Thursday 19 March 2026 11:10:48 -0400 (0:00:00.358) 0:01:19.880 ******** 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_iog84fjs_crontab", "state": "file", "uid": 0 } TASK [Delete tempfile] ********************************************************* task path: /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:91 Thursday 19 March 2026 11:10:48 -0400 (0:00:00.349) 0:01:20.230 ******** changed: [managed-node1] => { "changed": true, "path": "/tmp/aide_iog84fjs_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 ******************************************************************** Thursday 19 March 2026 11:10:49 -0400 (0:00:00.510) 0:01:20.740 ******** =============================================================================== fedora.linux_system_roles.aide : Initialize AIDE database -------------- 47.20s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Install crontabs ------------------------------------------------------- 14.01s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 fedora.linux_system_roles.aide : Ensure required packages are installed --- 9.58s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Get AIDE version ----------------------- 1.17s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Gathering Facts --------------------------------------------------------- 1.01s /tmp/collections-mwd/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.54s /tmp/collections-mwd/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.54s /tmp/collections-mwd/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-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.52s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Delete tempfile --------------------------------------------------------- 0.51s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:91 Backup crontab ---------------------------------------------------------- 0.46s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 fedora.linux_system_roles.aide : Update aide check cron configuration if necessary --- 0.46s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Check if system is ostree ----------------------------------------------- 0.44s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary --- 0.43s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Create tempfile for crontab backup -------------------------------------- 0.41s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.40s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Check file content ------------------------------------------------------ 0.37s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:46 Ensure aide cron is removed --------------------------------------------- 0.36s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:74 Ensure file is not changed ---------------------------------------------- 0.35s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:60 Restore crontab --------------------------------------------------------- 0.35s /tmp/collections-mwd/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:84