ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 2 plays in /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Thursday 29 August 2024 14:31:26 -0400 (0:00:00.018) 0:00:00.018 ******* 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-hI2/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Thursday 29 August 2024 14:31:26 -0400 (0:00:00.016) 0:00:00.035 ******* ok: [managed_node3] META: ran handlers TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:48 Thursday 29 August 2024 14:31:27 -0400 (0:00:01.127) 0:00:01.163 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 29 August 2024 14:31:27 -0400 (0:00:00.152) 0:00:01.315 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 29 August 2024 14:31:27 -0400 (0:00:00.040) 0:00:01.356 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 29 August 2024 14:31:27 -0400 (0:00:00.057) 0:00:01.413 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 29 August 2024 14:31:28 -0400 (0:00:00.515) 0:00:01.929 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 29 August 2024 14:31:28 -0400 (0:00:00.057) 0:00:01.986 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 29 August 2024 14:31:28 -0400 (0:00:00.389) 0:00:02.376 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 29 August 2024 14:31:28 -0400 (0:00:00.038) 0:00:02.414 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-nUB/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, "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-nUB/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-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 29 August 2024 14:31:28 -0400 (0:00:00.066) 0:00:02.480 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 29 August 2024 14:31:30 -0400 (0:00:01.567) 0:00:04.048 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 29 August 2024 14:31:30 -0400 (0:00:00.049) 0:00:04.097 ******* changed: [managed_node3] => { "changed": true, "rc": 0, "results": [ "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", "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 29 August 2024 14:32:32 -0400 (0:01:01.618) 0:01:05.715 ******* skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 29 August 2024 14:32:32 -0400 (0:00:00.050) 0:01:05.766 ******* skipping: [managed_node3] => { "changed": 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 29 August 2024 14:32:32 -0400 (0:00:00.051) 0:01:05.818 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 29 August 2024 14:32:32 -0400 (0:00:00.049) 0:01:05.867 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030272", "end": "2024-08-29 14:32:32.771314", "rc": 0, "start": "2024-08-29 14:32:32.741042" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 29 August 2024 14:32:32 -0400 (0:00:00.474) 0:01:06.342 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 29 August 2024 14:32:32 -0400 (0:00:00.048) 0:01:06.391 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 29 August 2024 14:32:32 -0400 (0:00:00.048) 0:01:06.439 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } META: 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 29 August 2024 14:32:33 -0400 (0:00:00.086) 0:01:06.526 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 29 August 2024 14:32:33 -0400 (0:00:00.054) 0:01:06.580 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 29 August 2024 14:32:33 -0400 (0:00:00.463) 0:01:07.044 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 29 August 2024 14:32:33 -0400 (0:00:00.035) 0:01:07.079 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 29 August 2024 14:32:33 -0400 (0:00:00.038) 0:01:07.118 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724956326.2676377, "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": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 29 August 2024 14:32:33 -0400 (0:00:00.340) 0:01:07.458 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Thursday 29 August 2024 14:32:33 -0400 (0:00:00.030) 0:01:07.488 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.029) 0:01:07.518 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.055) 0:01:07.574 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.029) 0:01:07.603 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.029) 0:01:07.632 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.028) 0:01:07.661 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.030) 0:01:07.692 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.029) 0:01:07.721 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.075) 0:01:07.796 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.054) 0:01:07.851 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.032) 0:01:07.883 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.028) 0:01:07.912 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.055) 0:01:07.967 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.030) 0:01:07.997 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.030) 0:01:08.028 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.055) 0:01:08.083 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.029) 0:01:08.113 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.029) 0:01:08.142 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.085) 0:01:08.228 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.030) 0:01:08.258 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.029) 0:01:08.287 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.030) 0:01:08.318 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.028) 0:01:08.346 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.029) 0:01:08.375 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.029) 0:01:08.405 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.028) 0:01:08.433 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.028) 0:01:08.461 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 29 August 2024 14:32:34 -0400 (0:00:00.027) 0:01:08.489 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 29 August 2024 14:32:35 -0400 (0:00:00.028) 0:01:08.517 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 29 August 2024 14:32:35 -0400 (0:00:00.027) 0:01:08.545 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 29 August 2024 14:32:35 -0400 (0:00:00.028) 0:01:08.574 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 29 August 2024 14:32:35 -0400 (0:00:00.027) 0:01:08.601 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 29 August 2024 14:32:35 -0400 (0:00:00.027) 0:01:08.628 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:59 Thursday 29 August 2024 14:32:35 -0400 (0:00:00.027) 0:01:08.656 ******* changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config__z3t4lno", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:65 Thursday 29 August 2024 14:32:35 -0400 (0:00:00.457) 0:01:09.114 ******* [WARNING]: Consider using the unarchive module rather than running 'tar'. If you need to use command because unarchive is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed_node3] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config__z3t4lno/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.004874", "end": "2024-08-29 14:32:35.894774", "rc": 0, "start": "2024-08-29 14:32:35.889900" } 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 Thursday 29 August 2024 14:32:35 -0400 (0:00:00.354) 0:01:09.468 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:76 Thursday 29 August 2024 14:32:36 -0400 (0:00:00.546) 0:01:10.014 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 29 August 2024 14:32:36 -0400 (0:00:00.079) 0:01:10.094 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 29 August 2024 14:32:36 -0400 (0:00:00.049) 0:01:10.144 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 29 August 2024 14:32:36 -0400 (0:00:00.036) 0:01:10.180 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 29 August 2024 14:32:36 -0400 (0:00:00.029) 0:01:10.210 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 29 August 2024 14:32:36 -0400 (0:00:00.029) 0:01:10.239 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 29 August 2024 14:32:36 -0400 (0:00:00.028) 0:01:10.268 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 29 August 2024 14:32:36 -0400 (0:00:00.028) 0:01:10.297 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-nUB/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, "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-nUB/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-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 29 August 2024 14:32:36 -0400 (0:00:00.076) 0:01:10.373 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 29 August 2024 14:32:38 -0400 (0:00:01.398) 0:01:11.772 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 29 August 2024 14:32:38 -0400 (0:00:00.030) 0:01:11.802 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 29 August 2024 14:32:38 -0400 (0:00:00.035) 0:01:11.837 ******* skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 29 August 2024 14:32:38 -0400 (0:00:00.039) 0:01:11.877 ******* skipping: [managed_node3] => { "changed": 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 29 August 2024 14:32:38 -0400 (0:00:00.031) 0:01:11.908 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 29 August 2024 14:32:38 -0400 (0:00:00.030) 0:01:11.939 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027566", "end": "2024-08-29 14:32:38.730433", "rc": 0, "start": "2024-08-29 14:32:38.702867" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 29 August 2024 14:32:38 -0400 (0:00:00.364) 0:01:12.303 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 29 August 2024 14:32:38 -0400 (0:00:00.032) 0:01:12.336 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 29 August 2024 14:32:38 -0400 (0:00:00.031) 0:01:12.367 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } META: 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 29 August 2024 14:32:38 -0400 (0:00:00.053) 0:01:12.420 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 29 August 2024 14:32:39 -0400 (0:00:00.088) 0:01:12.509 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 29 August 2024 14:32:39 -0400 (0:00:00.353) 0:01:12.862 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 29 August 2024 14:32:39 -0400 (0:00:00.049) 0:01:12.912 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1000" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 29 August 2024 14:32:39 -0400 (0:00:00.042) 0:01:12.955 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724956353.8799458, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724956326.2676377, "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": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 29 August 2024 14:32:39 -0400 (0:00:00.345) 0:01:13.301 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003301", "end": "2024-08-29 14:32:40.082201", "rc": 0, "start": "2024-08-29 14:32:40.078900" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.353) 0:01:13.654 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003255", "end": "2024-08-29 14:32:40.431668", "rc": 0, "start": "2024-08-29 14:32:40.428413" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.349) 0:01:14.004 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.044) 0:01:14.048 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.029) 0:01:14.078 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.029) 0:01:14.107 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.028) 0:01:14.136 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.029) 0:01:14.166 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.030) 0:01:14.196 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.147) 0:01:14.344 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 29 August 2024 14:32:40 -0400 (0:00:00.089) 0:01:14.433 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 29 August 2024 14:32:41 -0400 (0:00:00.488) 0:01:14.922 ******* 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-1724956361.459268-9332-211490134337256/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 29 August 2024 14:32:42 -0400 (0:00:00.862) 0:01:15.784 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 29 August 2024 14:32:42 -0400 (0:00:00.075) 0:01:15.859 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 29 August 2024 14:32:42 -0400 (0:00:00.390) 0:01:16.250 ******* 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-1724956362.7866936-9403-219450579721977/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 29 August 2024 14:32:43 -0400 (0:00:00.774) 0:01:17.025 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 29 August 2024 14:32:43 -0400 (0:00:00.138) 0:01:17.164 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 29 August 2024 14:32:44 -0400 (0:00:00.427) 0:01:17.591 ******* 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-1724956364.1354516-9491-134770470171062/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 29 August 2024 14:32:44 -0400 (0:00:00.699) 0:01:18.290 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 29 August 2024 14:32:44 -0400 (0:00:00.058) 0:01:18.349 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 29 August 2024 14:32:45 -0400 (0:00:00.377) 0:01:18.727 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 29 August 2024 14:32:45 -0400 (0:00:00.347) 0:01:19.074 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 29 August 2024 14:32:45 -0400 (0:00:00.040) 0:01:19.115 ******* 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-1724956365.6570277-9571-114366103210716/source", "state": "file", "uid": 1000 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.659) 0:01:19.774 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.043) 0:01:19.818 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.097) 0:01:19.915 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.046) 0:01:19.961 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.047) 0:01:20.008 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.047) 0:01:20.056 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.039) 0:01:20.095 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.039) 0:01:20.134 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.057) 0:01:20.191 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.050) 0:01:20.242 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.054) 0:01:20.296 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Thursday 29 August 2024 14:32:46 -0400 (0:00:00.032) 0:01:20.328 ******* 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": 1724956362.2029498, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1724956362.2099497, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 230686915, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956361.8039496, "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": "3028854687", "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": 1724956363.4239504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1724956363.4309504, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269831, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956363.1399503, "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": "4044221129", "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": 1724956364.711951, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1724956364.717951, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 253755606, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956364.4379508, "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": "2330207742", "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": 1724956366.1889517, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724956366.1959517, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435651, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956365.9409516, "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": "3096698700", "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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:90 Thursday 29 August 2024 14:32:48 -0400 (0:00:01.551) 0:01:21.880 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 29 August 2024 14:32:48 -0400 (0:00:00.098) 0:01:21.978 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 29 August 2024 14:32:48 -0400 (0:00:00.129) 0:01:22.108 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 29 August 2024 14:32:48 -0400 (0:00:00.065) 0:01:22.173 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 29 August 2024 14:32:48 -0400 (0:00:00.058) 0:01:22.232 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 29 August 2024 14:32:48 -0400 (0:00:00.090) 0:01:22.322 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 29 August 2024 14:32:48 -0400 (0:00:00.072) 0:01:22.394 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 29 August 2024 14:32:48 -0400 (0:00:00.059) 0:01:22.454 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-nUB/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, "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-nUB/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-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 29 August 2024 14:32:49 -0400 (0:00:00.137) 0:01:22.592 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 29 August 2024 14:32:50 -0400 (0:00:01.473) 0:01:24.065 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 29 August 2024 14:32:50 -0400 (0:00:00.031) 0:01:24.096 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 29 August 2024 14:32:50 -0400 (0:00:00.037) 0:01:24.133 ******* skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 29 August 2024 14:32:50 -0400 (0:00:00.030) 0:01:24.164 ******* skipping: [managed_node3] => { "changed": 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 29 August 2024 14:32:50 -0400 (0:00:00.036) 0:01:24.200 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 29 August 2024 14:32:50 -0400 (0:00:00.077) 0:01:24.278 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028530", "end": "2024-08-29 14:32:51.109625", "rc": 0, "start": "2024-08-29 14:32:51.081095" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 29 August 2024 14:32:51 -0400 (0:00:00.403) 0:01:24.682 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 29 August 2024 14:32:51 -0400 (0:00:00.033) 0:01:24.715 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 29 August 2024 14:32:51 -0400 (0:00:00.032) 0:01:24.748 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } META: 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 29 August 2024 14:32:51 -0400 (0:00:00.066) 0:01:24.814 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 29 August 2024 14:32:51 -0400 (0:00:00.157) 0:01:24.972 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 29 August 2024 14:32:51 -0400 (0:00:00.099) 0:01:25.072 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 29 August 2024 14:32:51 -0400 (0:00:00.144) 0:01:25.217 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1000" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 29 August 2024 14:32:51 -0400 (0:00:00.075) 0:01:25.292 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724956353.8799458, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724956326.2676377, "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": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 29 August 2024 14:32:52 -0400 (0:00:00.474) 0:01:25.766 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003246", "end": "2024-08-29 14:32:52.606812", "rc": 0, "start": "2024-08-29 14:32:52.603566" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Thursday 29 August 2024 14:32:52 -0400 (0:00:00.412) 0:01:26.179 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003537", "end": "2024-08-29 14:32:52.975039", "rc": 0, "start": "2024-08-29 14:32:52.971502" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.369) 0:01:26.548 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.092) 0:01:26.641 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.049) 0:01:26.691 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.046) 0:01:26.737 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.045) 0:01:26.783 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.034) 0:01:26.818 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.037) 0:01:26.855 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.075) 0:01:26.931 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.060) 0:01:26.992 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 29 August 2024 14:32:53 -0400 (0:00:00.361) 0:01:27.354 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 29 August 2024 14:32:54 -0400 (0:00:00.611) 0:01:27.965 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 29 August 2024 14:32:54 -0400 (0:00:00.055) 0:01:28.021 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 29 August 2024 14:32:54 -0400 (0:00:00.382) 0:01:28.403 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 29 August 2024 14:32:55 -0400 (0:00:00.608) 0:01:29.012 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 29 August 2024 14:32:55 -0400 (0:00:00.057) 0:01:29.069 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 29 August 2024 14:32:55 -0400 (0:00:00.361) 0:01:29.431 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 29 August 2024 14:32:56 -0400 (0:00:00.632) 0:01:30.063 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 29 August 2024 14:32:56 -0400 (0:00:00.057) 0:01:30.121 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 29 August 2024 14:32:56 -0400 (0:00:00.356) 0:01:30.478 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724956368.2919528, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724956366.1959517, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435651, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956365.9409516, "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": "3096698700", "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 29 August 2024 14:32:57 -0400 (0:00:00.398) 0:01:30.876 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 29 August 2024 14:32:57 -0400 (0:00:00.418) 0:01:31.295 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 29 August 2024 14:32:57 -0400 (0:00:00.036) 0:01:31.331 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 29 August 2024 14:32:57 -0400 (0:00:00.030) 0:01:31.361 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 29 August 2024 14:32:57 -0400 (0:00:00.031) 0:01:31.393 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 29 August 2024 14:32:57 -0400 (0:00:00.029) 0:01:31.423 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 29 August 2024 14:32:57 -0400 (0:00:00.028) 0:01:31.451 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 29 August 2024 14:32:57 -0400 (0:00:00.029) 0:01:31.481 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 29 August 2024 14:32:58 -0400 (0:00:00.028) 0:01:31.510 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 29 August 2024 14:32:58 -0400 (0:00:00.030) 0:01:31.540 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 29 August 2024 14:32:58 -0400 (0:00:00.040) 0:01:31.581 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 29 August 2024 14:32:58 -0400 (0:00:00.029) 0:01:31.611 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 29 August 2024 14:32:58 -0400 (0:00:00.031) 0:01:31.642 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Thursday 29 August 2024 14:32:58 -0400 (0:00:00.028) 0:01:31.671 ******* 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": 1724956367.1139522, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1724956362.2099497, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 230686915, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956361.8039496, "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": "3028854687", "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": 1724956367.4929523, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1724956363.4309504, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269831, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956363.1399503, "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": "4044221129", "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": 1724956367.8449526, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1724956364.717951, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 253755606, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956364.4379508, "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": "2330207742", "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": 1724956368.2919528, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724956366.1959517, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435651, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956365.9409516, "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": "3096698700", "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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104 Thursday 29 August 2024 14:32:59 -0400 (0:00:01.354) 0:01:33.025 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 29 August 2024 14:32:59 -0400 (0:00:00.165) 0:01:33.190 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 29 August 2024 14:32:59 -0400 (0:00:00.073) 0:01:33.264 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 29 August 2024 14:32:59 -0400 (0:00:00.040) 0:01:33.304 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 29 August 2024 14:32:59 -0400 (0:00:00.036) 0:01:33.341 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 29 August 2024 14:32:59 -0400 (0:00:00.037) 0:01:33.379 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 29 August 2024 14:32:59 -0400 (0:00:00.035) 0:01:33.415 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 29 August 2024 14:32:59 -0400 (0:00:00.035) 0:01:33.450 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-nUB/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, "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-nUB/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-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 29 August 2024 14:33:00 -0400 (0:00:00.078) 0:01:33.528 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 29 August 2024 14:33:01 -0400 (0:00:01.493) 0:01:35.022 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 29 August 2024 14:33:01 -0400 (0:00:00.031) 0:01:35.054 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 29 August 2024 14:33:01 -0400 (0:00:00.039) 0:01:35.094 ******* skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 29 August 2024 14:33:01 -0400 (0:00:00.032) 0:01:35.126 ******* skipping: [managed_node3] => { "changed": 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 29 August 2024 14:33:01 -0400 (0:00:00.031) 0:01:35.157 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 29 August 2024 14:33:01 -0400 (0:00:00.034) 0:01:35.191 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025873", "end": "2024-08-29 14:33:01.989300", "rc": 0, "start": "2024-08-29 14:33:01.963427" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 29 August 2024 14:33:02 -0400 (0:00:00.395) 0:01:35.586 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 29 August 2024 14:33:02 -0400 (0:00:00.061) 0:01:35.648 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 29 August 2024 14:33:02 -0400 (0:00:00.056) 0:01:35.705 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } META: 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 29 August 2024 14:33:02 -0400 (0:00:00.072) 0:01:35.778 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 29 August 2024 14:33:02 -0400 (0:00:00.100) 0:01:35.878 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 29 August 2024 14:33:02 -0400 (0:00:00.384) 0:01:36.262 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 29 August 2024 14:33:02 -0400 (0:00:00.039) 0:01:36.301 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 29 August 2024 14:33:02 -0400 (0:00:00.042) 0:01:36.344 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724956353.8799458, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724956326.2676377, "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": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.438) 0:01:36.782 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.081) 0:01:36.864 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.055) 0:01:36.919 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.047) 0:01:36.967 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.045) 0:01:37.012 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.033) 0:01:37.045 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.031) 0:01:37.077 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.030) 0:01:37.107 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.031) 0:01:37.139 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.092) 0:01:37.231 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 29 August 2024 14:33:03 -0400 (0:00:00.072) 0:01:37.304 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 29 August 2024 14:33:04 -0400 (0:00:00.377) 0:01:37.681 ******* 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-1724956384.2176752-10514-91836103982404/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 29 August 2024 14:33:04 -0400 (0:00:00.697) 0:01:38.379 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 29 August 2024 14:33:04 -0400 (0:00:00.082) 0:01:38.461 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 29 August 2024 14:33:05 -0400 (0:00:00.366) 0:01:38.827 ******* 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-1724956385.3681037-10575-260742741031947/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 29 August 2024 14:33:05 -0400 (0:00:00.677) 0:01:39.505 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 29 August 2024 14:33:06 -0400 (0:00:00.072) 0:01:39.578 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 29 August 2024 14:33:06 -0400 (0:00:00.398) 0:01:39.977 ******* 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-1724956386.517406-10639-187560686622383/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 29 August 2024 14:33:07 -0400 (0:00:00.902) 0:01:40.880 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 29 August 2024 14:33:07 -0400 (0:00:00.111) 0:01:40.991 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 29 August 2024 14:33:07 -0400 (0:00:00.441) 0:01:41.432 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724956355.8929467, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1724956327.223657, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 100663553, "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": "4251945235", "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 29 August 2024 14:33:08 -0400 (0:00:00.394) 0:01:41.826 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 29 August 2024 14:33:08 -0400 (0:00:00.525) 0:01:42.352 ******* 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-1724956388.9043355-10810-26845973017745/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.736) 0:01:43.088 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.037) 0:01:43.126 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.044) 0:01:43.171 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.034) 0:01:43.206 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.030) 0:01:43.236 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.028) 0:01:43.264 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.029) 0:01:43.294 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.028) 0:01:43.322 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.065) 0:01:43.388 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.043) 0:01:43.431 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 29 August 2024 14:33:09 -0400 (0:00:00.050) 0:01:43.482 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Thursday 29 August 2024 14:33:10 -0400 (0:00:00.034) 0:01:43.516 ******* 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": 1724956384.7809608, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1724956384.784961, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 396361865, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956384.5299609, "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": "1907453421", "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": 1724956385.9169614, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1724956385.9209614, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 406847619, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956385.6689613, "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": "3255568075", "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": 1724956387.2099621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1724956387.2099621, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 417333379, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956386.906962, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "2656728641", "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": 1724956389.5049632, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724956389.5059633, "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": 1724956389.2319632, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "200243545", "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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Thursday 29 August 2024 14:33:11 -0400 (0:00:01.408) 0:01:44.924 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 29 August 2024 14:33:11 -0400 (0:00:00.107) 0:01:45.032 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 29 August 2024 14:33:11 -0400 (0:00:00.051) 0:01:45.084 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 29 August 2024 14:33:11 -0400 (0:00:00.038) 0:01:45.122 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 29 August 2024 14:33:11 -0400 (0:00:00.030) 0:01:45.153 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 29 August 2024 14:33:11 -0400 (0:00:00.076) 0:01:45.230 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 29 August 2024 14:33:11 -0400 (0:00:00.031) 0:01:45.262 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 29 August 2024 14:33:11 -0400 (0:00:00.031) 0:01:45.293 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-nUB/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, "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-nUB/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-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 29 August 2024 14:33:11 -0400 (0:00:00.079) 0:01:45.373 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 29 August 2024 14:33:13 -0400 (0:00:01.423) 0:01:46.796 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 29 August 2024 14:33:13 -0400 (0:00:00.049) 0:01:46.845 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 29 August 2024 14:33:13 -0400 (0:00:00.059) 0:01:46.905 ******* skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 29 August 2024 14:33:13 -0400 (0:00:00.051) 0:01:46.956 ******* skipping: [managed_node3] => { "changed": 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 29 August 2024 14:33:13 -0400 (0:00:00.050) 0:01:47.006 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 29 August 2024 14:33:13 -0400 (0:00:00.052) 0:01:47.058 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025787", "end": "2024-08-29 14:33:13.992013", "rc": 0, "start": "2024-08-29 14:33:13.966226" } STDOUT: podman version 4.9.4-dev STDERR: time="2024-08-29T14:33:13-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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.552) 0:01:47.611 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.045) 0:01:47.656 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.047) 0:01:47.703 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } META: 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.089) 0:01:47.793 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.069) 0:01:47.862 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.047) 0:01:47.910 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.046) 0:01:47.957 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.045) 0:01:48.003 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724956353.8799458, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1724956326.2676377, "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": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.353) 0:01:48.356 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.032) 0:01:48.388 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.032) 0:01:48.421 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.035) 0:01:48.456 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Thursday 29 August 2024 14:33:14 -0400 (0:00:00.051) 0:01:48.507 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Thursday 29 August 2024 14:33:15 -0400 (0:00:00.050) 0:01:48.558 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Thursday 29 August 2024 14:33:15 -0400 (0:00:00.035) 0:01:48.594 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Thursday 29 August 2024 14:33:15 -0400 (0:00:00.074) 0:01:48.669 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 29 August 2024 14:33:15 -0400 (0:00:00.041) 0:01:48.710 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 29 August 2024 14:33:15 -0400 (0:00:00.071) 0:01:48.782 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 29 August 2024 14:33:15 -0400 (0:00:00.054) 0:01:48.837 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 29 August 2024 14:33:15 -0400 (0:00:00.392) 0:01:49.229 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 29 August 2024 14:33:16 -0400 (0:00:00.689) 0:01:49.919 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 29 August 2024 14:33:16 -0400 (0:00:00.095) 0:01:50.014 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 29 August 2024 14:33:16 -0400 (0:00:00.410) 0:01:50.425 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 29 August 2024 14:33:17 -0400 (0:00:00.667) 0:01:51.092 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 29 August 2024 14:33:17 -0400 (0:00:00.128) 0:01:51.221 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 29 August 2024 14:33:18 -0400 (0:00:00.431) 0:01:51.653 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 29 August 2024 14:33:18 -0400 (0:00:00.711) 0:01:52.364 ******* included: /tmp/collections-nUB/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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 29 August 2024 14:33:18 -0400 (0:00:00.109) 0:01:52.474 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 29 August 2024 14:33:19 -0400 (0:00:00.498) 0:01:52.972 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724956391.3269641, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724956389.5059633, "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": 1724956389.2319632, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "200243545", "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 29 August 2024 14:33:19 -0400 (0:00:00.380) 0:01:53.353 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.390) 0:01:53.744 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.034) 0:01:53.779 ******* skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.029) 0:01:53.809 ******* skipping: [managed_node3] => { "changed": false, "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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.030) 0:01:53.839 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.029) 0:01:53.868 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.059) 0:01:53.928 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.030) 0:01:53.958 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.027) 0:01:53.986 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.029) 0:01:54.015 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.027) 0:01:54.043 ******* TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.027) 0:01:54.071 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.029) 0:01:54.100 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Thursday 29 August 2024 14:33:20 -0400 (0:00:00.027) 0:01:54.128 ******* 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": 1724956390.3009636, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1724956384.784961, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 396361865, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956384.5299609, "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": "1907453421", "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": 1724956390.6569638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1724956385.9209614, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 406847619, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956385.6689613, "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": "3255568075", "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": 1724956390.984964, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1724956387.2099621, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 417333379, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724956386.906962, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "2656728641", "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": 1724956391.3269641, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1724956389.5059633, "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": 1724956389.2319632, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "200243545", "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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132 Thursday 29 August 2024 14:33:22 -0400 (0:00:01.420) 0:01:55.548 ******* included: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 included: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 included: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 included: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 included: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 included: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 TASK [Get file] **************************************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 29 August 2024 14:33:22 -0400 (0:00:00.176) 0:01:55.725 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 29 August 2024 14:33:22 -0400 (0:00:00.629) 0:01:56.355 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 29 August 2024 14:33:22 -0400 (0:00:00.117) 0:01:56.472 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 29 August 2024 14:33:23 -0400 (0:00:00.361) 0:01:56.833 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 29 August 2024 14:33:23 -0400 (0:00:00.089) 0:01:56.922 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 29 August 2024 14:33:23 -0400 (0:00:00.365) 0:01:57.288 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 29 August 2024 14:33:23 -0400 (0:00:00.107) 0:01:57.396 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 29 August 2024 14:33:24 -0400 (0:00:00.367) 0:01:57.763 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 29 August 2024 14:33:24 -0400 (0:00:00.198) 0:01:57.962 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 29 August 2024 14:33:24 -0400 (0:00:00.493) 0:01:58.455 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 29 August 2024 14:33:25 -0400 (0:00:00.191) 0:01:58.646 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 29 August 2024 14:33:25 -0400 (0:00:00.584) 0:01:59.230 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Remove test config files] ************************************************ task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Thursday 29 August 2024 14:33:25 -0400 (0:00:00.201) 0:01:59.432 ******* 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-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:159 Thursday 29 August 2024 14:33:28 -0400 (0:00:03.011) 0:02:02.443 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config__z3t4lno/backup.tar" ], "delta": "0:00:00.003619", "end": "2024-08-29 14:33:29.256969", "rc": 0, "start": "2024-08-29 14:33:29.253350" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:164 Thursday 29 August 2024 14:33:29 -0400 (0:00:00.391) 0:02:02.835 ******* changed: [managed_node3] => { "changed": true, "path": "/tmp/lsr_podman_config__z3t4lno", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node3 : ok=151 changed=16 unreachable=0 failed=0 skipped=159 rescued=0 ignored=0 Thursday 29 August 2024 14:33:29 -0400 (0:00:00.392) 0:02:03.227 ******* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 61.62s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Remove test config files ------------------------------------------------ 3.01s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.57s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files exist and are non-null --------------------------------- 1.55s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.47s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.42s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.42s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Check that files exist and are non-null --------------------------------- 1.41s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Check that files still exist and are non-null --------------------------- 1.35s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Gathering Facts --------------------------------------------------------- 1.13s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Update storage config file ----------- 0.90s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.86s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.77s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.74s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 fedora.linux_system_roles.podman : Update storage config file ----------- 0.71s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Update storage config file ----------- 0.70s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.70s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.69s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.68s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.67s /tmp/collections-nUB/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13