[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/tmp.7ouMUaZOX7 executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/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/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_include_vars_from_parent.yml PLAY [Test role include variable override] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_include_vars_from_parent.yml:2 Saturday 27 July 2024 12:33:40 -0400 (0:00:00.010) 0:00:00.010 ********* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Create var file in caller that can override the one in called role] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_include_vars_from_parent.yml:8 Saturday 27 July 2024 12:33:41 -0400 (0:00:01.384) 0:00:01.395 ********* changed: [managed_node1 -> localhost] => (item=Fedora-39) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora-39.yml", "gid": 0, "group": "root", "item": "Fedora-39", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:var_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722098021.4729974-5549-231813800318541/.source.yml", "state": "file", "uid": 0 } changed: [managed_node1 -> localhost] => (item=Fedora_39) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora_39.yml", "gid": 0, "group": "root", "item": "Fedora_39", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:var_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722098022.1810265-5549-91790473355946/.source.yml", "state": "file", "uid": 0 } changed: [managed_node1 -> localhost] => (item=Fedora) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora.yml", "gid": 0, "group": "root", "item": "Fedora", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:var_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722098022.6386156-5549-1447778740538/.source.yml", "state": "file", "uid": 0 } changed: [managed_node1 -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/RedHat.yml", "gid": 0, "group": "root", "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:var_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722098023.0964348-5549-264266861952200/.source.yml", "state": "file", "uid": 0 } TASK [Include test role] ******************************************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/tasks/main.yml:4 Saturday 27 July 2024 12:33:43 -0400 (0:00:02.151) 0:00:03.546 ********* included: fedora.linux_system_roles.podman for managed_node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 27 July 2024 12:33:43 -0400 (0:00:00.053) 0:00:03.600 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 27 July 2024 12:33:43 -0400 (0:00:00.038) 0:00:03.638 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 27 July 2024 12:33:43 -0400 (0:00:00.026) 0:00:03.665 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 27 July 2024 12:33:44 -0400 (0:00:00.416) 0:00:04.082 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Saturday 27 July 2024 12:33:44 -0400 (0:00:00.028) 0:00:04.110 ********* ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed_node1] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 27 July 2024 12:33:44 -0400 (0:00:00.053) 0:00:04.164 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 27 July 2024 12:33:45 -0400 (0:00:01.387) 0:00:05.551 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 27 July 2024 12:33:45 -0400 (0:00:00.049) 0:00:05.600 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Saturday 27 July 2024 12:33:45 -0400 (0:00:00.054) 0:00:05.655 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033401", "end": "2024-07-27 12:33:46.169308", "rc": 0, "start": "2024-07-27 12:33:46.135907" } STDOUT: podman version 4.9.4 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 27 July 2024 12:33:46 -0400 (0:00:00.589) 0:00:06.245 ********* ok: [managed_node1] => { "ansible_facts": { "podman_version": "4.9.4" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Saturday 27 July 2024 12:33:46 -0400 (0:00:00.047) 0:00:06.292 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Saturday 27 July 2024 12:33:46 -0400 (0:00:00.045) 0:00:06.337 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Saturday 27 July 2024 12:33:46 -0400 (0:00:00.049) 0:00:06.387 ********* META: end_host conditional evaluated to False, continuing execution for managed_node1 skipping: [managed_node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node1" } MSG: end_host conditional evaluated to false, continuing execution for managed_node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 27 July 2024 12:33:46 -0400 (0:00:00.062) 0:00:06.449 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 27 July 2024 12:33:46 -0400 (0:00:00.102) 0:00:06.551 ********* ok: [managed_node1] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 27 July 2024 12:33:47 -0400 (0:00:00.605) 0:00:07.156 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 27 July 2024 12:33:47 -0400 (0:00:00.074) 0:00:07.231 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 27 July 2024 12:33:47 -0400 (0:00:00.063) 0:00:07.295 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 27 July 2024 12:33:47 -0400 (0:00:00.452) 0:00:07.748 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 27 July 2024 12:33:47 -0400 (0:00:00.056) 0:00:07.804 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722097838.3054328, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1722097768.403057, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203421, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "1586140578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.449) 0:00:08.254 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.041) 0:00:08.295 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.043) 0:00:08.339 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.044) 0:00:08.383 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.042) 0:00:08.425 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.041) 0:00:08.467 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.041) 0:00:08.508 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.042) 0:00:08.550 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.042) 0:00:08.593 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.082) 0:00:08.675 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.097) 0:00:08.773 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.046) 0:00:08.819 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.045) 0:00:08.865 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 July 2024 12:33:48 -0400 (0:00:00.127) 0:00:08.992 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.043) 0:00:09.036 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.043) 0:00:09.080 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.101) 0:00:09.181 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.044) 0:00:09.225 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.043) 0:00:09.269 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.106) 0:00:09.375 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.045) 0:00:09.421 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.044) 0:00:09.466 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.043) 0:00:09.509 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.042) 0:00:09.552 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.044) 0:00:09.596 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.043) 0:00:09.640 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.046) 0:00:09.686 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.040) 0:00:09.726 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.038) 0:00:09.765 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.072) 0:00:09.838 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.041) 0:00:09.879 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.042) 0:00:09.921 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Saturday 27 July 2024 12:33:49 -0400 (0:00:00.040) 0:00:09.962 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Saturday 27 July 2024 12:33:50 -0400 (0:00:00.040) 0:00:10.003 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [caller : Check for override] ********************************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/tasks/main.yml:8 Saturday 27 July 2024 12:33:50 -0400 (0:00:00.066) 0:00:10.069 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_include_vars_from_parent.yml:51 Saturday 27 July 2024 12:33:50 -0400 (0:00:00.072) 0:00:10.142 ********* changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora-39.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1722098021.4729974-5549-231813800318541/.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:var_t:s0', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora-39.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1722098021.4729974-5549-231813800318541/.source.yml', '_original_basename': '.efwzlsoi', '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': 'Fedora-39', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora-39.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": ".efwzlsoi", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora-39.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-1722098021.4729974-5549-231813800318541/.source.yml", "unsafe_writes": false, "validate": null } }, "item": "Fedora-39", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:var_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722098021.4729974-5549-231813800318541/.source.yml", "state": "file", "uid": 0 }, "path": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora-39.yml", "state": "absent" } changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora_39.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1722098022.1810265-5549-91790473355946/.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:var_t:s0', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora_39.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1722098022.1810265-5549-91790473355946/.source.yml', '_original_basename': '.p9w_wkqj', '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': 'Fedora_39', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora_39.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": ".p9w_wkqj", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora_39.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-1722098022.1810265-5549-91790473355946/.source.yml", "unsafe_writes": false, "validate": null } }, "item": "Fedora_39", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:var_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722098022.1810265-5549-91790473355946/.source.yml", "state": "file", "uid": 0 }, "path": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora_39.yml", "state": "absent" } changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1722098022.6386156-5549-1447778740538/.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:var_t:s0', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1722098022.6386156-5549-1447778740538/.source.yml', '_original_basename': '.80vnjl3b', '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': 'Fedora', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": ".80vnjl3b", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora.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-1722098022.6386156-5549-1447778740538/.source.yml", "unsafe_writes": false, "validate": null } }, "item": "Fedora", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:var_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722098022.6386156-5549-1447778740538/.source.yml", "state": "file", "uid": 0 }, "path": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/Fedora.yml", "state": "absent" } changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/RedHat.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1722098023.0964348-5549-264266861952200/.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:var_t:s0', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/RedHat.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1722098023.0964348-5549-264266861952200/.source.yml', '_original_basename': '.lmf6h7az', '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/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/RedHat.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": ".lmf6h7az", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "dest": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/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-1722098023.0964348-5549-264266861952200/.source.yml", "unsafe_writes": false, "validate": null } }, "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:var_t:s0", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722098023.0964348-5549-264266861952200/.source.yml", "state": "file", "uid": 0 }, "path": "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/vars/RedHat.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=24 changed=2 unreachable=0 failed=0 skipped=34 rescued=0 ignored=0 Saturday 27 July 2024 12:33:51 -0400 (0:00:01.251) 0:00:11.394 ********* =============================================================================== Create var file in caller that can override the one in called role ------ 2.15s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_include_vars_from_parent.yml:8 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.39s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 1.38s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_include_vars_from_parent.yml:2 Cleanup ----------------------------------------------------------------- 1.25s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_include_vars_from_parent.yml:51 fedora.linux_system_roles.podman : Get user information ----------------- 0.61s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 fedora.linux_system_roles.podman : Get podman version ------------------- 0.59s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 fedora.linux_system_roles.podman : Get group information ---------------- 0.45s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 fedora.linux_system_roles.podman : See if getsubids exists -------------- 0.45s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 fedora.linux_system_roles.podman : Check if system is ostree ------------ 0.42s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 fedora.linux_system_roles.podman : Handle registries.conf.d ------------- 0.13s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 fedora.linux_system_roles.podman : Handle policy.json ------------------- 0.11s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 fedora.linux_system_roles.podman : Check user and group information ----- 0.10s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 fedora.linux_system_roles.podman : Handle storage.conf ------------------ 0.10s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 fedora.linux_system_roles.podman : Handle container.conf.d -------------- 0.10s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 fedora.linux_system_roles.podman : Set config file paths ---------------- 0.08s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 fedora.linux_system_roles.podman : Fail if user does not exist ---------- 0.07s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 fedora.linux_system_roles.podman : Handle secrets ----------------------- 0.07s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 caller : Check for override --------------------------------------------- 0.07s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/roles/caller/tasks/main.yml:8 fedora.linux_system_roles.podman : Handle certs.d files - absent -------- 0.07s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 fedora.linux_system_roles.podman : Set group for podman user ------------ 0.06s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16