[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.3] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-VZ6 executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 2 plays in /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Thursday 15 August 2024 17:42:00 -0400 (0:00:00.021) 0:00:00.021 ******* 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-0zw/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Thursday 15 August 2024 17:42:00 -0400 (0:00:00.018) 0:00:00.040 ******* [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node3] TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:48 Thursday 15 August 2024 17:42:03 -0400 (0:00:03.063) 0:00:03.103 ******* included: fedora.linux_system_roles.podman for managed_node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:42:03 -0400 (0:00:00.073) 0:00:03.177 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:42:03 -0400 (0:00:00.033) 0:00:03.210 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:42:03 -0400 (0:00:00.051) 0:00:03.261 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:42:03 -0400 (0:00:00.504) 0:00:03.765 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:42:04 -0400 (0:00:00.037) 0:00:03.803 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:42:04 -0400 (0:00:00.355) 0:00:04.158 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:42:04 -0400 (0:00:00.026) 0:00:04.184 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:42:04 -0400 (0:00:00.042) 0:00:04.226 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:42:05 -0400 (0:00:00.923) 0:00:05.150 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:42:05 -0400 (0:00:00.048) 0:00:05.199 ******* changed: [managed_node3] => { "changed": true, "rc": 0, "results": [ "Installed: podman-5:5.2.0-3.el10.x86_64", "Installed: catatonit-5:0.1.7-7.el10.x86_64", "Installed: containers-common-5:0.57.3-4.el10.noarch", "Installed: netavark-2:1.12.1-1.el10.x86_64", "Installed: criu-3.19-5.el10.x86_64", "Installed: criu-libs-3.19-5.el10.x86_64", "Installed: crun-1.16-1.el10.x86_64", "Installed: fuse-overlayfs-1.14-1.el10.x86_64", "Installed: fuse3-3.16.2-5.el10.x86_64", "Installed: passt-0^20240806.gee36266-1.el10.x86_64", "Installed: passt-selinux-0^20240806.gee36266-1.el10.noarch", "Installed: aardvark-dns-2:1.12.1-1.el10.x86_64", "Installed: conmon-2:2.1.12-2.el10.x86_64", "Installed: libnet-1.3-6.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-3.el10.x86_64", "Installed: container-selinux-3:2.232.1-3.el10.noarch", "Installed: fuse-common-3.16.2-5.el10.x86_64", "Installed: containers-common-extra-5:0.57.3-4.el10.noarch" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:43:22 -0400 (0:01:17.396) 0:01:22.595 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:43:22 -0400 (0:00:00.081) 0:01:22.677 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:43:22 -0400 (0:00:00.065) 0:01:22.742 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:43:23 -0400 (0:00:00.065) 0:01:22.808 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032734", "end": "2024-08-15 17:43:23.501757", "rc": 0, "start": "2024-08-15 17:43:23.469023" } STDOUT: podman version 5.2.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:43:23 -0400 (0:00:00.539) 0:01:23.348 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "5.2.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:43:23 -0400 (0:00:00.050) 0:01:23.399 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:43:23 -0400 (0:00:00.048) 0:01:23.447 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:43:23 -0400 (0:00:00.073) 0:01:23.521 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:43:23 -0400 (0:00:00.073) 0:01:23.594 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:43:23 -0400 (0:00:00.101) 0:01:23.696 ******* ok: [managed_node3] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:43:24 -0400 (0:00:00.571) 0:01:24.267 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:43:24 -0400 (0:00:00.118) 0:01:24.385 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:43:24 -0400 (0:00:00.048) 0:01:24.434 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.372) 0:01:24.806 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.042) 0:01:24.849 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1719187200.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1723758179.8303902, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4669449, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3203025491", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.381) 0:01:25.230 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.040) 0:01:25.271 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.041) 0:01:25.313 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.039) 0:01:25.353 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.039) 0:01:25.392 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.039) 0:01:25.432 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.041) 0:01:25.473 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.039) 0:01:25.513 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.040) 0:01:25.553 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.078) 0:01:25.632 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.080) 0:01:25.712 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:43:25 -0400 (0:00:00.042) 0:01:25.755 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.043) 0:01:25.799 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.119) 0:01:25.918 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.042) 0:01:25.961 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.090) 0:01:26.052 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.094) 0:01:26.146 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.047) 0:01:26.193 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.049) 0:01:26.243 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.097) 0:01:26.340 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.047) 0:01:26.388 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.048) 0:01:26.437 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.045) 0:01:26.482 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.047) 0:01:26.530 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.046) 0:01:26.576 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.046) 0:01:26.622 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.041) 0:01:26.664 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.037) 0:01:26.702 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:43:26 -0400 (0:00:00.038) 0:01:26.740 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:43:27 -0400 (0:00:00.041) 0:01:26.781 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:43:27 -0400 (0:00:00.040) 0:01:26.822 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 15 August 2024 17:43:27 -0400 (0:00:00.041) 0:01:26.864 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 15 August 2024 17:43:27 -0400 (0:00:00.042) 0:01:26.906 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 15 August 2024 17:43:27 -0400 (0:00:00.050) 0:01:26.957 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:59 Thursday 15 August 2024 17:43:27 -0400 (0:00:00.146) 0:01:27.104 ******* changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_3o3ohfhu", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:65 Thursday 15 August 2024 17:43:27 -0400 (0:00:00.486) 0:01:27.591 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_3o3ohfhu/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.008081", "end": "2024-08-15 17:43:28.161843", "rc": 0, "start": "2024-08-15 17:43:28.153762" } STDOUT: /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 tar: /etc/containers/storage.conf: Warning: Cannot stat: No such file or directory TASK [Create user] ************************************************************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 Thursday 15 August 2024 17:43:28 -0400 (0:00:00.415) 0:01:28.006 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:76 Thursday 15 August 2024 17:43:29 -0400 (0:00:00.865) 0:01:28.871 ******* included: fedora.linux_system_roles.podman for managed_node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:43:29 -0400 (0:00:00.176) 0:01:29.048 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:43:29 -0400 (0:00:00.103) 0:01:29.151 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:43:29 -0400 (0:00:00.052) 0:01:29.204 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:43:29 -0400 (0:00:00.031) 0:01:29.235 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:43:29 -0400 (0:00:00.029) 0:01:29.265 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:43:29 -0400 (0:00:00.030) 0:01:29.296 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:43:29 -0400 (0:00:00.029) 0:01:29.326 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:43:29 -0400 (0:00:00.071) 0:01:29.397 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:43:30 -0400 (0:00:00.714) 0:01:30.112 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:43:30 -0400 (0:00:00.027) 0:01:30.140 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:43:30 -0400 (0:00:00.030) 0:01:30.171 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:43:30 -0400 (0:00:00.041) 0:01:30.212 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:43:30 -0400 (0:00:00.069) 0:01:30.281 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:43:30 -0400 (0:00:00.030) 0:01:30.312 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025061", "end": "2024-08-15 17:43:30.857043", "rc": 0, "start": "2024-08-15 17:43:30.831982" } STDOUT: podman version 5.2.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:43:30 -0400 (0:00:00.389) 0:01:30.701 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "5.2.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:43:30 -0400 (0:00:00.051) 0:01:30.753 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:43:31 -0400 (0:00:00.050) 0:01:30.803 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:43:31 -0400 (0:00:00.046) 0:01:30.850 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:43:31 -0400 (0:00:00.054) 0:01:30.904 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:43:31 -0400 (0:00:00.095) 0:01:30.999 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:43:31 -0400 (0:00:00.390) 0:01:31.390 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:43:31 -0400 (0:00:00.052) 0:01:31.442 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:43:31 -0400 (0:00:00.065) 0:01:31.507 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "user1": [ "x", "1000", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:43:32 -0400 (0:00:00.394) 0:01:31.901 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:43:32 -0400 (0:00:00.036) 0:01:31.938 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758205.3808553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1723758179.8303902, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4669449, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3203025491", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:43:32 -0400 (0:00:00.344) 0:01:32.282 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003675", "end": "2024-08-15 17:43:32.796463", "rc": 0, "start": "2024-08-15 17:43:32.792788" } STDOUT: 0: user1 524288 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:43:32 -0400 (0:00:00.347) 0:01:32.630 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.004639", "end": "2024-08-15 17:43:33.143927", "rc": 0, "start": "2024-08-15 17:43:33.139288" } STDOUT: 0: user1 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:43:33 -0400 (0:00:00.338) 0:01:32.968 ******* ok: [managed_node3] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 524288 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 524288 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:43:33 -0400 (0:00:00.043) 0:01:33.012 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:43:33 -0400 (0:00:00.026) 0:01:33.038 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:43:33 -0400 (0:00:00.027) 0:01:33.066 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:43:33 -0400 (0:00:00.026) 0:01:33.092 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:43:33 -0400 (0:00:00.064) 0:01:33.156 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:43:33 -0400 (0:00:00.026) 0:01:33.183 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:43:33 -0400 (0:00:00.054) 0:01:33.237 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:43:33 -0400 (0:00:00.050) 0:01:33.288 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:43:34 -0400 (0:00:00.504) 0:01:33.793 ******* 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-1723758214.0843425-7550-202518057337414/.source.conf", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:43:34 -0400 (0:00:00.759) 0:01:34.553 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:43:34 -0400 (0:00:00.054) 0:01:34.607 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:43:35 -0400 (0:00:00.356) 0:01:34.964 ******* 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-1723758215.2417743-7593-10435985510264/.source.conf", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:43:35 -0400 (0:00:00.641) 0:01:35.605 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:43:35 -0400 (0:00:00.064) 0:01:35.670 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:43:36 -0400 (0:00:00.368) 0:01:36.038 ******* 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-1723758216.3359745-7644-59919820100915/.source.conf", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:43:36 -0400 (0:00:00.704) 0:01:36.743 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:43:37 -0400 (0:00:00.096) 0:01:36.839 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:43:37 -0400 (0:00:00.415) 0:01:37.255 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:43:37 -0400 (0:00:00.353) 0:01:37.608 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_policy_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:43:37 -0400 (0:00:00.046) 0:01:37.655 ******* 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-1723758217.9521675-7716-144379477370045/.source.json", "state": "file", "uid": 1000 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.726) 0:01:38.382 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.049) 0:01:38.431 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.090) 0:01:38.522 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.042) 0:01:38.564 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.042) 0:01:38.607 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.048) 0:01:38.656 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.028) 0:01:38.684 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.024) 0:01:38.709 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.025) 0:01:38.735 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 15 August 2024 17:43:38 -0400 (0:00:00.024) 0:01:38.759 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 15 August 2024 17:43:39 -0400 (0:00:00.029) 0:01:38.789 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Thursday 15 August 2024 17:43:39 -0400 (0:00:00.080) 0:01:38.870 ******* 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": 1723758214.7230256, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1723758214.7270255, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151200, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758214.3980196, "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": "2435590863", "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": 1723758215.7680445, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1723758215.7720447, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583043, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758215.5290403, "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": "1523641694", "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": 1723758216.9120655, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1723758216.9160655, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 23068805, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758216.6480606, "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": "1074867855", "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": 1723758218.534095, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1723758218.538095, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37748867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1723758218.25809, "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": "1762123065", "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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:90 Thursday 15 August 2024 17:43:41 -0400 (0:00:02.538) 0:01:41.408 ******* included: fedora.linux_system_roles.podman for managed_node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:43:41 -0400 (0:00:00.105) 0:01:41.514 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:43:41 -0400 (0:00:00.049) 0:01:41.563 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:43:41 -0400 (0:00:00.039) 0:01:41.602 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:43:41 -0400 (0:00:00.048) 0:01:41.650 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:43:41 -0400 (0:00:00.063) 0:01:41.714 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:43:42 -0400 (0:00:00.061) 0:01:41.775 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:43:42 -0400 (0:00:00.135) 0:01:41.911 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:43:42 -0400 (0:00:00.081) 0:01:41.993 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:43:42 -0400 (0:00:00.721) 0:01:42.714 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:43:42 -0400 (0:00:00.047) 0:01:42.762 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.073) 0:01:42.835 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.082) 0:01:42.917 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.052) 0:01:42.970 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.050) 0:01:43.020 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.024682", "end": "2024-08-15 17:43:43.575927", "rc": 0, "start": "2024-08-15 17:43:43.551245" } STDOUT: podman version 5.2.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.396) 0:01:43.416 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "5.2.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.051) 0:01:43.467 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.048) 0:01:43.516 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.038) 0:01:43.554 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.037) 0:01:43.592 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.057) 0:01:43.650 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.030) 0:01:43.681 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.032) 0:01:43.713 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:43:43 -0400 (0:00:00.040) 0:01:43.754 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "user1": [ "x", "1000", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:43:44 -0400 (0:00:00.377) 0:01:44.131 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:43:44 -0400 (0:00:00.036) 0:01:44.168 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758205.3808553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1723758179.8303902, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4669449, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3203025491", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:43:44 -0400 (0:00:00.336) 0:01:44.505 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003681", "end": "2024-08-15 17:43:45.016555", "rc": 0, "start": "2024-08-15 17:43:45.012874" } STDOUT: 0: user1 524288 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.335) 0:01:44.841 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.004666", "end": "2024-08-15 17:43:45.354293", "rc": 0, "start": "2024-08-15 17:43:45.349627" } STDOUT: 0: user1 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.340) 0:01:45.181 ******* ok: [managed_node3] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 524288 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 524288 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.043) 0:01:45.224 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.028) 0:01:45.252 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.027) 0:01:45.280 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.028) 0:01:45.308 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.027) 0:01:45.336 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.028) 0:01:45.364 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.052) 0:01:45.416 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:43:45 -0400 (0:00:00.050) 0:01:45.467 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:43:46 -0400 (0:00:00.347) 0:01:45.815 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:43:46 -0400 (0:00:00.618) 0:01:46.433 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:43:46 -0400 (0:00:00.062) 0:01:46.496 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:43:47 -0400 (0:00:00.349) 0:01:46.846 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:43:47 -0400 (0:00:00.598) 0:01:47.444 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:43:47 -0400 (0:00:00.053) 0:01:47.497 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:43:48 -0400 (0:00:00.389) 0:01:47.887 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:43:48 -0400 (0:00:00.598) 0:01:48.486 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:43:48 -0400 (0:00:00.055) 0:01:48.541 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:43:49 -0400 (0:00:00.348) 0:01:48.890 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758221.5651503, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1723758218.538095, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37748867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1723758218.25809, "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": "1762123065", "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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:43:49 -0400 (0:00:00.342) 0:01:49.232 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:43:49 -0400 (0:00:00.460) 0:01:49.692 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:43:49 -0400 (0:00:00.050) 0:01:49.743 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.047) 0:01:49.791 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.042) 0:01:49.834 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.045) 0:01:49.879 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.041) 0:01:49.921 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.042) 0:01:49.963 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.046) 0:01:50.010 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.066) 0:01:50.077 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.057) 0:01:50.135 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.059) 0:01:50.195 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.075) 0:01:50.270 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Thursday 15 August 2024 17:43:50 -0400 (0:00:00.096) 0:01:50.367 ******* 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": 1723758219.4201112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1723758214.7270255, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151200, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758214.3980196, "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": "2435590863", "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": 1723758220.9031382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1723758215.7720447, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583043, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758215.5290403, "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": "1523641694", "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": 1723758221.2391443, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1723758216.9160655, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 23068805, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758216.6480606, "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": "1074867855", "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": 1723758221.5651503, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1723758218.538095, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37748867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1723758218.25809, "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": "1762123065", "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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104 Thursday 15 August 2024 17:43:52 -0400 (0:00:01.413) 0:01:51.780 ******* included: fedora.linux_system_roles.podman for managed_node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:43:52 -0400 (0:00:00.249) 0:01:52.030 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:43:52 -0400 (0:00:00.081) 0:01:52.112 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:43:52 -0400 (0:00:00.055) 0:01:52.168 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:43:52 -0400 (0:00:00.052) 0:01:52.220 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:43:52 -0400 (0:00:00.052) 0:01:52.272 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:43:52 -0400 (0:00:00.051) 0:01:52.323 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:43:52 -0400 (0:00:00.048) 0:01:52.372 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:43:52 -0400 (0:00:00.167) 0:01:52.539 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:43:53 -0400 (0:00:00.712) 0:01:53.251 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:43:53 -0400 (0:00:00.027) 0:01:53.279 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:43:53 -0400 (0:00:00.031) 0:01:53.311 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:43:53 -0400 (0:00:00.032) 0:01:53.343 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:43:53 -0400 (0:00:00.041) 0:01:53.384 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:43:53 -0400 (0:00:00.042) 0:01:53.427 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025582", "end": "2024-08-15 17:43:53.985184", "rc": 0, "start": "2024-08-15 17:43:53.959602" } STDOUT: podman version 5.2.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:43:54 -0400 (0:00:00.399) 0:01:53.826 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "5.2.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:43:54 -0400 (0:00:00.050) 0:01:53.877 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:43:54 -0400 (0:00:00.079) 0:01:53.956 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:43:54 -0400 (0:00:00.037) 0:01:53.993 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:43:54 -0400 (0:00:00.034) 0:01:54.028 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:43:54 -0400 (0:00:00.054) 0:01:54.083 ******* ok: [managed_node3] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:43:54 -0400 (0:00:00.356) 0:01:54.439 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:43:54 -0400 (0:00:00.031) 0:01:54.471 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:43:54 -0400 (0:00:00.044) 0:01:54.515 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.397) 0:01:54.912 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.044) 0:01:54.956 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758205.3808553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1723758179.8303902, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4669449, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3203025491", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.358) 0:01:55.315 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.028) 0:01:55.344 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.026) 0:01:55.370 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.027) 0:01:55.398 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.028) 0:01:55.426 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.027) 0:01:55.453 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.026) 0:01:55.480 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.026) 0:01:55.506 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.025) 0:01:55.532 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.053) 0:01:55.586 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:43:55 -0400 (0:00:00.110) 0:01:55.696 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:43:56 -0400 (0:00:00.350) 0:01:56.047 ******* 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-1723758236.32606-8515-207016103935872/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:43:56 -0400 (0:00:00.642) 0:01:56.689 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:43:57 -0400 (0:00:00.080) 0:01:56.770 ******* 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": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:43:57 -0400 (0:00:00.406) 0:01:57.177 ******* 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-1723758237.4900103-8559-58094772579260/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:43:58 -0400 (0:00:00.813) 0:01:57.990 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:43:58 -0400 (0:00:00.140) 0:01:58.131 ******* 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": 159, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:43:58 -0400 (0:00:00.432) 0:01:58.563 ******* 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-1723758238.8410776-8626-144839514184971/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:43:59 -0400 (0:00:00.709) 0:01:59.273 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:43:59 -0400 (0:00:00.164) 0:01:59.438 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:44:00 -0400 (0:00:00.415) 0:01:59.854 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758208.159906, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d18de4f9d7b785ae06b0f74ab2e3f46678d7b7ec", "ctime": 1723758180.1163952, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 415236289, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1719187200.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 256, "uid": 0, "version": "3215589372", "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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:44:00 -0400 (0:00:00.459) 0:02:00.313 ******* ok: [managed_node3] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiBbCiAgICAgICAgewogICAgICAgICAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgogICAgICAgIH0KICAgIF0sCiAgICAidHJhbnNwb3J0cyI6CiAgICAgICAgewogICAgICAgICAgICAiZG9ja2VyLWRhZW1vbiI6CiAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgIiI6IFt7InR5cGUiOiJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIn1dCiAgICAgICAgICAgICAgICB9CiAgICAgICAgfQp9Cg==", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:44:01 -0400 (0:00:00.453) 0:02:00.767 ******* 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-1723758241.0560935-8730-129732040207683/.source.json", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:44:01 -0400 (0:00:00.719) 0:02:01.486 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:44:01 -0400 (0:00:00.051) 0:02:01.538 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:44:01 -0400 (0:00:00.062) 0:02:01.600 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:44:01 -0400 (0:00:00.080) 0:02:01.681 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:44:01 -0400 (0:00:00.072) 0:02:01.754 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:44:02 -0400 (0:00:00.215) 0:02:01.970 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:44:02 -0400 (0:00:00.075) 0:02:02.045 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:44:02 -0400 (0:00:00.082) 0:02:02.128 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 15 August 2024 17:44:02 -0400 (0:00:00.070) 0:02:02.198 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 15 August 2024 17:44:02 -0400 (0:00:00.087) 0:02:02.285 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 15 August 2024 17:44:02 -0400 (0:00:00.061) 0:02:02.347 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Thursday 15 August 2024 17:44:02 -0400 (0:00:00.065) 0:02:02.412 ******* 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": 1723758236.8554301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1723758236.8614302, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 174063874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758236.6144257, "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": "4143121782", "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": 1723758238.1134534, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1723758238.1194534, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 184549634, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758237.817448, "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": "1399596828", "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": 1723758239.395477, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1723758239.401477, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035394, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758239.1334722, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "3436147739", "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": 1723758208.159906, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1723758241.6345186, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1719187200.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2866990644", "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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Thursday 15 August 2024 17:44:04 -0400 (0:00:01.733) 0:02:04.146 ******* included: fedora.linux_system_roles.podman for managed_node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:44:04 -0400 (0:00:00.346) 0:02:04.492 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:44:04 -0400 (0:00:00.080) 0:02:04.573 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:44:04 -0400 (0:00:00.058) 0:02:04.632 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:44:04 -0400 (0:00:00.069) 0:02:04.701 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:44:05 -0400 (0:00:00.105) 0:02:04.807 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:44:05 -0400 (0:00:00.084) 0:02:04.891 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:44:05 -0400 (0:00:00.045) 0:02:04.936 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:44:05 -0400 (0:00:00.101) 0:02:05.038 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:44:06 -0400 (0:00:00.967) 0:02:06.005 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:44:06 -0400 (0:00:00.062) 0:02:06.067 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:44:06 -0400 (0:00:00.056) 0:02:06.124 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:44:06 -0400 (0:00:00.051) 0:02:06.176 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:44:06 -0400 (0:00:00.049) 0:02:06.226 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:44:06 -0400 (0:00:00.061) 0:02:06.287 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025493", "end": "2024-08-15 17:44:06.848991", "rc": 0, "start": "2024-08-15 17:44:06.823498" } STDOUT: podman version 5.2.0 STDERR: time="2024-08-15T17:44:06-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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:44:06 -0400 (0:00:00.408) 0:02:06.695 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "5.2.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:44:06 -0400 (0:00:00.051) 0:02:06.747 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:44:07 -0400 (0:00:00.049) 0:02:06.797 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:44:07 -0400 (0:00:00.051) 0:02:06.848 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:44:07 -0400 (0:00:00.092) 0:02:06.940 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:44:07 -0400 (0:00:00.129) 0:02:07.069 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:44:07 -0400 (0:00:00.046) 0:02:07.115 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:44:07 -0400 (0:00:00.036) 0:02:07.152 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:44:07 -0400 (0:00:00.043) 0:02:07.196 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:44:07 -0400 (0:00:00.427) 0:02:07.623 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:44:07 -0400 (0:00:00.070) 0:02:07.693 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758205.3808553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1723758179.8303902, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4669449, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3203025491", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.421) 0:02:08.115 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.048) 0:02:08.164 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.107) 0:02:08.271 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.037) 0:02:08.309 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.064) 0:02:08.374 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.055) 0:02:08.430 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.044) 0:02:08.474 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.050) 0:02:08.525 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.044) 0:02:08.570 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:44:08 -0400 (0:00:00.088) 0:02:08.658 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:44:09 -0400 (0:00:00.112) 0:02:08.770 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:44:09 -0400 (0:00:00.468) 0:02:09.239 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:44:10 -0400 (0:00:00.791) 0:02:10.030 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:44:10 -0400 (0:00:00.101) 0:02:10.132 ******* 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": 60, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:44:10 -0400 (0:00:00.386) 0:02:10.518 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:44:11 -0400 (0:00:00.624) 0:02:11.143 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:44:11 -0400 (0:00:00.071) 0:02:11.214 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:44:11 -0400 (0:00:00.434) 0:02:11.649 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:44:12 -0400 (0:00:00.767) 0:02:12.416 ******* included: /tmp/collections-VZ6/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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:44:12 -0400 (0:00:00.170) 0:02:12.587 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:44:13 -0400 (0:00:00.448) 0:02:13.036 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758244.2455668, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1723758241.6345186, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1719187200.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2866990644", "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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:44:13 -0400 (0:00:00.483) 0:02:13.520 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.377) 0:02:13.898 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.041) 0:02:13.940 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.033) 0:02:13.973 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.030) 0:02:14.004 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.027) 0:02:14.032 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.025) 0:02:14.058 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.026) 0:02:14.084 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.046) 0:02:14.131 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.036) 0:02:14.167 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.041) 0:02:14.208 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.044) 0:02:14.253 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.050) 0:02:14.303 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Thursday 15 August 2024 17:44:14 -0400 (0:00:00.117) 0:02:14.421 ******* 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": 1723758243.0215442, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1723758236.8614302, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 174063874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758236.6144257, "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": "4143121782", "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": 1723758243.4255517, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1723758238.1194534, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 184549634, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758237.817448, "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": "1399596828", "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": 1723758243.8405595, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1723758239.401477, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035394, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758239.1334722, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "3436147739", "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": 1723758244.2455668, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1723758241.6345186, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1719187200.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2866990644", "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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132 Thursday 15 August 2024 17:44:16 -0400 (0:00:01.463) 0:02:15.885 ******* included: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/home/user1/.config/containers/storage.conf) included: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/etc/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/etc/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node3 => (item=/etc/containers/storage.conf) TASK [Get file] **************************************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 15 August 2024 17:44:16 -0400 (0:00:00.103) 0:02:15.988 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 15 August 2024 17:44:16 -0400 (0:00:00.360) 0:02:16.349 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 15 August 2024 17:44:16 -0400 (0:00:00.254) 0:02:16.603 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 15 August 2024 17:44:17 -0400 (0:00:00.382) 0:02:16.986 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 15 August 2024 17:44:17 -0400 (0:00:00.091) 0:02:17.077 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 15 August 2024 17:44:17 -0400 (0:00:00.339) 0:02:17.417 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 15 August 2024 17:44:17 -0400 (0:00:00.075) 0:02:17.492 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 15 August 2024 17:44:18 -0400 (0:00:00.397) 0:02:17.889 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 15 August 2024 17:44:18 -0400 (0:00:00.210) 0:02:18.100 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 15 August 2024 17:44:18 -0400 (0:00:00.416) 0:02:18.517 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Thursday 15 August 2024 17:44:18 -0400 (0:00:00.203) 0:02:18.720 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Thursday 15 August 2024 17:44:19 -0400 (0:00:00.477) 0:02:19.197 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Remove test config files] ************************************************ task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Thursday 15 August 2024 17:44:19 -0400 (0:00:00.180) 0:02:19.378 ******* 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-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:159 Thursday 15 August 2024 17:44:22 -0400 (0:00:03.138) 0:02:22.517 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_3o3ohfhu/backup.tar" ], "delta": "0:00:00.003898", "end": "2024-08-15 17:44:23.103868", "rc": 0, "start": "2024-08-15 17:44:23.099970" } STDOUT: /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:164 Thursday 15 August 2024 17:44:23 -0400 (0:00:00.413) 0:02:22.931 ******* changed: [managed_node3] => { "changed": true, "path": "/tmp/lsr_podman_config_3o3ohfhu", "state": "absent" } PLAY RECAP ********************************************************************* managed_node3 : ok=166 changed=16 unreachable=0 failed=0 skipped=159 rescued=0 ignored=0 Thursday 15 August 2024 17:44:23 -0400 (0:00:00.416) 0:02:23.348 ******* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 77.40s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Remove test config files ------------------------------------------------ 3.14s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Gathering Facts --------------------------------------------------------- 3.06s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Check that files exist and are non-null --------------------------------- 2.54s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Check that files exist and are non-null --------------------------------- 1.73s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Check that files still exist and are non-null --------------------------- 1.46s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Check that files still exist and are non-null --------------------------- 1.41s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.97s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.92s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Create user ------------------------------------------------------------- 0.87s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 fedora.linux_system_roles.podman : Update registries config file -------- 0.81s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.79s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update storage config file ----------- 0.77s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.76s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.73s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.72s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.72s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.71s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.71s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update storage config file ----------- 0.71s /tmp/collections-VZ6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13