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-kyV 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-kyV/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-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 Saturday 16 May 2026 07:59:59 -0400 (0:00:00.017) 0:00:00.017 ********** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 Saturday 16 May 2026 08:00:00 -0400 (0:00:01.185) 0:00:01.203 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:14 Saturday 16 May 2026 08:00:01 -0400 (0:00:00.453) 0:00:01.656 ********** ok: [managed-node1] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [Install crontabs] ******************************************************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 Saturday 16 May 2026 08:00:01 -0400 (0:00:00.029) 0:00:01.686 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crontabs TASK [Create tempfile for crontab backup] ************************************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 Saturday 16 May 2026 08:00:15 -0400 (0:00:14.381) 0:00:16.068 ********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/aide_ucwltnfh_crontab", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Backup crontab] ********************************************************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Saturday 16 May 2026 08:00:15 -0400 (0:00:00.398) 0:00:16.466 ********** changed: [managed-node1] => { "changed": true, "checksum": "09767e814c22a93daba80e274dcbe00e0e7a8b99", "dest": "/tmp/aide_ucwltnfh_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-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:39 Saturday 16 May 2026 08:00:16 -0400 (0:00:00.428) 0:00:16.895 ********** included: /tmp/collections-kyV/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-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 08:00:16 -0400 (0:00:00.014) 0:00:16.909 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 08:00:16 -0400 (0:00:00.000) 0:00:16.910 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 08:00:16 -0400 (0:00:00.016) 0:00:16.926 ********** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 16 May 2026 08:00:16 -0400 (0:00:00.069) 0:00:16.996 ********** included: /tmp/collections-kyV/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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 16 May 2026 08:00:16 -0400 (0:00:00.016) 0:00:17.012 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Record role begin fingerprint] ********** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Saturday 16 May 2026 08:00:16 -0400 (0:00:00.523) 0:00:17.536 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:16 Saturday 16 May 2026 08:00:17 -0400 (0:00:00.401) 0:00:17.937 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:21 Saturday 16 May 2026 08:00:17 -0400 (0:00:00.016) 0:00:17.954 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:25 Saturday 16 May 2026 08:00:17 -0400 (0:00:00.015) 0:00:17.969 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 16 May 2026 08:00:17 -0400 (0:00:00.027) 0:00:17.997 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 16 May 2026 08:00:21 -0400 (0:00:03.837) 0:00:21.834 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.011018", "end": "2026-05-16 08:00:21.619686", "rc": 0, "start": "2026-05-16 08:00:21.608668" } 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 16 May 2026 08:00:21 -0400 (0:00:00.455) 0:00:22.290 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 16 May 2026 08:00:21 -0400 (0:00:00.019) 0:00:22.310 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 16 May 2026 08:00:21 -0400 (0:00:00.010) 0:00:22.320 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 16 May 2026 08:00:21 -0400 (0:00:00.014) 0:00:22.334 ********** changed: [managed-node1] => { "changed": true, "cmd": [ "aide", "--init" ], "delta": "0:00:47.060728", "end": "2026-05-16 08:01:09.040313", "rc": 0, "start": "2026-05-16 08:00:21.979585" } STDOUT: Start timestamp: 2026-05-16 08:00:21 -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 : iIKtRJiZEKC58nG6r4gflQ== SHA1 : 0T3XEbXCY3mn2iFeskMfU5/f6lA= RMD160 : CXpLKaFdGrb+5XhGYdNPVnZTw1U= TIGER : ORQ/LFYlkBjP7I6TIvfoiNxS4cnUG9sA SHA256 : Dv7Q2ZvyStif7Wr27NdoEZfsH1mIH1Nb G+Sr9ynYMS4= SHA512 : izZ5D4SeLvGX6k1q/xnkhNuwNzw0Hd47 ma/oxeqRHcWipf5T0RVa2tSta6rnaB0m DLjgMT9xf6l7weSTTnBqwQ== End timestamp: 2026-05-16 08:01:09 -0400 (run time: 0m 48s) TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 16 May 2026 08:01:09 -0400 (0:00:47.383) 0:01:09.718 ********** changed: [managed-node1] => { "changed": true, "checksum": "0bed33a4719f5efddeff2903eaa56f8a91612d40", "dest": "/var/lib/aide/aide.db.gz", "gid": 0, "group": "root", "md5sum": "ebd51c0de07a10d725037fd53a7e196b", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:aide_db_t:s0", "size": 3092152, "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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 16 May 2026 08:01:09 -0400 (0:00:00.351) 0:01:10.069 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 16 May 2026 08:01:09 -0400 (0:00:00.464) 0:01:10.534 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 16 May 2026 08:01:09 -0400 (0:00:00.014) 0:01:10.548 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 16 May 2026 08:01:09 -0400 (0:00:00.016) 0:01:10.565 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 16 May 2026 08:01:09 -0400 (0:00:00.012) 0:01:10.577 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 16 May 2026 08:01:09 -0400 (0:00:00.010) 0:01:10.588 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 16 May 2026 08:01:09 -0400 (0:00:00.014) 0:01:10.602 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 16 May 2026 08:01:09 -0400 (0:00:00.015) 0:01:10.618 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 16 May 2026 08:01:10 -0400 (0:00:00.015) 0:01:10.633 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 16 May 2026 08:01:10 -0400 (0:00:00.466) 0:01:11.099 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 Saturday 16 May 2026 08:01:10 -0400 (0:00:00.018) 0:01:11.118 ********** ok: [managed-node1] => { "changed": false } TASK [Check file content] ****************************************************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:46 Saturday 16 May 2026 08:01:10 -0400 (0:00:00.335) 0:01:11.453 ********** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and and do not touch cron] ********************************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:55 Saturday 16 May 2026 08:01:11 -0400 (0:00:00.340) 0:01:11.794 ********** included: /tmp/collections-kyV/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-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 08:01:11 -0400 (0:00:00.021) 0:01:11.815 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 08:01:11 -0400 (0:00:00.001) 0:01:11.816 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 08:01:11 -0400 (0:00:00.020) 0:01:11.837 ********** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 16 May 2026 08:01:11 -0400 (0:00:00.046) 0:01:11.883 ********** included: /tmp/collections-kyV/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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 16 May 2026 08:01:11 -0400 (0:00:00.018) 0:01:11.902 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Record role begin fingerprint] ********** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Saturday 16 May 2026 08:01:11 -0400 (0:00:00.527) 0:01:12.429 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:16 Saturday 16 May 2026 08:01:12 -0400 (0:00:00.322) 0:01:12.752 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:21 Saturday 16 May 2026 08:01:12 -0400 (0:00:00.021) 0:01:12.773 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:25 Saturday 16 May 2026 08:01:12 -0400 (0:00:00.021) 0:01:12.794 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 16 May 2026 08:01:12 -0400 (0:00:00.040) 0:01:12.835 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 16 May 2026 08:01:15 -0400 (0:00:02.852) 0:01:15.687 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.006266", "end": "2026-05-16 08:01:15.351221", "rc": 0, "start": "2026-05-16 08:01:15.344955" } 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.336) 0:01:16.024 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.027) 0:01:16.051 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.014) 0:01:16.066 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.021) 0:01:16.087 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.015) 0:01:16.103 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.011) 0:01:16.114 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.010) 0:01:16.125 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.011) 0:01:16.136 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.009) 0:01:16.146 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.012) 0:01:16.158 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.013) 0:01:16.172 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.010) 0:01:16.182 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.013) 0:01:16.196 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.014) 0:01:16.210 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.015) 0:01:16.226 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.016) 0:01:16.243 ********** ok: [managed-node1] => { "changed": false } TASK [Ensure file is not changed] ********************************************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:60 Saturday 16 May 2026 08:01:15 -0400 (0:00:00.324) 0:01:16.568 ********** ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and disable cron] ******************************************* task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:69 Saturday 16 May 2026 08:01:16 -0400 (0:00:00.357) 0:01:16.925 ********** included: /tmp/collections-kyV/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-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 08:01:16 -0400 (0:00:00.015) 0:01:16.941 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 08:01:16 -0400 (0:00:00.000) 0:01:16.942 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 08:01:16 -0400 (0:00:00.014) 0:01:16.956 ********** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 16 May 2026 08:01:16 -0400 (0:00:00.032) 0:01:16.989 ********** included: /tmp/collections-kyV/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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 16 May 2026 08:01:16 -0400 (0:00:00.015) 0:01:17.004 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Record role begin fingerprint] ********** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Saturday 16 May 2026 08:01:16 -0400 (0:00:00.528) 0:01:17.533 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:16 Saturday 16 May 2026 08:01:17 -0400 (0:00:00.313) 0:01:17.846 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:21 Saturday 16 May 2026 08:01:17 -0400 (0:00:00.015) 0:01:17.862 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:25 Saturday 16 May 2026 08:01:17 -0400 (0:00:00.016) 0:01:17.878 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 16 May 2026 08:01:17 -0400 (0:00:00.029) 0:01:17.907 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 16 May 2026 08:01:20 -0400 (0:00:02.800) 0:01:20.708 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.006751", "end": "2026-05-16 08:01:20.388138", "rc": 0, "start": "2026-05-16 08:01:20.381387" } 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.355) 0:01:21.064 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.027) 0:01:21.091 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.014) 0:01:21.106 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.021) 0:01:21.128 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.024) 0:01:21.152 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.017) 0:01:21.170 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.015) 0:01:21.185 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.015) 0:01:21.201 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.016) 0:01:21.218 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.016) 0:01:21.234 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.018) 0:01:21.253 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.017) 0:01:21.270 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.014) 0:01:21.285 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.017) 0:01:21.302 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Saturday 16 May 2026 08:01:20 -0400 (0:00:00.017) 0:01:21.319 ********** 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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 Saturday 16 May 2026 08:01:21 -0400 (0:00:00.356) 0:01:21.676 ********** ok: [managed-node1] => { "changed": false } TASK [Ensure aide cron is removed] ********************************************* task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:74 Saturday 16 May 2026 08:01:21 -0400 (0:00:00.327) 0:01:22.003 ********** changed: [managed-node1] => { "backup": "", "changed": true, "failed_when_result": false } MSG: line added TASK [Restore crontab] ********************************************************* task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:84 Saturday 16 May 2026 08:01:21 -0400 (0:00:00.322) 0:01:22.326 ********** 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_ucwltnfh_crontab", "state": "file", "uid": 0 } TASK [Delete tempfile] ********************************************************* task path: /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:91 Saturday 16 May 2026 08:01:22 -0400 (0:00:00.362) 0:01:22.688 ********** changed: [managed-node1] => { "changed": true, "path": "/tmp/aide_ucwltnfh_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 16 May 2026 08:01:22 -0400 (0:00:00.322) 0:01:23.011 ********** =============================================================================== fedora.linux_system_roles.aide : Initialize AIDE database -------------- 47.38s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Install crontabs ------------------------------------------------------- 14.38s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 fedora.linux_system_roles.aide : Ensure required packages are installed --- 3.84s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure required packages are installed --- 2.85s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure required packages are installed --- 2.80s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Gathering Facts --------------------------------------------------------- 1.19s /tmp/collections-kyV/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.53s /tmp/collections-kyV/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-kyV/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-kyV/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-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.46s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 fedora.linux_system_roles.aide : Get AIDE version ----------------------- 0.46s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Check if system is ostree ----------------------------------------------- 0.45s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 Backup crontab ---------------------------------------------------------- 0.43s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 fedora.linux_system_roles.aide : Record role begin fingerprint ---------- 0.40s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Create tempfile for crontab backup -------------------------------------- 0.40s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 Restore crontab --------------------------------------------------------- 0.36s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:84 Ensure file is not changed ---------------------------------------------- 0.36s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:60 fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary --- 0.36s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 fedora.linux_system_roles.aide : Get AIDE version ----------------------- 0.36s /tmp/collections-kyV/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13