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-9Fc 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-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_include_vars_from_parent.yml PLAY [Test role include variable override] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_include_vars_from_parent.yml:2 Friday 07 February 2025 09:54:53 -0500 (0:00:00.011) 0:00:00.011 ******* ok: [managed-node2] TASK [Create var file in caller that can override the one in called role] ****** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_include_vars_from_parent.yml:6 Friday 07 February 2025 09:54:54 -0500 (0:00:01.181) 0:00:01.193 ******* changed: [managed-node2 -> localhost] => (item=CentOS-8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/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-1738940094.81933-9046-247163365422217/source", "state": "file", "uid": 0 } changed: [managed-node2 -> localhost] => (item=CentOS_8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/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-1738940095.5014231-9046-97357333187924/source", "state": "file", "uid": 0 } changed: [managed-node2 -> localhost] => (item=CentOS) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/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-1738940096.014703-9046-174244841879520/source", "state": "file", "uid": 0 } changed: [managed-node2 -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/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-1738940096.4531538-9046-262409322926222/source", "state": "file", "uid": 0 } TASK [Include role] ************************************************************ task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/tasks/main.yml:4 Friday 07 February 2025 09:54:56 -0500 (0:00:02.275) 0:00:03.469 ******* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Friday 07 February 2025 09:54:57 -0500 (0:00:00.071) 0:00:03.540 ******* included: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Friday 07 February 2025 09:54:57 -0500 (0:00:00.031) 0:00:03.571 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Friday 07 February 2025 09:54:57 -0500 (0:00:00.036) 0:00:03.608 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Friday 07 February 2025 09:54:57 -0500 (0:00:00.347) 0:00:03.956 ******* ok: [managed-node2] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Friday 07 February 2025 09:54:57 -0500 (0:00:00.036) 0:00:03.992 ******* skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Friday 07 February 2025 09:54:57 -0500 (0:00:00.056) 0:00:04.048 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Friday 07 February 2025 09:55:00 -0500 (0:00:03.142) 0:00:07.191 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Friday 07 February 2025 09:55:00 -0500 (0:00:00.052) 0:00:07.243 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Friday 07 February 2025 09:55:00 -0500 (0:00:00.052) 0:00:07.295 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Friday 07 February 2025 09:55:00 -0500 (0:00:00.054) 0:00:07.349 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Friday 07 February 2025 09:55:00 -0500 (0:00:00.051) 0:00:07.400 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Friday 07 February 2025 09:55:00 -0500 (0:00:00.017) 0:00:07.418 ******* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Friday 07 February 2025 09:55:00 -0500 (0:00:00.037) 0:00:07.455 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Friday 07 February 2025 09:55:00 -0500 (0:00:00.042) 0:00:07.498 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Friday 07 February 2025 09:55:01 -0500 (0:00:00.055) 0:00:07.554 ******* skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [caller : Assert variable not overridden] ********************************* task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/tasks/main.yml:8 Friday 07 February 2025 09:55:01 -0500 (0:00:00.062) 0:00:07.617 ******* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_include_vars_from_parent.yml:47 Friday 07 February 2025 09:55:01 -0500 (0:00:00.030) 0:00:07.648 ******* changed: [managed-node2 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS-8.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1738940094.81933-9046-247163365422217/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-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS-8.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1738940094.81933-9046-247163365422217/source', '_original_basename': 'tmp3jv5m5ss', '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-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS-8.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmp3jv5m5ss", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/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-1738940094.81933-9046-247163365422217/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-1738940094.81933-9046-247163365422217/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS-8.yml", "state": "absent" } changed: [managed-node2 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS_8.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1738940095.5014231-9046-97357333187924/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-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS_8.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1738940095.5014231-9046-97357333187924/source', '_original_basename': 'tmp9nunqgj0', '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-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS_8.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmp9nunqgj0", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/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-1738940095.5014231-9046-97357333187924/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-1738940095.5014231-9046-97357333187924/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS_8.yml", "state": "absent" } changed: [managed-node2 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1738940096.014703-9046-174244841879520/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-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1738940096.014703-9046-174244841879520/source', '_original_basename': 'tmps9a1qnzx', '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-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmps9a1qnzx", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/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-1738940096.014703-9046-174244841879520/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-1738940096.014703-9046-174244841879520/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/CentOS.yml", "state": "absent" } changed: [managed-node2 -> localhost] => (item={'diff': [], 'dest': '/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/RedHat.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1738940096.4531538-9046-262409322926222/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-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/RedHat.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1738940096.4531538-9046-262409322926222/source', '_original_basename': 'tmpg5dok0nc', '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-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/RedHat.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmpg5dok0nc", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/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-1738940096.4531538-9046-262409322926222/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-1738940096.4531538-9046-262409322926222/source", "state": "file", "uid": 0 }, "path": "/tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/vars/RedHat.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=8 changed=2 unreachable=0 failed=0 skipped=11 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Friday 07 February 2025 09:55:02 -0500 (0:00:01.269) 0:00:08.917 ******* =============================================================================== fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.14s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Create var file in caller that can override the one in called role ------ 2.28s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_include_vars_from_parent.yml:6 Cleanup ----------------------------------------------------------------- 1.27s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_include_vars_from_parent.yml:47 Gathering Facts --------------------------------------------------------- 1.18s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_include_vars_from_parent.yml:2 fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.35s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Include role ------------------------------------------------------------ 0.07s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/tasks/main.yml:4 fedora.linux_system_roles.certificate : Remove files -------------------- 0.06s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 fedora.linux_system_roles.certificate : Set platform/version specific variables --- 0.06s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 fedora.linux_system_roles.certificate : Stop tracking certificates ------ 0.06s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.05s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.05s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 0.05s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.05s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 fedora.linux_system_roles.certificate : Create return data -------------- 0.04s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 fedora.linux_system_roles.certificate : Slurp the contents of the files --- 0.04s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 fedora.linux_system_roles.certificate : Ensure ansible_facts used by role --- 0.04s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 fedora.linux_system_roles.certificate : Set flag to indicate system is ostree --- 0.04s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 fedora.linux_system_roles.certificate : Set version specific variables --- 0.03s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 caller : Assert variable not overridden --------------------------------- 0.03s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/caller/tasks/main.yml:8 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.02s /tmp/collections-9Fc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101