ansible-playbook [core 2.16.18] 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-nm0 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-nm0/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-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 Saturday 09 May 2026 07:59:12 -0400 (0:00:00.018) 0:00:00.018 ********** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 Saturday 09 May 2026 07:59:13 -0400 (0:00:01.178) 0:00:01.196 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:14 Saturday 09 May 2026 07:59:13 -0400 (0:00:00.440) 0:00:01.637 ********** ok: [managed-node1] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [Install crontabs] ******************************************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 Saturday 09 May 2026 07:59:13 -0400 (0:00:00.029) 0:00:01.666 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crontabs TASK [Create tempfile for crontab backup] ************************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 Saturday 09 May 2026 07:59:28 -0400 (0:00:14.395) 0:00:16.062 ********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/aide_uscny2q3_crontab", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Backup crontab] ********************************************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Saturday 09 May 2026 07:59:28 -0400 (0:00:00.397) 0:00:16.460 ********** changed: [managed-node1] => { "changed": true, "checksum": "09767e814c22a93daba80e274dcbe00e0e7a8b99", "dest": "/tmp/aide_uscny2q3_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-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:39 Saturday 09 May 2026 07:59:29 -0400 (0:00:00.421) 0:00:16.881 ********** included: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 07:59:29 -0400 (0:00:00.015) 0:00:16.897 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 07:59:29 -0400 (0:00:00.000) 0:00:16.898 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 07:59:29 -0400 (0:00:00.020) 0:00:16.918 ********** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 09 May 2026 07:59:29 -0400 (0:00:00.078) 0:00:16.997 ********** included: /tmp/collections-nm0/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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 09 May 2026 07:59:29 -0400 (0:00:00.016) 0:00:17.013 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Record role begin fingerprint] ********** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Saturday 09 May 2026 07:59:29 -0400 (0:00:00.519) 0:00:17.533 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:16 Saturday 09 May 2026 07:59:30 -0400 (0:00:00.394) 0:00:17.927 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:21 Saturday 09 May 2026 07:59:30 -0400 (0:00:00.016) 0:00:17.944 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:25 Saturday 09 May 2026 07:59:30 -0400 (0:00:00.015) 0:00:17.959 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 09 May 2026 07:59:30 -0400 (0:00:00.029) 0:00:17.989 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 09 May 2026 07:59:34 -0400 (0:00:03.854) 0:00:21.843 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.007392", "end": "2026-05-09 07:59:34.385826", "rc": 0, "start": "2026-05-09 07:59:34.378434" } 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 09 May 2026 07:59:34 -0400 (0:00:00.422) 0:00:22.266 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 09 May 2026 07:59:34 -0400 (0:00:00.017) 0:00:22.284 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 09 May 2026 07:59:34 -0400 (0:00:00.009) 0:00:22.294 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 09 May 2026 07:59:34 -0400 (0:00:00.015) 0:00:22.309 ********** changed: [managed-node1] => { "changed": true, "cmd": [ "aide", "--init" ], "delta": "0:00:46.780618", "end": "2026-05-09 08:00:21.522789", "rc": 0, "start": "2026-05-09 07:59:34.742171" } STDOUT: Start timestamp: 2026-05-09 07:59:34 -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 : YJQ2Xjc3aOD88oMP3GLkmQ== SHA1 : vW0e1fKXz6YZWt5ihS8qSudN6Ew= RMD160 : 0GfN1F96Yl8ntAU6l6s0kWXt8GM= TIGER : eCX7oZYpMLZOQK0/dmfeSMp9Erx4rLW6 SHA256 : Ye6sjM7+dV4X3CIOn9y4MdiW1Q6TvYI8 zCOz66wO5zw= SHA512 : PQuXutcO07ZQzjzbTClQqvoD1Fgv12zg iMaZFs7pBMCb2A11qVQl/AuODwMNBxpT hbqhRYIyXyDWE6fRh643IA== End timestamp: 2026-05-09 08:00:21 -0400 (run time: 0m 47s) TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 09 May 2026 08:00:21 -0400 (0:00:47.104) 0:01:09.414 ********** changed: [managed-node1] => { "changed": true, "checksum": "3da3f73ee05a02e1312a1e0be03f9f8e5911bc7b", "dest": "/var/lib/aide/aide.db.gz", "gid": 0, "group": "root", "md5sum": "da68b84fdd5c6c3eca5cba021d43e3eb", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:aide_db_t:s0", "size": 3092153, "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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 09 May 2026 08:00:21 -0400 (0:00:00.381) 0:01:09.795 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 09 May 2026 08:00:22 -0400 (0:00:00.481) 0:01:10.277 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 09 May 2026 08:00:22 -0400 (0:00:00.014) 0:01:10.291 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 09 May 2026 08:00:22 -0400 (0:00:00.016) 0:01:10.307 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 09 May 2026 08:00:22 -0400 (0:00:00.016) 0:01:10.323 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 09 May 2026 08:00:22 -0400 (0:00:00.019) 0:01:10.343 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 09 May 2026 08:00:22 -0400 (0:00:00.011) 0:01:10.354 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 09 May 2026 08:00:22 -0400 (0:00:00.011) 0:01:10.365 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 09 May 2026 08:00:22 -0400 (0:00:00.012) 0:01:10.378 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 09 May 2026 08:00:23 -0400 (0:00:00.477) 0:01:10.855 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not aide_cron_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Record role success fingerprint] ******** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 Saturday 09 May 2026 08:00:23 -0400 (0:00:00.027) 0:01:10.883 ********** ok: [managed-node1] => { "changed": false } TASK [Check file content] ****************************************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:46 Saturday 09 May 2026 08:00:23 -0400 (0:00:00.323) 0:01:11.207 ********** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and and do not touch cron] ********************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:55 Saturday 09 May 2026 08:00:23 -0400 (0:00:00.330) 0:01:11.537 ********** included: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 08:00:23 -0400 (0:00:00.017) 0:01:11.554 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 08:00:23 -0400 (0:00:00.000) 0:01:11.555 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 08:00:23 -0400 (0:00:00.022) 0:01:11.577 ********** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 09 May 2026 08:00:23 -0400 (0:00:00.050) 0:01:11.628 ********** included: /tmp/collections-nm0/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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 09 May 2026 08:00:23 -0400 (0:00:00.028) 0:01:11.656 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Record role begin fingerprint] ********** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Saturday 09 May 2026 08:00:24 -0400 (0:00:00.566) 0:01:12.222 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:16 Saturday 09 May 2026 08:00:24 -0400 (0:00:00.341) 0:01:12.564 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:21 Saturday 09 May 2026 08:00:24 -0400 (0:00:00.018) 0:01:12.582 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:25 Saturday 09 May 2026 08:00:24 -0400 (0:00:00.015) 0:01:12.598 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 09 May 2026 08:00:24 -0400 (0:00:00.029) 0:01:12.628 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 09 May 2026 08:00:27 -0400 (0:00:02.790) 0:01:15.419 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.006102", "end": "2026-05-09 08:00:27.857023", "rc": 0, "start": "2026-05-09 08:00:27.850921" } 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 09 May 2026 08:00:27 -0400 (0:00:00.322) 0:01:15.741 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 09 May 2026 08:00:27 -0400 (0:00:00.018) 0:01:15.760 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 09 May 2026 08:00:27 -0400 (0:00:00.012) 0:01:15.772 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 09 May 2026 08:00:27 -0400 (0:00:00.014) 0:01:15.787 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 09 May 2026 08:00:27 -0400 (0:00:00.011) 0:01:15.798 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 09 May 2026 08:00:27 -0400 (0:00:00.011) 0:01:15.810 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 09 May 2026 08:00:27 -0400 (0:00:00.010) 0:01:15.821 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 09 May 2026 08:00:27 -0400 (0:00:00.010) 0:01:15.831 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.010) 0:01:15.842 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.010) 0:01:15.852 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.010) 0:01:15.863 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.010) 0:01:15.873 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.010) 0:01:15.884 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.010) 0:01:15.895 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.014) 0:01:15.909 ********** 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 : Record role success fingerprint] ******** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.015) 0:01:15.924 ********** ok: [managed-node1] => { "changed": false } TASK [Ensure file is not changed] ********************************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:60 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.311) 0:01:16.236 ********** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and disable cron] ******************************************* task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:69 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.325) 0:01:16.561 ********** included: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.015) 0:01:16.577 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.000) 0:01:16.578 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.014) 0:01:16.593 ********** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.033) 0:01:16.626 ********** included: /tmp/collections-nm0/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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 09 May 2026 08:00:28 -0400 (0:00:00.020) 0:01:16.647 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Record role begin fingerprint] ********** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Saturday 09 May 2026 08:00:29 -0400 (0:00:00.525) 0:01:17.173 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:16 Saturday 09 May 2026 08:00:29 -0400 (0:00:00.310) 0:01:17.483 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:21 Saturday 09 May 2026 08:00:29 -0400 (0:00:00.016) 0:01:17.500 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:25 Saturday 09 May 2026 08:00:29 -0400 (0:00:00.017) 0:01:17.517 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 09 May 2026 08:00:29 -0400 (0:00:00.030) 0:01:17.547 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 09 May 2026 08:00:32 -0400 (0:00:02.783) 0:01:20.331 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.005894", "end": "2026-05-09 08:00:32.771228", "rc": 0, "start": "2026-05-09 08:00:32.765334" } 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.319) 0:01:20.651 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.018) 0:01:20.669 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.009) 0:01:20.679 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.015) 0:01:20.694 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.011) 0:01:20.706 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.015) 0:01:20.721 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.017) 0:01:20.738 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.015) 0:01:20.754 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.015) 0:01:20.769 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.016) 0:01:20.785 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.017) 0:01:20.803 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.017) 0:01:20.820 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 09 May 2026 08:00:32 -0400 (0:00:00.016) 0:01:20.836 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 09 May 2026 08:00:33 -0400 (0:00:00.016) 0:01:20.853 ********** 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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 09 May 2026 08:00:33 -0400 (0:00:00.024) 0:01:20.877 ********** changed: [managed-node1] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.aide : Record role success fingerprint] ******** task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 Saturday 09 May 2026 08:00:33 -0400 (0:00:00.368) 0:01:21.246 ********** ok: [managed-node1] => { "changed": false } TASK [Ensure aide cron is removed] ********************************************* task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:74 Saturday 09 May 2026 08:00:33 -0400 (0:00:00.333) 0:01:21.579 ********** changed: [managed-node1] => { "backup": "", "changed": true, "failed_when_result": false } MSG: line added TASK [Restore crontab] ********************************************************* task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:84 Saturday 09 May 2026 08:00:34 -0400 (0:00:00.327) 0:01:21.906 ********** 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_uscny2q3_crontab", "state": "file", "uid": 0 } TASK [Delete tempfile] ********************************************************* task path: /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:91 Saturday 09 May 2026 08:00:34 -0400 (0:00:00.324) 0:01:22.231 ********** changed: [managed-node1] => { "changed": true, "path": "/tmp/aide_uscny2q3_crontab", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=40 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 09 May 2026 08:00:34 -0400 (0:00:00.331) 0:01:22.563 ********** =============================================================================== fedora.linux_system_roles.aide : Initialize AIDE database -------------- 47.10s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Install crontabs ------------------------------------------------------- 14.40s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 fedora.linux_system_roles.aide : Ensure required packages are installed --- 3.85s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure required packages are installed --- 2.79s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure required packages are installed --- 2.78s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Gathering Facts --------------------------------------------------------- 1.18s /tmp/collections-nm0/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.57s /tmp/collections-nm0/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.53s /tmp/collections-nm0/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-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.48s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 fedora.linux_system_roles.aide : Update aide check cron configuration if necessary --- 0.48s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Check if system is ostree ----------------------------------------------- 0.44s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 fedora.linux_system_roles.aide : Get AIDE version ----------------------- 0.42s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Backup crontab ---------------------------------------------------------- 0.42s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Create tempfile for crontab backup -------------------------------------- 0.40s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 fedora.linux_system_roles.aide : Record role begin fingerprint ---------- 0.39s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.38s /tmp/collections-nm0/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.37s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 fedora.linux_system_roles.aide : Record role begin fingerprint ---------- 0.34s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 fedora.linux_system_roles.aide : Record role success fingerprint -------- 0.33s /tmp/collections-nm0/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140