ansible-playbook [core 2.17.8] 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-4Ui executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 6 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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-4Ui/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-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 Monday 10 February 2025 11:18:43 -0500 (0:00:00.008) 0:00:00.008 ******* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, 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-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 Monday 10 February 2025 11:18:46 -0500 (0:00:02.615) 0:00:02.623 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:14 Monday 10 February 2025 11:18:46 -0500 (0:00:00.494) 0:00:03.118 ******* ok: [managed-node1] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [Install crontabs] ******************************************************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 Monday 10 February 2025 11:18:46 -0500 (0:00:00.024) 0:00:03.142 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: crontabs-1.11^20190603git9e74f2d-3.fc40.noarch", "Installed: cronie-1.7.2-1.fc40.x86_64", "Installed: cronie-anacron-1.7.2-1.fc40.x86_64" ] } TASK [Create tempfile for crontab backup] ************************************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 Monday 10 February 2025 11:19:01 -0500 (0:00:14.891) 0:00:18.034 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/aide_r9bnkfqf_crontab", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Backup crontab] ********************************************************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Monday 10 February 2025 11:19:02 -0500 (0:00:00.578) 0:00:18.612 ******* changed: [managed-node1] => { "changed": true, "checksum": "09767e814c22a93daba80e274dcbe00e0e7a8b99", "dest": "/tmp/aide_r9bnkfqf_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-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:39 Monday 10 February 2025 11:19:02 -0500 (0:00:00.578) 0:00:19.191 ******* included: fedora.linux_system_roles.aide for managed-node1 TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Monday 10 February 2025 11:19:02 -0500 (0:00:00.037) 0:00:19.229 ******* included: /tmp/collections-4Ui/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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Monday 10 February 2025 11:19:02 -0500 (0:00:00.022) 0:00:19.252 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__aide_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Monday 10 February 2025 11:19:02 -0500 (0:00:00.039) 0:00:19.291 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Monday 10 February 2025 11:19:02 -0500 (0:00:00.020) 0:00:19.311 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Monday 10 February 2025 11:19:02 -0500 (0:00:00.021) 0:00:19.333 ******* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Monday 10 February 2025 11:19:02 -0500 (0:00:00.036) 0:00:19.369 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: aide-0.18.6-4.fc40.x86_64" ] } TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Monday 10 February 2025 11:19:05 -0500 (0:00:02.385) 0:00:21.754 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Monday 10 February 2025 11:19:05 -0500 (0:00:00.016) 0:00:21.771 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Monday 10 February 2025 11:19:05 -0500 (0:00:00.018) 0:00:21.790 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "aide", "--init" ], "delta": "0:00:39.514581", "end": "2025-02-10 11:19:45.189100", "rc": 0, "start": "2025-02-10 11:19:05.674519" } STDOUT: Start timestamp: 2025-02-10 11:19:05 -0500 (AIDE 0.18.6) AIDE successfully initialized database. New AIDE database written to /var/lib/aide/aide.db.new.gz Number of entries: 58317 --------------------------------------------------- The attributes of the (uncompressed) database(s): --------------------------------------------------- /var/lib/aide/aide.db.new.gz MD5 : KI2erYRjNFDCICpvNN5sxQ== SHA1 : Er2GfOk10Hm8cFzuk9dkU1Qm/JA= SHA256 : prU7a9UI7JdnCVH6Sx3o+nHjhhXIgQtf v6ItWeoOJxk= SHA512 : v7NAi+uWfGbXBafDPv4qtii0Yyuz3+EO ePkhPlt7qVLYCXmAnTZIYRJDpO+fBmFK 9qCxz+ARijG2KZZgRbWM7A== RMD160 : jYTGjAsz+4oeIBEoFRWMmq1s5s8= TIGER : pHjhBubVz0LFoB1Ev/94JQKsbYheIR4f CRC32 : e/SfSQ== WHIRLPOOL : 8gA5lt7CTEuh/AZAc69VDfKrvJvhKkGq s56x4FwKABCIgVhOHOsVwpNbhYGzmjGj oyy04QDs0CoR90Q33c9oAA== GOST : PGoqc22oRwUPJ2RTsJ7Yxjp9Vjz8i+hf fTNjdUvTpYk= STRIBOG256: NrLtXGu9lV4gssp773KXPTYDJx4jcnNB rYsHYVdfAmU= STRIBOG512: f2TrcphuT+2GQLQqZXZ1G/kWcikfDnEb W1VDBpp5vxgat5HR8eTSVMcXTu2lXZyz 3ghfrDAJwYBlxLkUUbPZpQ== End timestamp: 2025-02-10 11:19:45 -0500 (run time: 0m 40s) TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 Monday 10 February 2025 11:19:45 -0500 (0:00:40.034) 0:01:01.824 ******* changed: [managed-node1] => { "changed": true, "checksum": "74b6b59e508b66dabb9e06317127a1809b7ad68f", "dest": "/var/lib/aide/aide.db.gz", "gid": 0, "group": "root", "md5sum": "4c5722da52ed115aff0561e255878994", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:aide_db_t:s0", "size": 4898366, "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 Monday 10 February 2025 11:19:45 -0500 (0:00:00.431) 0:01:02.256 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 Monday 10 February 2025 11:19:46 -0500 (0:00:00.508) 0:01:02.764 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 Monday 10 February 2025 11:19:46 -0500 (0:00:00.032) 0:01:02.796 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Monday 10 February 2025 11:19:46 -0500 (0:00:00.031) 0:01:02.827 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:81 Monday 10 February 2025 11:19:46 -0500 (0:00:00.030) 0:01:02.858 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:89 Monday 10 February 2025 11:19:46 -0500 (0:00:00.030) 0:01:02.888 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:99 Monday 10 February 2025 11:19:46 -0500 (0:00:00.032) 0:01:02.921 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:104 Monday 10 February 2025 11:19:46 -0500 (0:00:00.031) 0:01:02.953 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:109 Monday 10 February 2025 11:19:46 -0500 (0:00:00.031) 0:01:02.985 ******* changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:118 Monday 10 February 2025 11:19:46 -0500 (0:00:00.497) 0:01:03.482 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not aide_cron_check | bool", "skip_reason": "Conditional result was False" } TASK [Check file content] ****************************************************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:47 Monday 10 February 2025 11:19:46 -0500 (0:00:00.039) 0:01:03.522 ******* ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and and do not touch cron] ********************************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:56 Monday 10 February 2025 11:19:47 -0500 (0:00:00.383) 0:01:03.906 ******* included: fedora.linux_system_roles.aide for managed-node1 TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Monday 10 February 2025 11:19:47 -0500 (0:00:00.044) 0:01:03.950 ******* included: /tmp/collections-4Ui/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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Monday 10 February 2025 11:19:47 -0500 (0:00:00.019) 0:01:03.969 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__aide_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Monday 10 February 2025 11:19:47 -0500 (0:00:00.035) 0:01:04.004 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Monday 10 February 2025 11:19:47 -0500 (0:00:00.018) 0:01:04.023 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Monday 10 February 2025 11:19:47 -0500 (0:00:00.017) 0:01:04.040 ******* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Monday 10 February 2025 11:19:47 -0500 (0:00:00.031) 0:01:04.072 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Monday 10 February 2025 11:19:49 -0500 (0:00:01.527) 0:01:05.599 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Monday 10 February 2025 11:19:49 -0500 (0:00:00.013) 0:01:05.613 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Monday 10 February 2025 11:19:49 -0500 (0:00:00.018) 0:01:05.632 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 Monday 10 February 2025 11:19:49 -0500 (0:00:00.030) 0:01:05.663 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 Monday 10 February 2025 11:19:49 -0500 (0:00:00.031) 0:01:05.695 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 Monday 10 February 2025 11:19:49 -0500 (0:00:00.032) 0:01:05.727 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 Monday 10 February 2025 11:19:49 -0500 (0:00:00.033) 0:01:05.760 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Monday 10 February 2025 11:19:49 -0500 (0:00:00.032) 0:01:05.793 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:81 Monday 10 February 2025 11:19:49 -0500 (0:00:00.033) 0:01:05.827 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:89 Monday 10 February 2025 11:19:49 -0500 (0:00:00.032) 0:01:05.860 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:99 Monday 10 February 2025 11:19:49 -0500 (0:00:00.033) 0:01:05.893 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:104 Monday 10 February 2025 11:19:49 -0500 (0:00:00.033) 0:01:05.927 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:109 Monday 10 February 2025 11:19:49 -0500 (0:00:00.035) 0:01:05.962 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:118 Monday 10 February 2025 11:19:49 -0500 (0:00:00.017) 0:01:05.980 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "aide_cron_check is not none", "skip_reason": "Conditional result was False" } TASK [Ensure file is not changed] ********************************************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:62 Monday 10 February 2025 11:19:49 -0500 (0:00:00.021) 0:01:06.001 ******* ok: [managed-node1] => { "backup": "", "changed": false, "failed_when_result": false } TASK [Run the role and disable cron] ******************************************* task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:71 Monday 10 February 2025 11:19:49 -0500 (0:00:00.384) 0:01:06.386 ******* included: fedora.linux_system_roles.aide for managed-node1 TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Monday 10 February 2025 11:19:49 -0500 (0:00:00.055) 0:01:06.441 ******* included: /tmp/collections-4Ui/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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Monday 10 February 2025 11:19:49 -0500 (0:00:00.020) 0:01:06.461 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__aide_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Monday 10 February 2025 11:19:49 -0500 (0:00:00.036) 0:01:06.498 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Monday 10 February 2025 11:19:49 -0500 (0:00:00.018) 0:01:06.516 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Monday 10 February 2025 11:19:49 -0500 (0:00:00.018) 0:01:06.534 ******* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Monday 10 February 2025 11:19:49 -0500 (0:00:00.036) 0:01:06.571 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Monday 10 February 2025 11:19:51 -0500 (0:00:01.576) 0:01:08.147 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Monday 10 February 2025 11:19:51 -0500 (0:00:00.014) 0:01:08.162 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Monday 10 February 2025 11:19:51 -0500 (0:00:00.019) 0:01:08.181 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 Monday 10 February 2025 11:19:51 -0500 (0:00:00.032) 0:01:08.214 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 Monday 10 February 2025 11:19:51 -0500 (0:00:00.033) 0:01:08.247 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 Monday 10 February 2025 11:19:51 -0500 (0:00:00.033) 0:01:08.280 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 Monday 10 February 2025 11:19:51 -0500 (0:00:00.032) 0:01:08.312 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Monday 10 February 2025 11:19:51 -0500 (0:00:00.031) 0:01:08.343 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:81 Monday 10 February 2025 11:19:51 -0500 (0:00:00.035) 0:01:08.379 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:89 Monday 10 February 2025 11:19:51 -0500 (0:00:00.033) 0:01:08.412 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:99 Monday 10 February 2025 11:19:51 -0500 (0:00:00.031) 0:01:08.444 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:104 Monday 10 February 2025 11:19:51 -0500 (0:00:00.032) 0:01:08.476 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:109 Monday 10 February 2025 11:19:51 -0500 (0:00:00.031) 0:01:08.507 ******* 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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:118 Monday 10 February 2025 11:19:51 -0500 (0:00:00.035) 0:01:08.543 ******* changed: [managed-node1] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [Ensure aide cron is removed] ********************************************* task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:77 Monday 10 February 2025 11:19:52 -0500 (0:00:00.414) 0:01:08.958 ******* changed: [managed-node1] => { "backup": "", "changed": true, "failed_when_result": false } MSG: line added TASK [Restore crontab] ********************************************************* task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:87 Monday 10 February 2025 11:19:52 -0500 (0:00:00.394) 0:01:09.352 ******* 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_r9bnkfqf_crontab", "state": "file", "uid": 0 } TASK [Delete tempfile] ********************************************************* task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:94 Monday 10 February 2025 11:19:53 -0500 (0:00:00.393) 0:01:09.746 ******* changed: [managed-node1] => { "changed": true, "path": "/tmp/aide_r9bnkfqf_crontab", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=25 changed=12 unreachable=0 failed=0 skipped=49 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Monday 10 February 2025 11:19:53 -0500 (0:00:00.390) 0:01:10.136 ******* =============================================================================== fedora.linux_system_roles.aide : Initialize AIDE database -------------- 40.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Install crontabs ------------------------------------------------------- 14.89s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:18 Gathering Facts --------------------------------------------------------- 2.62s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:3 fedora.linux_system_roles.aide : Ensure required packages are installed --- 2.39s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure required packages are installed --- 1.58s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure required packages are installed --- 1.53s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Backup crontab ---------------------------------------------------------- 0.58s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:30 Create tempfile for crontab backup -------------------------------------- 0.58s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:24 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.51s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 fedora.linux_system_roles.aide : Update aide check cron configuration if necessary --- 0.50s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:109 Check if system is ostree ----------------------------------------------- 0.49s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:9 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.43s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary --- 0.41s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:118 Ensure aide cron is removed --------------------------------------------- 0.39s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:77 Restore crontab --------------------------------------------------------- 0.39s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:87 Delete tempfile --------------------------------------------------------- 0.39s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:94 Ensure file is not changed ---------------------------------------------- 0.38s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:62 Check file content ------------------------------------------------------ 0.38s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:47 Run the role and disable cron ------------------------------------------- 0.06s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:71 Run the role and and do not touch cron ---------------------------------- 0.04s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:56