ansible-playbook [core 2.16.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-26E 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.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_include_vars_from_parent.yml *********************************** 1 plays in /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml PLAY [Test role include variable override] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:2 Tuesday 07 January 2025 13:11:19 -0500 (0:00:00.007) 0:00:00.007 ******* ok: [managed-node1] TASK [Create var file in caller that can override the one in called role] ****** task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:6 Tuesday 07 January 2025 13:11:21 -0500 (0:00:01.338) 0:00:01.345 ******* changed: [managed-node1 -> localhost] => (item=CentOS-8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS-8.yml", "gid": 0, "group": "root", "item": "CentOS-8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1736273481.270737-7803-240353354239980/source", "state": "file", "uid": 0 } changed: [managed-node1 -> localhost] => (item=CentOS_8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS_8.yml", "gid": 0, "group": "root", "item": "CentOS_8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1736273482.043112-7803-131490263087844/source", "state": "file", "uid": 0 } changed: [managed-node1 -> localhost] => (item=CentOS) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS.yml", "gid": 0, "group": "root", "item": "CentOS", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1736273482.5271904-7803-43618991178924/source", "state": "file", "uid": 0 } changed: [managed-node1 -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/RedHat.yml", "gid": 0, "group": "root", "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1736273482.9583104-7803-82401751606997/source", "state": "file", "uid": 0 } TASK [Include role] ************************************************************ task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/tasks/main.yml:4 Tuesday 07 January 2025 13:11:23 -0500 (0:00:02.141) 0:00:03.487 ******* TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Tuesday 07 January 2025 13:11:23 -0500 (0:00:00.050) 0:00:03.537 ******* included: /tmp/collections-26E/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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Tuesday 07 January 2025 13:11:23 -0500 (0:00:00.019) 0:00:03.557 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Tuesday 07 January 2025 13:11:23 -0500 (0:00:00.032) 0:00:03.590 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Tuesday 07 January 2025 13:11:23 -0500 (0:00:00.404) 0:00:03.994 ******* ok: [managed-node1] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Tuesday 07 January 2025 13:11:23 -0500 (0:00:00.053) 0:00:04.047 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Tuesday 07 January 2025 13:11:23 -0500 (0:00:00.106) 0:00:04.153 ******* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: aide-0.16-14.el8_5.1.x86_64" ] } TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Tuesday 07 January 2025 13:11:41 -0500 (0:00:17.544) 0:00:21.698 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.012) 0:00:21.711 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "aide_db_template is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.019) 0:00:21.731 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.034) 0:00:21.765 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.041) 0:00:21.807 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.036) 0:00:21.844 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.033) 0:00:21.877 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.030) 0:00:21.908 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:81 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.029) 0:00:21.937 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:89 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.035) 0:00:21.973 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:99 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.034) 0:00:22.007 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:104 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.028) 0:00:22.035 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:109 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.032) 0:00:22.068 ******* 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-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:118 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.015) 0:00:22.084 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "aide_cron_check is not none", "skip_reason": "Conditional result was False" } TASK [caller : Assert variable not overridden] ********************************* task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/tasks/main.yml:8 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.022) 0:00:22.106 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:47 Tuesday 07 January 2025 13:11:41 -0500 (0:00:00.024) 0:00:22.130 ******* changed: [managed-node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS-8.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1736273481.270737-7803-240353354239980/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:admin_home_t:s0', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS-8.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1736273481.270737-7803-240353354239980/source', '_original_basename': 'tmp8yausat8', 'follow': False, 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'backup': False, 'force': True, 'unsafe_writes': False, 'content': None, 'validate': None, 'directory_mode': None, 'remote_src': None, 'local_follow': None, 'owner': None, 'group': None, 'seuser': None, 'serole': None, 'selevel': None, 'setype': None, 'attributes': None}}, 'failed': False, 'item': 'CentOS-8', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS-8.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmp8yausat8", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS-8.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "0600", "owner": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1736273481.270737-7803-240353354239980/source", "unsafe_writes": false, "validate": null } }, "item": "CentOS-8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1736273481.270737-7803-240353354239980/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS-8.yml", "state": "absent" } changed: [managed-node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS_8.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1736273482.043112-7803-131490263087844/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:admin_home_t:s0', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS_8.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1736273482.043112-7803-131490263087844/source', '_original_basename': 'tmpyfcwvc48', 'follow': False, 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'backup': False, 'force': True, 'unsafe_writes': False, 'content': None, 'validate': None, 'directory_mode': None, 'remote_src': None, 'local_follow': None, 'owner': None, 'group': None, 'seuser': None, 'serole': None, 'selevel': None, 'setype': None, 'attributes': None}}, 'failed': False, 'item': 'CentOS_8', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS_8.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmpyfcwvc48", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS_8.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "0600", "owner": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1736273482.043112-7803-131490263087844/source", "unsafe_writes": false, "validate": null } }, "item": "CentOS_8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1736273482.043112-7803-131490263087844/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS_8.yml", "state": "absent" } changed: [managed-node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1736273482.5271904-7803-43618991178924/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:admin_home_t:s0', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1736273482.5271904-7803-43618991178924/source', '_original_basename': 'tmpk7zpw2h_', 'follow': False, 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'backup': False, 'force': True, 'unsafe_writes': False, 'content': None, 'validate': None, 'directory_mode': None, 'remote_src': None, 'local_follow': None, 'owner': None, 'group': None, 'seuser': None, 'serole': None, 'selevel': None, 'setype': None, 'attributes': None}}, 'failed': False, 'item': 'CentOS', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmpk7zpw2h_", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "0600", "owner": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1736273482.5271904-7803-43618991178924/source", "unsafe_writes": false, "validate": null } }, "item": "CentOS", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1736273482.5271904-7803-43618991178924/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS.yml", "state": "absent" } changed: [managed-node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/RedHat.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1736273482.9583104-7803-82401751606997/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:admin_home_t:s0', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/RedHat.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1736273482.9583104-7803-82401751606997/source', '_original_basename': 'tmp36dv8l3o', 'follow': False, 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'backup': False, 'force': True, 'unsafe_writes': False, 'content': None, 'validate': None, 'directory_mode': None, 'remote_src': None, 'local_follow': None, 'owner': None, 'group': None, 'seuser': None, 'serole': None, 'selevel': None, 'setype': None, 'attributes': None}}, 'failed': False, 'item': 'RedHat', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/RedHat.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmp36dv8l3o", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/RedHat.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "0600", "owner": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1736273482.9583104-7803-82401751606997/source", "unsafe_writes": false, "validate": null } }, "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1736273482.9583104-7803-82401751606997/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/RedHat.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=8 changed=3 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Tuesday 07 January 2025 13:11:43 -0500 (0:00:01.061) 0:00:23.191 ******* =============================================================================== fedora.linux_system_roles.aide : Ensure required packages are installed -- 17.54s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Create var file in caller that can override the one in called role ------ 2.14s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:6 Gathering Facts --------------------------------------------------------- 1.34s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:2 Cleanup ----------------------------------------------------------------- 1.06s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:47 fedora.linux_system_roles.aide : Check if system is ostree -------------- 0.40s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.11s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 fedora.linux_system_roles.aide : Set flag to indicate system is ostree --- 0.05s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Include role ------------------------------------------------------------ 0.05s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/tasks/main.yml:4 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.04s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.04s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 fedora.linux_system_roles.aide : Check against AIDE reference database --- 0.04s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:81 fedora.linux_system_roles.aide : Initialize AIDE database --------------- 0.03s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 fedora.linux_system_roles.aide : Update AIDE database ------------------- 0.03s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:89 fedora.linux_system_roles.aide : Fetch AIDE database -------------------- 0.03s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.03s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.03s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:104 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.03s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.03s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 fedora.linux_system_roles.aide : Fetch AIDE database -------------------- 0.03s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:99 caller : Assert variable not overridden --------------------------------- 0.02s /tmp/collections-26E/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/tasks/main.yml:8