ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_include_vars_from_parent.yml *********************************** 1 plays in /tmp/collections-l1a/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-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:2 Saturday 30 November 2024 06:24:38 -0500 (0:00:00.023) 0:00:00.023 ***** ok: [managed-node2] META: ran handlers TASK [Create var file in caller that can override the one in called role] ****** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:6 Saturday 30 November 2024 06:24:39 -0500 (0:00:01.020) 0:00:01.043 ***** changed: [managed-node2 -> localhost] => (item=CentOS-8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-l1a/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", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1732965879.1161735-8189-94939541177604/source", "state": "file", "uid": 0 } changed: [managed-node2 -> localhost] => (item=CentOS_8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-l1a/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", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1732965879.8685384-8189-225383751157960/source", "state": "file", "uid": 0 } changed: [managed-node2 -> localhost] => (item=CentOS) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-l1a/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", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1732965880.3674512-8189-69004801410864/source", "state": "file", "uid": 0 } changed: [managed-node2 -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-l1a/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", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1732965880.8800898-8189-127639799608677/source", "state": "file", "uid": 0 } TASK [Include role] ************************************************************ task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/tasks/main.yml:4 Saturday 30 November 2024 06:24:41 -0500 (0:00:02.303) 0:00:03.347 ***** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Saturday 30 November 2024 06:24:41 -0500 (0:00:00.064) 0:00:03.411 ***** included: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.aide : Ensure ansible_facts used by role] ****** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Saturday 30 November 2024 06:24:41 -0500 (0:00:00.029) 0:00:03.441 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Saturday 30 November 2024 06:24:41 -0500 (0:00:00.021) 0:00:03.462 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Saturday 30 November 2024 06:24:41 -0500 (0:00:00.364) 0:00:03.827 ***** ok: [managed-node2] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Saturday 30 November 2024 06:24:41 -0500 (0:00:00.023) 0:00:03.851 ***** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] *** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Saturday 30 November 2024 06:24:41 -0500 (0:00:00.044) 0:00:03.895 ***** ok: [managed-node2] => { "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-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Saturday 30 November 2024 06:24:45 -0500 (0:00:03.307) 0:00:07.202 ***** TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.018) 0:00:07.221 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.017) 0:00:07.239 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.016) 0:00:07.256 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.017) 0:00:07.273 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.018) 0:00:07.292 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.018) 0:00:07.310 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.017) 0:00:07.328 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] *** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:80 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.017) 0:00:07.346 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:88 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.017) 0:00:07.364 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:95 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.017) 0:00:07.381 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:100 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.017) 0:00:07.399 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [caller : Assert variable not overridden] ********************************* task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/tasks/main.yml:8 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.018) 0:00:07.418 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:47 Saturday 30 November 2024 06:24:45 -0500 (0:00:00.027) 0:00:07.446 ***** changed: [managed-node2 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS-8.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1732965879.1161735-8189-94939541177604/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS-8.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1732965879.1161735-8189-94939541177604/source', '_original_basename': 'tmpwia945o2', '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, 'regexp': None, 'delimiter': 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-l1a/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": "tmpwia945o2", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "delimiter": null, "dest": "/tmp/collections-l1a/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, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1732965879.1161735-8189-94939541177604/source", "unsafe_writes": false, "validate": null } }, "item": "CentOS-8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1732965879.1161735-8189-94939541177604/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS-8.yml", "state": "absent" } changed: [managed-node2 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS_8.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1732965879.8685384-8189-225383751157960/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS_8.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1732965879.8685384-8189-225383751157960/source', '_original_basename': 'tmp85m65b32', '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, 'regexp': None, 'delimiter': 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-l1a/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": "tmp85m65b32", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "delimiter": null, "dest": "/tmp/collections-l1a/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, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1732965879.8685384-8189-225383751157960/source", "unsafe_writes": false, "validate": null } }, "item": "CentOS_8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1732965879.8685384-8189-225383751157960/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS_8.yml", "state": "absent" } changed: [managed-node2 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1732965880.3674512-8189-69004801410864/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1732965880.3674512-8189-69004801410864/source', '_original_basename': 'tmp6811b0uy', '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, 'regexp': None, 'delimiter': 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-l1a/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": "tmp6811b0uy", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "delimiter": null, "dest": "/tmp/collections-l1a/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, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1732965880.3674512-8189-69004801410864/source", "unsafe_writes": false, "validate": null } }, "item": "CentOS", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1732965880.3674512-8189-69004801410864/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/CentOS.yml", "state": "absent" } changed: [managed-node2 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/RedHat.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1732965880.8800898-8189-127639799608677/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/RedHat.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1732965880.8800898-8189-127639799608677/source', '_original_basename': 'tmppm8p921w', '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, 'regexp': None, 'delimiter': 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-l1a/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": "tmppm8p921w", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "delimiter": null, "dest": "/tmp/collections-l1a/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, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1732965880.8800898-8189-127639799608677/source", "unsafe_writes": false, "validate": null } }, "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1732965880.8800898-8189-127639799608677/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/vars/RedHat.yml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=8 changed=2 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0 Saturday 30 November 2024 06:24:46 -0500 (0:00:01.230) 0:00:08.676 ***** =============================================================================== fedora.linux_system_roles.aide : Ensure required packages are installed --- 3.31s /tmp/collections-l1a/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.30s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:6 Cleanup ----------------------------------------------------------------- 1.23s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:47 Gathering Facts --------------------------------------------------------- 1.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/tests_include_vars_from_parent.yml:2 fedora.linux_system_roles.aide : Check if system is ostree -------------- 0.36s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Include role ------------------------------------------------------------ 0.06s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/tasks/main.yml:4 fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.04s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.03s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 caller : Assert variable not overridden --------------------------------- 0.03s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/tests/aide/roles/caller/tasks/main.yml:8 fedora.linux_system_roles.aide : Set flag to indicate system is ostree --- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Ensure required services are enabled and started --- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:100 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 fedora.linux_system_roles.aide : Fetch AIDE database -------------------- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 fedora.linux_system_roles.aide : Check against AIDE reference database --- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:80 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 fedora.linux_system_roles.aide : Fetch AIDE database -------------------- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:95 fedora.linux_system_roles.aide : Generate "/etc/aide.conf" -------------- 0.02s /tmp/collections-l1a/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20