ansible-playbook [core 2.17.14] 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-SQZ executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Mar 9 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/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-SQZ/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-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 Wednesday 22 April 2026 12:34:53 -0400 (0:00:00.018) 0:00:00.018 ******* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 Wednesday 22 April 2026 12:34:56 -0400 (0:00:02.322) 0:00:02.340 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:14 Wednesday 22 April 2026 12:34:56 -0400 (0:00:00.449) 0:00:02.790 ******* ok: [managed-node1] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [Install crontabs] ******************************************************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 Wednesday 22 April 2026 12:34:56 -0400 (0:00:00.020) 0:00:02.810 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create tempfile for crontab backup] ************************************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 Wednesday 22 April 2026 12:35:08 -0400 (0:00:11.837) 0:00:14.648 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/aide_cjqmhk21_crontab", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Backup crontab] ********************************************************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Wednesday 22 April 2026 12:35:08 -0400 (0:00:00.421) 0:00:15.070 ******* changed: [managed-node1] => { "changed": true, "checksum": "09767e814c22a93daba80e274dcbe00e0e7a8b99", "dest": "/tmp/aide_cjqmhk21_crontab", "gid": 0, "group": "root", "md5sum": "c39252b11aad842fcb75e05c6a27eef8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_cron_spool_t:s0", "size": 451, "src": "/etc/crontab", "state": "file", "uid": 0 } TASK [Run the role and set up cron] ******************************************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:39 Wednesday 22 April 2026 12:35:09 -0400 (0:00:00.427) 0:00:15.497 ******* included: /tmp/collections-SQZ/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-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:9 Wednesday 22 April 2026 12:35:09 -0400 (0:00:00.014) 0:00:15.511 ******* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:23 Wednesday 22 April 2026 12:35:09 -0400 (0:00:00.000) 0:00:15.512 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:33 Wednesday 22 April 2026 12:35:09 -0400 (0:00:00.015) 0:00:15.527 ******* included: fedora.linux_system_roles.aide for managed-node1 TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Wednesday 22 April 2026 12:35:09 -0400 (0:00:00.067) 0:00:15.594 ******* included: /tmp/collections-SQZ/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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Wednesday 22 April 2026 12:35:09 -0400 (0:00:00.016) 0:00:15.611 ******* ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Record role begin fingerprint] ********** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Wednesday 22 April 2026 12:35:10 -0400 (0:00:00.543) 0:00:16.154 ******* ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:16 Wednesday 22 April 2026 12:35:10 -0400 (0:00:00.419) 0:00:16.574 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:21 Wednesday 22 April 2026 12:35:10 -0400 (0:00:00.016) 0:00:16.590 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:25 Wednesday 22 April 2026 12:35:10 -0400 (0:00:00.015) 0:00:16.606 ******* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Wednesday 22 April 2026 12:35:10 -0400 (0:00:00.026) 0:00:16.633 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: aide-0.19.2-5.el9.x86_64" ] } TASK [fedora.linux_system_roles.aide : Get AIDE version] *********************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Wednesday 22 April 2026 12:35:13 -0400 (0:00:03.310) 0:00:19.943 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.008751", "end": "2026-04-22 12:35:14.299754", "rc": 0, "start": "2026-04-22 12:35:14.291003" } STDOUT: AIDE 0.19.2 Compile-time options: use pcre2: mandatory use pthread: mandatory use zlib compression: yes use POSIX ACLs: yes use SELinux: yes use xattr: yes use POSIX 1003.1e capabilities: no use e2fsattrs: yes use cURL: yes use Nettle crypto library: yes use GNU crypto library: no use Linux Auditing Framework: yes use locale: no syslog ident: aide syslog logopt: LOG_CONS syslog priority: LOG_NOTICE default syslog facility: LOG_LOCAL0 Default config values: config file: /etc/aide.conf database_in: file:/etc/aide.db database_out: file:/etc/aide.db.new Available compiled-in attributes: acl: yes xattrs: yes selinux: yes e2fsattrs: yes caps: no Available hashsum attributes: md5: yes sha1: yes sha256: yes sha512: yes rmd160: yes tiger: no crc32: no crc32b: no haval: no whirlpool: no gost: yes stribog256: yes stribog512: yes sha512_256: yes sha3_256: yes sha3_512: yes Available file system type names: 9p autofs bcachefs binfmt bpf btrfs cgroup cgroup2 configfs debugfs devpts efivarfs exfat ext f2fs fuse fusectl hugetlbfs mqueue nfs nilfs overlayfs proc pstore ramfs securityfs selinuxfs squashfs sysfs tmpfs tracefs udf vfat xfs Default compound groups: R: l+p+u+g+s+c+m+i+n+acl+selinux+xattrs+ftype+e2fsattrs+sha3_256 L: l+p+u+g+i+n+acl+selinux+xattrs+ftype+e2fsattrs >: l+p+u+g+s+i+n+acl+selinux+xattrs+ftype+e2fsattrs+growing H: sha256+sha512+stribog256+stribog512+sha512_256+sha3_256+sha3_512 X: acl+selinux+xattrs+e2fsattrs TASK [fedora.linux_system_roles.aide : Set AIDE version] *********************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Wednesday 22 April 2026 12:35:14 -0400 (0:00:00.528) 0:00:20.471 ******* ok: [managed-node1] => { "ansible_facts": { "aide_version": "0.19.2" }, "changed": false } TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Wednesday 22 April 2026 12:35:14 -0400 (0:00:00.017) 0:00:20.489 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Wednesday 22 April 2026 12:35:14 -0400 (0:00:00.010) 0:00:20.499 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Wednesday 22 April 2026 12:35:14 -0400 (0:00:00.014) 0:00:20.514 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "aide", "--init" ], "delta": "0:00:47.864594", "end": "2026-04-22 12:36:02.555237", "rc": 0, "start": "2026-04-22 12:35:14.690643" } STDOUT: Start timestamp: 2026-04-22 12:35:14 -0400 (AIDE 0.19.2) AIDE successfully initialized database. New AIDE database written to /var/lib/aide/aide.db.new.gz Number of entries: 54966 --------------------------------------------------- The attributes of the (uncompressed) database(s): --------------------------------------------------- /var/lib/aide/aide.db.new.gz SHA256 : odTbaEiucWcO2essdiZ5NM6L6GEaj83O ZJ/4jE74G/o= SHA512 : YGVMakptj4JboKPbFi4aiVWfB0UkQC+e Xwdg1PKnwR2IZ0MXugzzeX7kWmu4f+sK 9zXgBodIy6f87hQzY0n95Q== STRIBOG256: /XMUUpqD8F+K03l1Rm4F63gWjeA1S3cW mB1oU10DkXU= STRIBOG512: axMQRTS+23BwQvwBWjPrMTzuRBLNRmT9 RsEuvY6Fh9LMF4iMiLcsUo8gs3lC32Z+ QTL3OeKM1CHGHOoxsuLPKg== SHA512/256: 6bnWR7BHIK0niIP4eR1zwxwUE8spb0KK ISzRRBqrLUA= SHA3-256 : sLvR3cWdIYqXCtuoM23f4hi3n+O1OAVi L20nUxBWFcE= SHA3-512 : 0+NwZg6R8PosGLBeeNbiWCEWoE5KHfvr wOEywlWaorL8KMiCKPrjsCNmy0ZBkpTS nOQmlnzbvfBHJ2pT19BUiw== End timestamp: 2026-04-22 12:36:02 -0400 (run time: 0m 48s) TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Wednesday 22 April 2026 12:36:02 -0400 (0:00:48.212) 0:01:08.726 ******* changed: [managed-node1] => { "changed": true, "checksum": "92e436acc5ab60f11c613086e2f2d4cbc0432e2d", "dest": "/var/lib/aide/aide.db.gz", "gid": 0, "group": "root", "md5sum": "34ac0e50185840cd9203b7424e0c5cd8", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:aide_db_t:s0", "size": 4432385, "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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Wednesday 22 April 2026 12:36:02 -0400 (0:00:00.373) 0:01:09.100 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Wednesday 22 April 2026 12:36:03 -0400 (0:00:00.443) 0:01:09.544 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Wednesday 22 April 2026 12:36:03 -0400 (0:00:00.012) 0:01:09.556 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Wednesday 22 April 2026 12:36:03 -0400 (0:00:00.015) 0:01:09.572 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Wednesday 22 April 2026 12:36:03 -0400 (0:00:00.018) 0:01:09.590 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Wednesday 22 April 2026 12:36:03 -0400 (0:00:00.013) 0:01:09.604 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Wednesday 22 April 2026 12:36:03 -0400 (0:00:00.010) 0:01:09.615 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Wednesday 22 April 2026 12:36:03 -0400 (0:00:00.010) 0:01:09.625 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Wednesday 22 April 2026 12:36:03 -0400 (0:00:00.015) 0:01:09.641 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Wednesday 22 April 2026 12:36:04 -0400 (0:00:00.532) 0:01:10.173 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 Wednesday 22 April 2026 12:36:04 -0400 (0:00:00.020) 0:01:10.193 ******* ok: [managed-node1] => { "changed": false } TASK [Check file content] ****************************************************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:46 Wednesday 22 April 2026 12:36:04 -0400 (0:00:00.357) 0:01:10.551 ******* ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and and do not touch cron] ********************************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:55 Wednesday 22 April 2026 12:36:04 -0400 (0:00:00.338) 0:01:10.890 ******* included: /tmp/collections-SQZ/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-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:9 Wednesday 22 April 2026 12:36:04 -0400 (0:00:00.014) 0:01:10.904 ******* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:23 Wednesday 22 April 2026 12:36:04 -0400 (0:00:00.000) 0:01:10.905 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:33 Wednesday 22 April 2026 12:36:04 -0400 (0:00:00.013) 0:01:10.918 ******* included: fedora.linux_system_roles.aide for managed-node1 TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Wednesday 22 April 2026 12:36:04 -0400 (0:00:00.032) 0:01:10.951 ******* included: /tmp/collections-SQZ/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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Wednesday 22 April 2026 12:36:04 -0400 (0:00:00.015) 0:01:10.967 ******* ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Record role begin fingerprint] ********** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Wednesday 22 April 2026 12:36:05 -0400 (0:00:00.543) 0:01:11.510 ******* ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:16 Wednesday 22 April 2026 12:36:05 -0400 (0:00:00.347) 0:01:11.858 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:21 Wednesday 22 April 2026 12:36:05 -0400 (0:00:00.015) 0:01:11.873 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:25 Wednesday 22 April 2026 12:36:05 -0400 (0:00:00.014) 0:01:11.888 ******* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Wednesday 22 April 2026 12:36:05 -0400 (0:00:00.027) 0:01:11.916 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Wednesday 22 April 2026 12:36:07 -0400 (0:00:01.267) 0:01:13.183 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.007196", "end": "2026-04-22 12:36:07.365059", "rc": 0, "start": "2026-04-22 12:36:07.357863" } STDOUT: AIDE 0.19.2 Compile-time options: use pcre2: mandatory use pthread: mandatory use zlib compression: yes use POSIX ACLs: yes use SELinux: yes use xattr: yes use POSIX 1003.1e capabilities: no use e2fsattrs: yes use cURL: yes use Nettle crypto library: yes use GNU crypto library: no use Linux Auditing Framework: yes use locale: no syslog ident: aide syslog logopt: LOG_CONS syslog priority: LOG_NOTICE default syslog facility: LOG_LOCAL0 Default config values: config file: /etc/aide.conf database_in: file:/etc/aide.db database_out: file:/etc/aide.db.new Available compiled-in attributes: acl: yes xattrs: yes selinux: yes e2fsattrs: yes caps: no Available hashsum attributes: md5: yes sha1: yes sha256: yes sha512: yes rmd160: yes tiger: no crc32: no crc32b: no haval: no whirlpool: no gost: yes stribog256: yes stribog512: yes sha512_256: yes sha3_256: yes sha3_512: yes Available file system type names: 9p autofs bcachefs binfmt bpf btrfs cgroup cgroup2 configfs debugfs devpts efivarfs exfat ext f2fs fuse fusectl hugetlbfs mqueue nfs nilfs overlayfs proc pstore ramfs securityfs selinuxfs squashfs sysfs tmpfs tracefs udf vfat xfs Default compound groups: R: l+p+u+g+s+c+m+i+n+acl+selinux+xattrs+ftype+e2fsattrs+sha3_256 L: l+p+u+g+i+n+acl+selinux+xattrs+ftype+e2fsattrs >: l+p+u+g+s+i+n+acl+selinux+xattrs+ftype+e2fsattrs+growing H: sha256+sha512+stribog256+stribog512+sha512_256+sha3_256+sha3_512 X: acl+selinux+xattrs+e2fsattrs TASK [fedora.linux_system_roles.aide : Set AIDE version] *********************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.348) 0:01:13.532 ******* ok: [managed-node1] => { "ansible_facts": { "aide_version": "0.19.2" }, "changed": false } TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.018) 0:01:13.550 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.009) 0:01:13.560 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.013) 0:01:13.574 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.011) 0:01:13.585 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.010) 0:01:13.595 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.009) 0:01:13.605 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.010) 0:01:13.615 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.009) 0:01:13.625 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.009) 0:01:13.635 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.010) 0:01:13.645 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.009) 0:01:13.655 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.009) 0:01:13.665 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.009) 0:01:13.674 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "aide_cron_check is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] *** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.013) 0:01:13.688 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.021) 0:01:13.709 ******* ok: [managed-node1] => { "changed": false } TASK [Ensure file is not changed] ********************************************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:60 Wednesday 22 April 2026 12:36:07 -0400 (0:00:00.329) 0:01:14.039 ******* ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and disable cron] ******************************************* task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:69 Wednesday 22 April 2026 12:36:08 -0400 (0:00:00.344) 0:01:14.383 ******* included: /tmp/collections-SQZ/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-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:9 Wednesday 22 April 2026 12:36:08 -0400 (0:00:00.018) 0:01:14.402 ******* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:23 Wednesday 22 April 2026 12:36:08 -0400 (0:00:00.000) 0:01:14.403 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tasks/run_role_with_clear_facts.yml:33 Wednesday 22 April 2026 12:36:08 -0400 (0:00:00.016) 0:01:14.419 ******* included: fedora.linux_system_roles.aide for managed-node1 TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Wednesday 22 April 2026 12:36:08 -0400 (0:00:00.037) 0:01:14.456 ******* included: /tmp/collections-SQZ/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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Wednesday 22 April 2026 12:36:08 -0400 (0:00:00.019) 0:01:14.476 ******* ok: [managed-node1] TASK [fedora.linux_system_roles.aide : Record role begin fingerprint] ********** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 Wednesday 22 April 2026 12:36:08 -0400 (0:00:00.565) 0:01:15.041 ******* ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:16 Wednesday 22 April 2026 12:36:09 -0400 (0:00:00.329) 0:01:15.371 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:21 Wednesday 22 April 2026 12:36:09 -0400 (0:00:00.015) 0:01:15.386 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:25 Wednesday 22 April 2026 12:36:09 -0400 (0:00:00.014) 0:01:15.401 ******* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Wednesday 22 April 2026 12:36:09 -0400 (0:00:00.027) 0:01:15.428 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Wednesday 22 April 2026 12:36:10 -0400 (0:00:01.253) 0:01:16.682 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "aide", "--version" ], "delta": "0:00:00.007354", "end": "2026-04-22 12:36:10.859452", "rc": 0, "start": "2026-04-22 12:36:10.852098" } STDOUT: AIDE 0.19.2 Compile-time options: use pcre2: mandatory use pthread: mandatory use zlib compression: yes use POSIX ACLs: yes use SELinux: yes use xattr: yes use POSIX 1003.1e capabilities: no use e2fsattrs: yes use cURL: yes use Nettle crypto library: yes use GNU crypto library: no use Linux Auditing Framework: yes use locale: no syslog ident: aide syslog logopt: LOG_CONS syslog priority: LOG_NOTICE default syslog facility: LOG_LOCAL0 Default config values: config file: /etc/aide.conf database_in: file:/etc/aide.db database_out: file:/etc/aide.db.new Available compiled-in attributes: acl: yes xattrs: yes selinux: yes e2fsattrs: yes caps: no Available hashsum attributes: md5: yes sha1: yes sha256: yes sha512: yes rmd160: yes tiger: no crc32: no crc32b: no haval: no whirlpool: no gost: yes stribog256: yes stribog512: yes sha512_256: yes sha3_256: yes sha3_512: yes Available file system type names: 9p autofs bcachefs binfmt bpf btrfs cgroup cgroup2 configfs debugfs devpts efivarfs exfat ext f2fs fuse fusectl hugetlbfs mqueue nfs nilfs overlayfs proc pstore ramfs securityfs selinuxfs squashfs sysfs tmpfs tracefs udf vfat xfs Default compound groups: R: l+p+u+g+s+c+m+i+n+acl+selinux+xattrs+ftype+e2fsattrs+sha3_256 L: l+p+u+g+i+n+acl+selinux+xattrs+ftype+e2fsattrs >: l+p+u+g+s+i+n+acl+selinux+xattrs+ftype+e2fsattrs+growing H: sha256+sha512+stribog256+stribog512+sha512_256+sha3_256+sha3_512 X: acl+selinux+xattrs+e2fsattrs TASK [fedora.linux_system_roles.aide : Set AIDE version] *********************** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Wednesday 22 April 2026 12:36:10 -0400 (0:00:00.345) 0:01:17.027 ******* ok: [managed-node1] => { "ansible_facts": { "aide_version": "0.19.2" }, "changed": false } TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:26 Wednesday 22 April 2026 12:36:10 -0400 (0:00:00.018) 0:01:17.046 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Wednesday 22 April 2026 12:36:10 -0400 (0:00:00.009) 0:01:17.055 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Wednesday 22 April 2026 12:36:10 -0400 (0:00:00.015) 0:01:17.071 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 Wednesday 22 April 2026 12:36:10 -0400 (0:00:00.012) 0:01:17.084 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Wednesday 22 April 2026 12:36:10 -0400 (0:00:00.010) 0:01:17.094 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Wednesday 22 April 2026 12:36:10 -0400 (0:00:00.010) 0:01:17.105 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:76 Wednesday 22 April 2026 12:36:10 -0400 (0:00:00.009) 0:01:17.115 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:84 Wednesday 22 April 2026 12:36:11 -0400 (0:00:00.010) 0:01:17.125 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:94 Wednesday 22 April 2026 12:36:11 -0400 (0:00:00.010) 0:01:17.136 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:102 Wednesday 22 April 2026 12:36:11 -0400 (0:00:00.011) 0:01:17.148 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Wednesday 22 April 2026 12:36:11 -0400 (0:00:00.010) 0:01:17.158 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:117 Wednesday 22 April 2026 12:36:11 -0400 (0:00:00.010) 0:01:17.169 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 Wednesday 22 April 2026 12:36:11 -0400 (0:00:00.010) 0:01:17.179 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:131 Wednesday 22 April 2026 12:36:11 -0400 (0:00:00.015) 0:01:17.195 ******* 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-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 Wednesday 22 April 2026 12:36:11 -0400 (0:00:00.342) 0:01:17.537 ******* ok: [managed-node1] => { "changed": false } TASK [Ensure aide cron is removed] ********************************************* task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:74 Wednesday 22 April 2026 12:36:11 -0400 (0:00:00.328) 0:01:17.866 ******* changed: [managed-node1] => { "backup": "", "changed": true, "failed_when_result": false } MSG: line added TASK [Restore crontab] ********************************************************* task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:84 Wednesday 22 April 2026 12:36:12 -0400 (0:00:00.337) 0:01:18.203 ******* 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_cjqmhk21_crontab", "state": "file", "uid": 0 } TASK [Delete tempfile] ********************************************************* task path: /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:91 Wednesday 22 April 2026 12:36:12 -0400 (0:00:00.341) 0:01:18.545 ******* changed: [managed-node1] => { "changed": true, "path": "/tmp/aide_cjqmhk21_crontab", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=43 changed=11 unreachable=0 failed=0 skipped=49 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 22 April 2026 12:36:12 -0400 (0:00:00.342) 0:01:18.887 ******* =============================================================================== fedora.linux_system_roles.aide : Initialize AIDE database -------------- 48.21s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:46 Install crontabs ------------------------------------------------------- 11.84s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 fedora.linux_system_roles.aide : Ensure required packages are installed --- 3.31s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Gathering Facts --------------------------------------------------------- 2.32s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 fedora.linux_system_roles.aide : Ensure required packages are installed --- 1.27s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure required packages are installed --- 1.25s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.57s /tmp/collections-SQZ/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-SQZ/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-SQZ/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.53s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:122 fedora.linux_system_roles.aide : Get AIDE version ----------------------- 0.53s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Check if system is ostree ----------------------------------------------- 0.45s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.44s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:62 Backup crontab ---------------------------------------------------------- 0.43s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Create tempfile for crontab backup -------------------------------------- 0.42s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 fedora.linux_system_roles.aide : Record role begin fingerprint ---------- 0.42s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.37s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:51 fedora.linux_system_roles.aide : Record role success fingerprint -------- 0.36s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:140 fedora.linux_system_roles.aide : Get AIDE version ----------------------- 0.35s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 fedora.linux_system_roles.aide : Record role begin fingerprint ---------- 0.35s /tmp/collections-SQZ/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:7