[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.16.10] 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-lzg 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.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_config_files.yml *********************************************** 2 plays in /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Monday 19 August 2024 15:23:21 -0400 (0:00:00.011) 0:00:00.011 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-vZQ/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Monday 19 August 2024 15:23:22 -0400 (0:00:00.093) 0:00:00.104 ********* ok: [managed_node3] TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:48 Monday 19 August 2024 15:23:23 -0400 (0:00:01.925) 0:00:02.030 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 19 August 2024 15:23:24 -0400 (0:00:00.068) 0:00:02.099 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 19 August 2024 15:23:24 -0400 (0:00:00.046) 0:00:02.145 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 19 August 2024 15:23:24 -0400 (0:00:00.066) 0:00:02.212 ********* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 19 August 2024 15:23:24 -0400 (0:00:00.627) 0:00:02.840 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 19 August 2024 15:23:24 -0400 (0:00:00.020) 0:00:02.861 ********* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 19 August 2024 15:23:25 -0400 (0:00:00.311) 0:00:03.172 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 19 August 2024 15:23:25 -0400 (0:00:00.021) 0:00:03.193 ********* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 19 August 2024 15:23:25 -0400 (0:00:00.044) 0:00:03.237 ********* ok: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 19 August 2024 15:23:26 -0400 (0:00:01.621) 0:00:04.859 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 19 August 2024 15:23:26 -0400 (0:00:00.051) 0:00:04.911 ********* changed: [managed_node3] => { "changed": true, "rc": 0, "results": [ "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64", "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64", "Installed: fuse3-libs-3.3.0-19.el8.x86_64", "Installed: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 19 August 2024 15:24:29 -0400 (0:01:02.366) 0:01:07.277 ********* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 19 August 2024 15:24:29 -0400 (0:00:00.047) 0:01:07.325 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 19 August 2024 15:24:29 -0400 (0:00:00.048) 0:01:07.373 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 19 August 2024 15:24:29 -0400 (0:00:00.083) 0:01:07.457 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029650", "end": "2024-08-19 15:24:30.135334", "rc": 0, "start": "2024-08-19 15:24:30.105684" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 19 August 2024 15:24:30 -0400 (0:00:00.812) 0:01:08.269 ********* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 19 August 2024 15:24:30 -0400 (0:00:00.030) 0:01:08.299 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 19 August 2024 15:24:30 -0400 (0:00:00.028) 0:01:08.328 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 19 August 2024 15:24:30 -0400 (0:00:00.050) 0:01:08.378 ********* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 19 August 2024 15:24:30 -0400 (0:00:00.065) 0:01:08.444 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 19 August 2024 15:24:30 -0400 (0:00:00.096) 0:01:08.540 ********* ok: [managed_node3] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 19 August 2024 15:24:31 -0400 (0:00:00.627) 0:01:09.168 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 19 August 2024 15:24:31 -0400 (0:00:00.058) 0:01:09.227 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 19 August 2024 15:24:31 -0400 (0:00:00.057) 0:01:09.285 ********* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Monday 19 August 2024 15:24:31 -0400 (0:00:00.410) 0:01:09.695 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 19 August 2024 15:24:31 -0400 (0:00:00.133) 0:01:09.828 ********* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724095436.7012293, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "2074709193", "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 19 August 2024 15:24:32 -0400 (0:00:00.570) 0:01:10.399 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 19 August 2024 15:24:32 -0400 (0:00:00.055) 0:01:10.454 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 19 August 2024 15:24:32 -0400 (0:00:00.059) 0:01:10.514 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Monday 19 August 2024 15:24:32 -0400 (0:00:00.042) 0:01:10.556 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Monday 19 August 2024 15:24:32 -0400 (0:00:00.077) 0:01:10.634 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Monday 19 August 2024 15:24:32 -0400 (0:00:00.076) 0:01:10.710 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Monday 19 August 2024 15:24:32 -0400 (0:00:00.085) 0:01:10.795 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Monday 19 August 2024 15:24:32 -0400 (0:00:00.097) 0:01:10.893 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 19 August 2024 15:24:32 -0400 (0:00:00.055) 0:01:10.949 ********* ok: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 19 August 2024 15:24:32 -0400 (0:00:00.107) 0:01:11.056 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 19 August 2024 15:24:33 -0400 (0:00:00.113) 0:01:11.170 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 19 August 2024 15:24:33 -0400 (0:00:00.059) 0:01:11.229 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 19 August 2024 15:24:33 -0400 (0:00:00.058) 0:01:11.287 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 19 August 2024 15:24:33 -0400 (0:00:00.150) 0:01:11.438 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 19 August 2024 15:24:33 -0400 (0:00:00.077) 0:01:11.516 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 19 August 2024 15:24:33 -0400 (0:00:00.096) 0:01:11.612 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 19 August 2024 15:24:33 -0400 (0:00:00.182) 0:01:11.795 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 19 August 2024 15:24:33 -0400 (0:00:00.072) 0:01:11.867 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 19 August 2024 15:24:33 -0400 (0:00:00.081) 0:01:11.949 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 19 August 2024 15:24:33 -0400 (0:00:00.110) 0:01:12.059 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 19 August 2024 15:24:34 -0400 (0:00:00.083) 0:01:12.143 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 19 August 2024 15:24:34 -0400 (0:00:00.057) 0:01:12.200 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 19 August 2024 15:24:34 -0400 (0:00:00.053) 0:01:12.253 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 19 August 2024 15:24:34 -0400 (0:00:00.030) 0:01:12.284 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 19 August 2024 15:24:34 -0400 (0:00:00.029) 0:01:12.313 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 19 August 2024 15:24:34 -0400 (0:00:00.038) 0:01:12.351 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 19 August 2024 15:24:34 -0400 (0:00:00.045) 0:01:12.397 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 19 August 2024 15:24:34 -0400 (0:00:00.046) 0:01:12.443 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 19 August 2024 15:24:34 -0400 (0:00:00.041) 0:01:12.485 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 19 August 2024 15:24:34 -0400 (0:00:00.040) 0:01:12.525 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 19 August 2024 15:24:34 -0400 (0:00:00.041) 0:01:12.567 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 19 August 2024 15:24:34 -0400 (0:00:00.041) 0:01:12.609 ********* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 19 August 2024 15:24:34 -0400 (0:00:00.071) 0:01:12.680 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 19 August 2024 15:24:34 -0400 (0:00:00.029) 0:01:12.710 ********* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Create temp directory] *************************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:59 Monday 19 August 2024 15:24:34 -0400 (0:00:00.043) 0:01:12.754 ********* changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_soc5yuhi", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:65 Monday 19 August 2024 15:24:35 -0400 (0:00:00.509) 0:01:13.263 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_soc5yuhi/backup.tar", "/etc/containers/containers.conf.d/50-systemroles.conf", "/etc/containers/registries.conf.d/50-systemroles.conf", "/etc/containers/storage.conf", "/etc/containers/policy.json" ], "delta": "0:00:00.007240", "end": "2024-08-19 15:24:35.477549", "rc": 0, "start": "2024-08-19 15:24:35.470309" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json STDERR: tar: /etc/containers/containers.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory tar: /etc/containers/registries.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory TASK [Create user] ************************************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 Monday 19 August 2024 15:24:35 -0400 (0:00:00.351) 0:01:13.614 ********* changed: [managed_node3] => { "changed": true, "comment": "", "create_home": true, "group": 1000, "home": "/home/user1", "name": "user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1000 } TASK [Run the role with user config] ******************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:76 Monday 19 August 2024 15:24:36 -0400 (0:00:00.824) 0:01:14.439 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 19 August 2024 15:24:36 -0400 (0:00:00.077) 0:01:14.516 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 19 August 2024 15:24:36 -0400 (0:00:00.045) 0:01:14.562 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 19 August 2024 15:24:36 -0400 (0:00:00.032) 0:01:14.595 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 19 August 2024 15:24:36 -0400 (0:00:00.030) 0:01:14.625 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 19 August 2024 15:24:36 -0400 (0:00:00.029) 0:01:14.654 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 19 August 2024 15:24:36 -0400 (0:00:00.031) 0:01:14.685 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 19 August 2024 15:24:36 -0400 (0:00:00.029) 0:01:14.715 ********* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 19 August 2024 15:24:36 -0400 (0:00:00.068) 0:01:14.783 ********* ok: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 19 August 2024 15:24:38 -0400 (0:00:01.506) 0:01:16.290 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 19 August 2024 15:24:38 -0400 (0:00:00.046) 0:01:16.337 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 19 August 2024 15:24:38 -0400 (0:00:00.052) 0:01:16.389 ********* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 19 August 2024 15:24:38 -0400 (0:00:00.047) 0:01:16.437 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 19 August 2024 15:24:38 -0400 (0:00:00.045) 0:01:16.482 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 19 August 2024 15:24:38 -0400 (0:00:00.049) 0:01:16.532 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027387", "end": "2024-08-19 15:24:38.773721", "rc": 0, "start": "2024-08-19 15:24:38.746334" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 19 August 2024 15:24:38 -0400 (0:00:00.370) 0:01:16.902 ********* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 19 August 2024 15:24:38 -0400 (0:00:00.031) 0:01:16.933 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 19 August 2024 15:24:38 -0400 (0:00:00.029) 0:01:16.963 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 19 August 2024 15:24:38 -0400 (0:00:00.028) 0:01:16.992 ********* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 19 August 2024 15:24:38 -0400 (0:00:00.031) 0:01:17.023 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 19 August 2024 15:24:39 -0400 (0:00:00.054) 0:01:17.078 ********* ok: [managed_node3] => { "ansible_facts": { "getent_passwd": { "user1": [ "x", "1000", "1000", "", "/home/user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 19 August 2024 15:24:39 -0400 (0:00:00.338) 0:01:17.416 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 19 August 2024 15:24:39 -0400 (0:00:00.044) 0:01:17.460 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 19 August 2024 15:24:39 -0400 (0:00:00.044) 0:01:17.505 ********* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "user1": [ "x", "1000", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Monday 19 August 2024 15:24:39 -0400 (0:00:00.352) 0:01:17.857 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 19 August 2024 15:24:39 -0400 (0:00:00.048) 0:01:17.905 ********* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724095472.2025669, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724095436.7012293, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "2074709193", "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 19 August 2024 15:24:40 -0400 (0:00:00.385) 0:01:18.290 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003644", "end": "2024-08-19 15:24:40.495218", "rc": 0, "start": "2024-08-19 15:24:40.491574" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 19 August 2024 15:24:40 -0400 (0:00:00.332) 0:01:18.623 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003576", "end": "2024-08-19 15:24:40.856562", "rc": 0, "start": "2024-08-19 15:24:40.852986" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 19 August 2024 15:24:40 -0400 (0:00:00.379) 0:01:19.003 ********* ok: [managed_node3] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Monday 19 August 2024 15:24:40 -0400 (0:00:00.065) 0:01:19.068 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Monday 19 August 2024 15:24:41 -0400 (0:00:00.035) 0:01:19.104 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Monday 19 August 2024 15:24:41 -0400 (0:00:00.030) 0:01:19.135 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Monday 19 August 2024 15:24:41 -0400 (0:00:00.026) 0:01:19.162 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Monday 19 August 2024 15:24:41 -0400 (0:00:00.027) 0:01:19.189 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 19 August 2024 15:24:41 -0400 (0:00:00.026) 0:01:19.215 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user1/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 19 August 2024 15:24:41 -0400 (0:00:00.053) 0:01:19.269 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 19 August 2024 15:24:41 -0400 (0:00:00.064) 0:01:19.334 ********* changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 19 August 2024 15:24:41 -0400 (0:00:00.443) 0:01:19.778 ********* changed: [managed_node3] => { "changed": true, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 116, "src": "/root/.ansible/tmp/ansible-tmp-1724095481.7511232-9567-104301287970989/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 19 August 2024 15:24:42 -0400 (0:00:00.821) 0:01:20.599 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 19 August 2024 15:24:42 -0400 (0:00:00.094) 0:01:20.693 ********* changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 19 August 2024 15:24:43 -0400 (0:00:00.386) 0:01:21.080 ********* changed: [managed_node3] => { "changed": true, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "92130a764e88fe669136f6cf26613a84", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 225, "src": "/root/.ansible/tmp/ansible-tmp-1724095483.0536313-9617-82320061528850/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 19 August 2024 15:24:43 -0400 (0:00:00.650) 0:01:21.730 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 19 August 2024 15:24:43 -0400 (0:00:00.105) 0:01:21.836 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 56, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 19 August 2024 15:24:44 -0400 (0:00:00.348) 0:01:22.184 ********* changed: [managed_node3] => { "changed": true, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/home/user1/.config/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "47c893f010daf00398b7ed40f434aa0e", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 109, "src": "/root/.ansible/tmp/ansible-tmp-1724095484.1574054-9667-271957591503945/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 19 August 2024 15:24:44 -0400 (0:00:00.654) 0:01:22.838 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 19 August 2024 15:24:44 -0400 (0:00:00.092) 0:01:22.930 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 76, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 19 August 2024 15:24:45 -0400 (0:00:00.370) 0:01:23.301 ********* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 19 August 2024 15:24:45 -0400 (0:00:00.379) 0:01:23.680 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_policy_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 19 August 2024 15:24:45 -0400 (0:00:00.029) 0:01:23.710 ********* changed: [managed_node3] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/home/user1/.config/containers/policy.json", "gid": 0, "group": "root", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1724095485.6850874-9738-156688225741542/source", "state": "file", "uid": 1000 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 19 August 2024 15:24:46 -0400 (0:00:00.621) 0:01:24.332 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 19 August 2024 15:24:46 -0400 (0:00:00.044) 0:01:24.376 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 19 August 2024 15:24:46 -0400 (0:00:00.046) 0:01:24.422 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 19 August 2024 15:24:46 -0400 (0:00:00.050) 0:01:24.473 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 19 August 2024 15:24:46 -0400 (0:00:00.058) 0:01:24.531 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 19 August 2024 15:24:46 -0400 (0:00:00.034) 0:01:24.566 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 19 August 2024 15:24:46 -0400 (0:00:00.028) 0:01:24.594 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 19 August 2024 15:24:46 -0400 (0:00:00.025) 0:01:24.620 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 19 August 2024 15:24:46 -0400 (0:00:00.027) 0:01:24.648 ********* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 19 August 2024 15:24:46 -0400 (0:00:00.038) 0:01:24.686 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 19 August 2024 15:24:46 -0400 (0:00:00.089) 0:01:24.775 ********* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files exist and are non-null] ********************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Monday 19 August 2024 15:24:46 -0400 (0:00:00.048) 0:01:24.824 ********* ok: [managed_node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1724095482.4396658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1724095482.4466658, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 423624835, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095482.0366616, "nlink": 1, "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 1000, "version": "1271357587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1724095483.5856771, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1724095483.5926774, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 436207747, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095483.3456748, "nlink": 1, "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 1000, "version": "2709682661", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/home/user1/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/storage.conf", "stat": { "atime": 1724095484.6976883, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1724095484.7046885, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 446693510, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095484.447686, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 1000, "version": "2884042255", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/home/user1/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/policy.json", "stat": { "atime": 1724095486.1947033, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724095486.2017035, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 461373571, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095485.956701, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "2746152781", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role again with user config] ************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:90 Monday 19 August 2024 15:24:48 -0400 (0:00:01.314) 0:01:26.139 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 19 August 2024 15:24:48 -0400 (0:00:00.144) 0:01:26.283 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 19 August 2024 15:24:48 -0400 (0:00:00.055) 0:01:26.339 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 19 August 2024 15:24:48 -0400 (0:00:00.046) 0:01:26.385 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 19 August 2024 15:24:48 -0400 (0:00:00.037) 0:01:26.423 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 19 August 2024 15:24:48 -0400 (0:00:00.034) 0:01:26.457 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 19 August 2024 15:24:48 -0400 (0:00:00.032) 0:01:26.489 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 19 August 2024 15:24:48 -0400 (0:00:00.037) 0:01:26.527 ********* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 19 August 2024 15:24:48 -0400 (0:00:00.073) 0:01:26.600 ********* ok: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 19 August 2024 15:24:49 -0400 (0:00:01.412) 0:01:28.012 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 19 August 2024 15:24:50 -0400 (0:00:00.097) 0:01:28.109 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 19 August 2024 15:24:50 -0400 (0:00:00.051) 0:01:28.161 ********* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 19 August 2024 15:24:50 -0400 (0:00:00.037) 0:01:28.199 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 19 August 2024 15:24:50 -0400 (0:00:00.031) 0:01:28.231 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 19 August 2024 15:24:50 -0400 (0:00:00.029) 0:01:28.260 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025821", "end": "2024-08-19 15:24:50.482701", "rc": 0, "start": "2024-08-19 15:24:50.456880" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 19 August 2024 15:24:50 -0400 (0:00:00.385) 0:01:28.646 ********* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 19 August 2024 15:24:50 -0400 (0:00:00.052) 0:01:28.698 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 19 August 2024 15:24:50 -0400 (0:00:00.053) 0:01:28.751 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 19 August 2024 15:24:50 -0400 (0:00:00.041) 0:01:28.792 ********* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 19 August 2024 15:24:50 -0400 (0:00:00.045) 0:01:28.838 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 19 August 2024 15:24:50 -0400 (0:00:00.084) 0:01:28.923 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 19 August 2024 15:24:50 -0400 (0:00:00.034) 0:01:28.957 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 19 August 2024 15:24:50 -0400 (0:00:00.032) 0:01:28.990 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 19 August 2024 15:24:50 -0400 (0:00:00.041) 0:01:29.032 ********* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "user1": [ "x", "1000", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Monday 19 August 2024 15:24:51 -0400 (0:00:00.348) 0:01:29.380 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 19 August 2024 15:24:51 -0400 (0:00:00.037) 0:01:29.418 ********* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724095472.2025669, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724095436.7012293, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "2074709193", "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 19 August 2024 15:24:51 -0400 (0:00:00.408) 0:01:29.826 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003691", "end": "2024-08-19 15:24:52.111887", "rc": 0, "start": "2024-08-19 15:24:52.108196" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 19 August 2024 15:24:52 -0400 (0:00:00.458) 0:01:30.285 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003677", "end": "2024-08-19 15:24:52.491460", "rc": 0, "start": "2024-08-19 15:24:52.487783" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 19 August 2024 15:24:52 -0400 (0:00:00.334) 0:01:30.619 ********* ok: [managed_node3] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Monday 19 August 2024 15:24:52 -0400 (0:00:00.056) 0:01:30.676 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Monday 19 August 2024 15:24:52 -0400 (0:00:00.027) 0:01:30.704 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Monday 19 August 2024 15:24:52 -0400 (0:00:00.028) 0:01:30.732 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Monday 19 August 2024 15:24:52 -0400 (0:00:00.028) 0:01:30.761 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Monday 19 August 2024 15:24:52 -0400 (0:00:00.026) 0:01:30.788 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 19 August 2024 15:24:52 -0400 (0:00:00.028) 0:01:30.816 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user1/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 19 August 2024 15:24:52 -0400 (0:00:00.053) 0:01:30.869 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 19 August 2024 15:24:52 -0400 (0:00:00.053) 0:01:30.923 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 19 August 2024 15:24:53 -0400 (0:00:00.343) 0:01:31.267 ********* ok: [managed_node3] => { "changed": false, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 116, "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 19 August 2024 15:24:53 -0400 (0:00:00.590) 0:01:31.857 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 19 August 2024 15:24:53 -0400 (0:00:00.052) 0:01:31.910 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 19 August 2024 15:24:54 -0400 (0:00:00.345) 0:01:32.255 ********* ok: [managed_node3] => { "changed": false, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 225, "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 19 August 2024 15:24:54 -0400 (0:00:00.595) 0:01:32.850 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 19 August 2024 15:24:54 -0400 (0:00:00.054) 0:01:32.905 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 19 August 2024 15:24:55 -0400 (0:00:00.422) 0:01:33.327 ********* ok: [managed_node3] => { "changed": false, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/home/user1/.config/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/storage.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 109, "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 19 August 2024 15:24:55 -0400 (0:00:00.638) 0:01:33.966 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 19 August 2024 15:24:55 -0400 (0:00:00.057) 0:01:34.024 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 19 August 2024 15:24:56 -0400 (0:00:00.354) 0:01:34.378 ********* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724095487.9987214, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724095486.2017035, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 461373571, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095485.956701, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "2746152781", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 19 August 2024 15:24:56 -0400 (0:00:00.365) 0:01:34.744 ********* ok: [managed_node3] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==", "encoding": "base64", "source": "/home/user1/.config/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 19 August 2024 15:24:57 -0400 (0:00:00.430) 0:01:35.174 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 19 August 2024 15:24:57 -0400 (0:00:00.040) 0:01:35.214 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 19 August 2024 15:24:57 -0400 (0:00:00.033) 0:01:35.247 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 19 August 2024 15:24:57 -0400 (0:00:00.028) 0:01:35.276 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 19 August 2024 15:24:57 -0400 (0:00:00.029) 0:01:35.305 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 19 August 2024 15:24:57 -0400 (0:00:00.025) 0:01:35.330 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 19 August 2024 15:24:57 -0400 (0:00:00.026) 0:01:35.356 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 19 August 2024 15:24:57 -0400 (0:00:00.026) 0:01:35.383 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 19 August 2024 15:24:57 -0400 (0:00:00.028) 0:01:35.411 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 19 August 2024 15:24:57 -0400 (0:00:00.035) 0:01:35.447 ********* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 19 August 2024 15:24:57 -0400 (0:00:00.041) 0:01:35.488 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 19 August 2024 15:24:57 -0400 (0:00:00.039) 0:01:35.528 ********* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files still exist and are non-null] *************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Monday 19 August 2024 15:24:57 -0400 (0:00:00.092) 0:01:35.620 ********* ok: [managed_node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1724095487.0327117, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1724095482.4466658, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 423624835, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095482.0366616, "nlink": 1, "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 1000, "version": "1271357587", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1724095487.3677151, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1724095483.5926774, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 436207747, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095483.3456748, "nlink": 1, "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 1000, "version": "2709682661", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/home/user1/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/storage.conf", "stat": { "atime": 1724095487.6887183, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1724095484.7046885, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 446693510, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095484.447686, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 1000, "version": "2884042255", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/home/user1/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/policy.json", "stat": { "atime": 1724095487.9987214, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724095486.2017035, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 461373571, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095485.956701, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "2746152781", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role with root config] ******************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104 Monday 19 August 2024 15:24:58 -0400 (0:00:01.373) 0:01:36.994 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 19 August 2024 15:24:59 -0400 (0:00:00.181) 0:01:37.176 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 19 August 2024 15:24:59 -0400 (0:00:00.080) 0:01:37.256 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 19 August 2024 15:24:59 -0400 (0:00:00.056) 0:01:37.313 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 19 August 2024 15:24:59 -0400 (0:00:00.054) 0:01:37.367 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 19 August 2024 15:24:59 -0400 (0:00:00.053) 0:01:37.420 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 19 August 2024 15:24:59 -0400 (0:00:00.054) 0:01:37.475 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 19 August 2024 15:24:59 -0400 (0:00:00.054) 0:01:37.529 ********* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 19 August 2024 15:24:59 -0400 (0:00:00.107) 0:01:37.636 ********* ok: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 19 August 2024 15:25:01 -0400 (0:00:01.500) 0:01:39.137 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 19 August 2024 15:25:01 -0400 (0:00:00.048) 0:01:39.186 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 19 August 2024 15:25:01 -0400 (0:00:00.052) 0:01:39.239 ********* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 19 August 2024 15:25:01 -0400 (0:00:00.103) 0:01:39.342 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 19 August 2024 15:25:01 -0400 (0:00:00.050) 0:01:39.392 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 19 August 2024 15:25:01 -0400 (0:00:00.047) 0:01:39.440 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026934", "end": "2024-08-19 15:25:01.688400", "rc": 0, "start": "2024-08-19 15:25:01.661466" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 19 August 2024 15:25:01 -0400 (0:00:00.404) 0:01:39.844 ********* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 19 August 2024 15:25:01 -0400 (0:00:00.058) 0:01:39.902 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 19 August 2024 15:25:01 -0400 (0:00:00.042) 0:01:39.945 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 19 August 2024 15:25:01 -0400 (0:00:00.033) 0:01:39.978 ********* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 19 August 2024 15:25:01 -0400 (0:00:00.041) 0:01:40.019 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 19 August 2024 15:25:02 -0400 (0:00:00.066) 0:01:40.085 ********* ok: [managed_node3] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 19 August 2024 15:25:02 -0400 (0:00:00.347) 0:01:40.433 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 19 August 2024 15:25:02 -0400 (0:00:00.032) 0:01:40.466 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 19 August 2024 15:25:02 -0400 (0:00:00.043) 0:01:40.509 ********* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Monday 19 August 2024 15:25:02 -0400 (0:00:00.358) 0:01:40.867 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 19 August 2024 15:25:02 -0400 (0:00:00.063) 0:01:40.931 ********* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724095472.2025669, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724095436.7012293, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "2074709193", "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 19 August 2024 15:25:03 -0400 (0:00:00.374) 0:01:41.306 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 19 August 2024 15:25:03 -0400 (0:00:00.045) 0:01:41.352 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 19 August 2024 15:25:03 -0400 (0:00:00.046) 0:01:41.399 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Monday 19 August 2024 15:25:03 -0400 (0:00:00.090) 0:01:41.489 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Monday 19 August 2024 15:25:03 -0400 (0:00:00.041) 0:01:41.530 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Monday 19 August 2024 15:25:03 -0400 (0:00:00.044) 0:01:41.575 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Monday 19 August 2024 15:25:03 -0400 (0:00:00.058) 0:01:41.633 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Monday 19 August 2024 15:25:03 -0400 (0:00:00.046) 0:01:41.679 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 19 August 2024 15:25:03 -0400 (0:00:00.040) 0:01:41.720 ********* ok: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 19 August 2024 15:25:03 -0400 (0:00:00.064) 0:01:41.785 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 19 August 2024 15:25:03 -0400 (0:00:00.054) 0:01:41.839 ********* changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 19 August 2024 15:25:04 -0400 (0:00:00.374) 0:01:42.213 ********* changed: [managed_node3] => { "changed": true, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "src": "/root/.ansible/tmp/ansible-tmp-1724095504.1866603-10516-21544088060792/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 19 August 2024 15:25:04 -0400 (0:00:00.650) 0:01:42.864 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 19 August 2024 15:25:04 -0400 (0:00:00.053) 0:01:42.917 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 107, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 19 August 2024 15:25:05 -0400 (0:00:00.355) 0:01:43.273 ********* changed: [managed_node3] => { "changed": true, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "92130a764e88fe669136f6cf26613a84", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 225, "src": "/root/.ansible/tmp/ansible-tmp-1724095505.2478793-10547-95882145833917/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 19 August 2024 15:25:05 -0400 (0:00:00.700) 0:01:43.974 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 19 August 2024 15:25:06 -0400 (0:00:00.107) 0:01:44.081 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 19 August 2024 15:25:06 -0400 (0:00:00.421) 0:01:44.503 ********* changed: [managed_node3] => { "changed": true, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "47c893f010daf00398b7ed40f434aa0e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 109, "src": "/root/.ansible/tmp/ansible-tmp-1724095506.4839766-10606-177055214575437/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 19 August 2024 15:25:07 -0400 (0:00:00.775) 0:01:45.278 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 19 August 2024 15:25:07 -0400 (0:00:00.057) 0:01:45.335 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 19 August 2024 15:25:07 -0400 (0:00:00.351) 0:01:45.687 ********* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724095475.476598, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1724095437.8652403, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212870, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708358882.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 663, "uid": 0, "version": "1125330660", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 19 August 2024 15:25:07 -0400 (0:00:00.369) 0:01:46.056 ********* ok: [managed_node3] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiBbCiAgICAgICAgewogICAgICAgICAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgogICAgICAgIH0KICAgIF0sCiAgICAidHJhbnNwb3J0cyI6IHsKICAgICAgICAiZG9ja2VyIjogewoJICAgICJyZWdpc3RyeS5hY2Nlc3MucmVkaGF0LmNvbSI6IFsKCQl7CgkJICAgICJ0eXBlIjogInNpZ25lZEJ5IiwKCQkgICAgImtleVR5cGUiOiAiR1BHS2V5cyIsCgkJICAgICJrZXlQYXRocyI6IFsiL2V0Yy9wa2kvcnBtLWdwZy9SUE0tR1BHLUtFWS1yZWRoYXQtcmVsZWFzZSIsICIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1iZXRhIl0KCQl9CgkgICAgXSwKCSAgICAicmVnaXN0cnkucmVkaGF0LmlvIjogWwoJCXsKCQkgICAgInR5cGUiOiAic2lnbmVkQnkiLAoJCSAgICAia2V5VHlwZSI6ICJHUEdLZXlzIiwKCQkgICAgImtleVBhdGhzIjogWyIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1yZWxlYXNlIiwgIi9ldGMvcGtpL3JwbS1ncGcvUlBNLUdQRy1LRVktcmVkaGF0LWJldGEiXQoJCX0KCSAgICBdCgl9LAogICAgICAgICJkb2NrZXItZGFlbW9uIjogewoJICAgICIiOiBbCgkJewoJCSAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgoJCX0KCSAgICBdCgl9CiAgICB9Cn0K", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 19 August 2024 15:25:08 -0400 (0:00:00.401) 0:01:46.457 ********* changed: [managed_node3] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/etc/containers/policy.json", "gid": 0, "group": "root", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1724095508.4587262-10696-271878659054811/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 19 August 2024 15:25:09 -0400 (0:00:00.818) 0:01:47.276 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 19 August 2024 15:25:09 -0400 (0:00:00.104) 0:01:47.380 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 19 August 2024 15:25:09 -0400 (0:00:00.056) 0:01:47.437 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 19 August 2024 15:25:09 -0400 (0:00:00.059) 0:01:47.497 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 19 August 2024 15:25:09 -0400 (0:00:00.045) 0:01:47.542 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 19 August 2024 15:25:09 -0400 (0:00:00.042) 0:01:47.585 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 19 August 2024 15:25:09 -0400 (0:00:00.051) 0:01:47.636 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 19 August 2024 15:25:09 -0400 (0:00:00.041) 0:01:47.677 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 19 August 2024 15:25:09 -0400 (0:00:00.042) 0:01:47.719 ********* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 19 August 2024 15:25:09 -0400 (0:00:00.031) 0:01:47.751 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 19 August 2024 15:25:09 -0400 (0:00:00.029) 0:01:47.781 ********* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files exist and are non-null] ********************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Monday 19 August 2024 15:25:09 -0400 (0:00:00.051) 0:01:47.832 ********* ok: [managed_node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1724095504.7248888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1724095504.728889, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 71303363, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095504.4768865, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 0, "version": "2856842290", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1724095505.8118997, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1724095505.8158998, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 81789126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095505.5548973, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 0, "version": "2046234950", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1724095507.0999126, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1724095507.1009126, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 92274946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095506.83991, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "1200052105", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1724095509.030932, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724095509.031932, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 111149251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095508.7719295, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3970963234", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role again with root config] ************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Monday 19 August 2024 15:25:11 -0400 (0:00:02.082) 0:01:49.914 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 19 August 2024 15:25:12 -0400 (0:00:00.386) 0:01:50.300 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 19 August 2024 15:25:12 -0400 (0:00:00.121) 0:01:50.421 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 19 August 2024 15:25:12 -0400 (0:00:00.068) 0:01:50.489 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 19 August 2024 15:25:12 -0400 (0:00:00.074) 0:01:50.564 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 19 August 2024 15:25:12 -0400 (0:00:00.065) 0:01:50.630 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 19 August 2024 15:25:12 -0400 (0:00:00.073) 0:01:50.703 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 19 August 2024 15:25:12 -0400 (0:00:00.089) 0:01:50.793 ********* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 19 August 2024 15:25:12 -0400 (0:00:00.127) 0:01:50.920 ********* ok: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 19 August 2024 15:25:14 -0400 (0:00:01.771) 0:01:52.692 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 19 August 2024 15:25:14 -0400 (0:00:00.045) 0:01:52.737 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 19 August 2024 15:25:14 -0400 (0:00:00.040) 0:01:52.777 ********* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 19 August 2024 15:25:14 -0400 (0:00:00.034) 0:01:52.811 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 19 August 2024 15:25:14 -0400 (0:00:00.082) 0:01:52.894 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 19 August 2024 15:25:14 -0400 (0:00:00.029) 0:01:52.923 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026918", "end": "2024-08-19 15:25:15.157417", "rc": 0, "start": "2024-08-19 15:25:15.130499" } STDOUT: podman version 4.9.4-dev STDERR: time="2024-08-19T15:25:15-04:00" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically." TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 19 August 2024 15:25:15 -0400 (0:00:00.382) 0:01:53.306 ********* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 19 August 2024 15:25:15 -0400 (0:00:00.053) 0:01:53.359 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 19 August 2024 15:25:15 -0400 (0:00:00.050) 0:01:53.410 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 19 August 2024 15:25:15 -0400 (0:00:00.050) 0:01:53.461 ********* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 19 August 2024 15:25:15 -0400 (0:00:00.061) 0:01:53.522 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 19 August 2024 15:25:15 -0400 (0:00:00.100) 0:01:53.622 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 19 August 2024 15:25:15 -0400 (0:00:00.037) 0:01:53.660 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 19 August 2024 15:25:15 -0400 (0:00:00.054) 0:01:53.714 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 19 August 2024 15:25:15 -0400 (0:00:00.074) 0:01:53.788 ********* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Monday 19 August 2024 15:25:16 -0400 (0:00:00.359) 0:01:54.148 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 19 August 2024 15:25:16 -0400 (0:00:00.038) 0:01:54.186 ********* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724095472.2025669, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724095436.7012293, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "2074709193", "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 19 August 2024 15:25:16 -0400 (0:00:00.435) 0:01:54.622 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 19 August 2024 15:25:16 -0400 (0:00:00.080) 0:01:54.702 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 19 August 2024 15:25:16 -0400 (0:00:00.063) 0:01:54.765 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Monday 19 August 2024 15:25:16 -0400 (0:00:00.114) 0:01:54.879 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Monday 19 August 2024 15:25:16 -0400 (0:00:00.149) 0:01:55.028 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Monday 19 August 2024 15:25:17 -0400 (0:00:00.060) 0:01:55.089 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Monday 19 August 2024 15:25:17 -0400 (0:00:00.046) 0:01:55.135 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Monday 19 August 2024 15:25:17 -0400 (0:00:00.043) 0:01:55.179 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 19 August 2024 15:25:17 -0400 (0:00:00.038) 0:01:55.217 ********* ok: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 19 August 2024 15:25:17 -0400 (0:00:00.069) 0:01:55.287 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 19 August 2024 15:25:17 -0400 (0:00:00.056) 0:01:55.343 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 19 August 2024 15:25:17 -0400 (0:00:00.359) 0:01:55.702 ********* ok: [managed_node3] => { "changed": false, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 19 August 2024 15:25:18 -0400 (0:00:00.629) 0:01:56.332 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 19 August 2024 15:25:18 -0400 (0:00:00.079) 0:01:56.412 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 134, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 19 August 2024 15:25:18 -0400 (0:00:00.385) 0:01:56.797 ********* ok: [managed_node3] => { "changed": false, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 225, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 19 August 2024 15:25:19 -0400 (0:00:01.006) 0:01:57.804 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 19 August 2024 15:25:19 -0400 (0:00:00.126) 0:01:57.930 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 19 August 2024 15:25:20 -0400 (0:00:00.507) 0:01:58.438 ********* ok: [managed_node3] => { "changed": false, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/storage.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 109, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 19 August 2024 15:25:21 -0400 (0:00:00.725) 0:01:59.163 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 19 August 2024 15:25:21 -0400 (0:00:00.161) 0:01:59.325 ********* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 19 August 2024 15:25:21 -0400 (0:00:00.415) 0:01:59.741 ********* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724095511.5729575, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724095509.031932, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 111149251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095508.7719295, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3970963234", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 19 August 2024 15:25:22 -0400 (0:00:00.423) 0:02:00.165 ********* ok: [managed_node3] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 19 August 2024 15:25:22 -0400 (0:00:00.390) 0:02:00.555 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 19 August 2024 15:25:22 -0400 (0:00:00.041) 0:02:00.597 ********* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 19 August 2024 15:25:22 -0400 (0:00:00.034) 0:02:00.631 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 19 August 2024 15:25:22 -0400 (0:00:00.030) 0:02:00.661 ********* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 19 August 2024 15:25:22 -0400 (0:00:00.029) 0:02:00.691 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 19 August 2024 15:25:22 -0400 (0:00:00.026) 0:02:00.718 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 19 August 2024 15:25:22 -0400 (0:00:00.026) 0:02:00.744 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 19 August 2024 15:25:22 -0400 (0:00:00.025) 0:02:00.769 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 19 August 2024 15:25:22 -0400 (0:00:00.029) 0:02:00.799 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 19 August 2024 15:25:22 -0400 (0:00:00.036) 0:02:00.836 ********* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 19 August 2024 15:25:22 -0400 (0:00:00.044) 0:02:00.881 ********* skipping: [managed_node3] => { "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/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 19 August 2024 15:25:22 -0400 (0:00:00.044) 0:02:00.925 ********* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files still exist and are non-null] *************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Monday 19 August 2024 15:25:22 -0400 (0:00:00.060) 0:02:00.985 ********* ok: [managed_node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1724095510.0639424, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1724095504.728889, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 71303363, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095504.4768865, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 0, "version": "2856842290", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1724095510.3989456, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1724095505.8158998, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 81789126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095505.5548973, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 0, "version": "2046234950", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1724095510.9759514, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1724095507.1009126, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 92274946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095506.83991, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "1200052105", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1724095511.5729575, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724095509.031932, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 111149251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724095508.7719295, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3970963234", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132 Monday 19 August 2024 15:25:24 -0400 (0:00:01.536) 0:02:02.522 ********* included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/home/user1/.config/containers/storage.conf) included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/etc/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/etc/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/etc/containers/storage.conf) TASK [Get file] **************************************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 19 August 2024 15:25:24 -0400 (0:00:00.207) 0:02:02.729 ********* ok: [managed_node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=", "encoding": "base64", "source": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 19 August 2024 15:25:24 -0400 (0:00:00.342) 0:02:03.072 ********* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 19 August 2024 15:25:25 -0400 (0:00:00.076) 0:02:03.149 ********* ok: [managed_node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK", "encoding": "base64", "source": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 19 August 2024 15:25:25 -0400 (0:00:00.380) 0:02:03.530 ********* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 19 August 2024 15:25:25 -0400 (0:00:00.122) 0:02:03.652 ********* ok: [managed_node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/home/user1/.config/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 19 August 2024 15:25:25 -0400 (0:00:00.385) 0:02:04.038 ********* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 19 August 2024 15:25:26 -0400 (0:00:00.090) 0:02:04.128 ********* ok: [managed_node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=", "encoding": "base64", "source": "/etc/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 19 August 2024 15:25:26 -0400 (0:00:00.356) 0:02:04.485 ********* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 19 August 2024 15:25:26 -0400 (0:00:00.126) 0:02:04.612 ********* ok: [managed_node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK", "encoding": "base64", "source": "/etc/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 19 August 2024 15:25:26 -0400 (0:00:00.367) 0:02:04.980 ********* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 19 August 2024 15:25:26 -0400 (0:00:00.088) 0:02:05.069 ********* ok: [managed_node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/etc/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 19 August 2024 15:25:27 -0400 (0:00:00.399) 0:02:05.468 ********* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Remove test config files] ************************************************ task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Monday 19 August 2024 15:25:27 -0400 (0:00:00.129) 0:02:05.597 ********* changed: [managed_node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/containers.conf.d/50-systemroles.conf", "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed_node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/registries.conf.d/50-systemroles.conf", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed_node3] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/storage.conf", "path": "/etc/containers/storage.conf", "state": "absent" } changed: [managed_node3] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/policy.json", "path": "/etc/containers/policy.json", "state": "absent" } changed: [managed_node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed_node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed_node3] => (item=/home/user1/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/storage.conf", "path": "/home/user1/.config/containers/storage.conf", "state": "absent" } changed: [managed_node3] => (item=/home/user1/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/policy.json", "path": "/home/user1/.config/containers/policy.json", "state": "absent" } TASK [Restore system config files] ********************************************* task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:159 Monday 19 August 2024 15:25:30 -0400 (0:00:03.029) 0:02:08.627 ********* ok: [managed_node3] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_soc5yuhi/backup.tar" ], "delta": "0:00:00.003622", "end": "2024-08-19 15:25:30.866461", "rc": 0, "start": "2024-08-19 15:25:30.862839" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:164 Monday 19 August 2024 15:25:30 -0400 (0:00:00.391) 0:02:09.019 ********* changed: [managed_node3] => { "changed": true, "path": "/tmp/lsr_podman_config_soc5yuhi", "state": "absent" } PLAY RECAP ********************************************************************* managed_node3 : ok=161 changed=16 unreachable=0 failed=0 skipped=159 rescued=0 ignored=0 Monday 19 August 2024 15:25:31 -0400 (0:00:00.493) 0:02:09.512 ********* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 62.37s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Remove test config files ------------------------------------------------ 3.03s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Check that files exist and are non-null --------------------------------- 2.08s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Gathering Facts --------------------------------------------------------- 1.93s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.77s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.62s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.54s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.51s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.50s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.41s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.37s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Check that files exist and are non-null --------------------------------- 1.31s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 fedora.linux_system_roles.podman : Update registries config file -------- 1.01s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Create user ------------------------------------------------------------- 0.82s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 fedora.linux_system_roles.podman : Update container config file --------- 0.82s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.82s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 fedora.linux_system_roles.podman : Get podman version ------------------- 0.81s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 fedora.linux_system_roles.podman : Update storage config file ----------- 0.78s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Update storage config file ----------- 0.73s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.70s /tmp/collections-lzg/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13