[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.2] 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-jqg executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)] (/usr/bin/python3.12) jinja version = 3.1.4 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-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_include_vars_from_parent.yml PLAY [Test role include variable override] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_include_vars_from_parent.yml:2 Saturday 10 August 2024 18:21:44 -0400 (0:00:00.007) 0:00:00.007 ******* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Create var file in caller that can override the one in called role] ****** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_include_vars_from_parent.yml:15 Saturday 10 August 2024 18:21:46 -0400 (0:00:01.140) 0:00:01.148 ******* changed: [managed_node1 -> localhost] => (item=CentOS-9) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS-9.yml", "gid": 0, "group": "root", "item": "CentOS-9", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1723328506.0988054-9080-249692059421014/.source.yml", "state": "file", "uid": 0 } changed: [managed_node1 -> localhost] => (item=CentOS_9) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS_9.yml", "gid": 0, "group": "root", "item": "CentOS_9", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1723328506.6364262-9080-93952450745437/.source.yml", "state": "file", "uid": 0 } changed: [managed_node1 -> localhost] => (item=CentOS) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/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-1723328506.9954412-9080-97165888326706/.source.yml", "state": "file", "uid": 0 } changed: [managed_node1 -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/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-1723328507.3564427-9080-2314818271875/.source.yml", "state": "file", "uid": 0 } TASK [Include role] ************************************************************ task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/tasks/main.yml:4 Saturday 10 August 2024 18:21:47 -0400 (0:00:01.699) 0:00:02.847 ******* included: fedora.linux_system_roles.snapshot for managed_node1 TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Saturday 10 August 2024 18:21:47 -0400 (0:00:00.028) 0:00:02.876 ******* included: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Saturday 10 August 2024 18:21:47 -0400 (0:00:00.021) 0:00:02.897 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Saturday 10 August 2024 18:21:47 -0400 (0:00:00.033) 0:00:02.930 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Saturday 10 August 2024 18:21:48 -0400 (0:00:00.311) 0:00:03.242 ******* ok: [managed_node1] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Saturday 10 August 2024 18:21:48 -0400 (0:00:00.022) 0:00:03.265 ******* skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Saturday 10 August 2024 18:21:48 -0400 (0:00:00.032) 0:00:03.297 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Run snapshot module check] ********** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 Saturday 10 August 2024 18:21:49 -0400 (0:00:01.422) 0:00:04.719 ******* ok: [managed_node1] => { "changed": false, "errors": "", "message": "", "return_code": 0 } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Saturday 10 August 2024 18:21:50 -0400 (0:00:00.521) 0:00:05.240 ******* ok: [managed_node1] => { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } } TASK [fedora.linux_system_roles.snapshot : Set result] ************************* task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 Saturday 10 August 2024 18:21:50 -0400 (0:00:00.017) 0:00:05.258 ******* ok: [managed_node1] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49 Saturday 10 August 2024 18:21:50 -0400 (0:00:00.016) 0:00:05.275 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 Saturday 10 August 2024 18:21:50 -0400 (0:00:00.012) 0:00:05.287 ******* skipping: [managed_node1] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [caller : Assert variable not overridden] ********************************* task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/tasks/main.yml:8 Saturday 10 August 2024 18:21:50 -0400 (0:00:00.016) 0:00:05.304 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_include_vars_from_parent.yml:58 Saturday 10 August 2024 18:21:50 -0400 (0:00:00.021) 0:00:05.326 ******* changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS-9.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1723328506.0988054-9080-249692059421014/.source.yml', '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-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS-9.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1723328506.0988054-9080-249692059421014/.source.yml', '_original_basename': '.m28298sv', '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-9', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS-9.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": ".m28298sv", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS-9.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-1723328506.0988054-9080-249692059421014/.source.yml", "unsafe_writes": false, "validate": null } }, "item": "CentOS-9", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1723328506.0988054-9080-249692059421014/.source.yml", "state": "file", "uid": 0 }, "path": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS-9.yml", "state": "absent" } changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS_9.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1723328506.6364262-9080-93952450745437/.source.yml', '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-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS_9.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1723328506.6364262-9080-93952450745437/.source.yml', '_original_basename': '.pis_54j7', '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_9', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS_9.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": ".pis_54j7", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS_9.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-1723328506.6364262-9080-93952450745437/.source.yml", "unsafe_writes": false, "validate": null } }, "item": "CentOS_9", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1723328506.6364262-9080-93952450745437/.source.yml", "state": "file", "uid": 0 }, "path": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS_9.yml", "state": "absent" } changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1723328506.9954412-9080-97165888326706/.source.yml', '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-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1723328506.9954412-9080-97165888326706/.source.yml', '_original_basename': '.mke8tyva', '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-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": ".mke8tyva", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/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-1723328506.9954412-9080-97165888326706/.source.yml", "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-1723328506.9954412-9080-97165888326706/.source.yml", "state": "file", "uid": 0 }, "path": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/CentOS.yml", "state": "absent" } changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/RedHat.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1723328507.3564427-9080-2314818271875/.source.yml', '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-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/RedHat.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1723328507.3564427-9080-2314818271875/.source.yml', '_original_basename': '.rae04930', '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-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/RedHat.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": ".rae04930", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/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-1723328507.3564427-9080-2314818271875/.source.yml", "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-1723328507.3564427-9080-2314818271875/.source.yml", "state": "file", "uid": 0 }, "path": "/tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/vars/RedHat.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=12 changed=2 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 Saturday 10 August 2024 18:21:51 -0400 (0:00:00.889) 0:00:06.215 ******* =============================================================================== Create var file in caller that can override the one in called role ------ 1.70s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_include_vars_from_parent.yml:15 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 1.42s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 1.14s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_include_vars_from_parent.yml:2 Cleanup ----------------------------------------------------------------- 0.89s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_include_vars_from_parent.yml:58 fedora.linux_system_roles.snapshot : Run snapshot module check ---------- 0.52s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 fedora.linux_system_roles.snapshot : Check if system is ostree ---------- 0.31s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role --- 0.03s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 fedora.linux_system_roles.snapshot : Set platform/version specific variables --- 0.03s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Include role ------------------------------------------------------------ 0.03s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/tasks/main.yml:4 fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree --- 0.02s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 fedora.linux_system_roles.snapshot : Set platform/version specific variables --- 0.02s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 caller : Assert variable not overridden --------------------------------- 0.02s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles/caller/tasks/main.yml:8 fedora.linux_system_roles.snapshot : Print out response ----------------- 0.02s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 fedora.linux_system_roles.snapshot : Show errors ------------------------ 0.02s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 fedora.linux_system_roles.snapshot : Set result ------------------------- 0.02s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results --- 0.01s /tmp/collections-jqg/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49