ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 2 plays in /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Friday 04 April 2025 20:45:39 -0400 (0:00:00.029) 0:00:00.029 ********** ok: [managed-node2] => { "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-JjK/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Friday 04 April 2025 20:45:39 -0400 (0:00:00.030) 0:00:00.059 ********** ok: [managed-node2] META: ran handlers TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 Friday 04 April 2025 20:45:40 -0400 (0:00:00.981) 0:00:01.041 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 04 April 2025 20:45:41 -0400 (0:00:00.117) 0:00:01.158 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 04 April 2025 20:45:41 -0400 (0:00:00.034) 0:00:01.192 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 04 April 2025 20:45:41 -0400 (0:00:00.051) 0:00:01.243 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 04 April 2025 20:45:41 -0400 (0:00:00.518) 0:00:01.762 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 04 April 2025 20:45:41 -0400 (0:00:00.055) 0:00:01.818 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 04 April 2025 20:45:42 -0400 (0:00:00.370) 0:00:02.188 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 04 April 2025 20:45:42 -0400 (0:00:00.036) 0:00:02.225 ********** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 04 April 2025 20:45:42 -0400 (0:00:00.061) 0:00:02.287 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 04 April 2025 20:45:43 -0400 (0:00:01.688) 0:00:03.975 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 04 April 2025 20:45:43 -0400 (0:00:00.058) 0:00:04.033 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 04 April 2025 20:45:44 -0400 (0:00:00.066) 0:00:04.100 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 04 April 2025 20:45:44 -0400 (0:00:00.052) 0:00:04.152 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 04 April 2025 20:45:44 -0400 (0:00:00.050) 0:00:04.202 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 04 April 2025 20:45:44 -0400 (0:00:00.049) 0:00:04.252 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028476", "end": "2025-04-04 20:45:44.598506", "rc": 0, "start": "2025-04-04 20:45:44.570030" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 04 April 2025 20:45:44 -0400 (0:00:00.526) 0:00:04.778 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 04 April 2025 20:45:44 -0400 (0:00:00.083) 0:00:04.862 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 04 April 2025 20:45:44 -0400 (0:00:00.082) 0:00:04.944 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 04 April 2025 20:45:45 -0400 (0:00:00.136) 0:00:05.081 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 04 April 2025 20:45:45 -0400 (0:00:00.103) 0:00:05.185 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Friday 04 April 2025 20:45:45 -0400 (0:00:00.070) 0:00:05.255 ********** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Friday 04 April 2025 20:45:45 -0400 (0:00:00.486) 0:00:05.742 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Friday 04 April 2025 20:45:45 -0400 (0:00:00.060) 0:00:05.802 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Friday 04 April 2025 20:45:45 -0400 (0:00:00.067) 0:00:05.869 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813476.2075958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1743813446.6093924, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Friday 04 April 2025 20:45:46 -0400 (0:00:00.396) 0:00:06.266 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Friday 04 April 2025 20:45:46 -0400 (0:00:00.051) 0:00:06.318 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Friday 04 April 2025 20:45:46 -0400 (0:00:00.052) 0:00:06.370 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Friday 04 April 2025 20:45:46 -0400 (0:00:00.085) 0:00:06.456 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 04 April 2025 20:45:46 -0400 (0:00:00.058) 0:00:06.514 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Friday 04 April 2025 20:45:46 -0400 (0:00:00.053) 0:00:06.568 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Friday 04 April 2025 20:45:46 -0400 (0:00:00.051) 0:00:06.620 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Friday 04 April 2025 20:45:46 -0400 (0:00:00.050) 0:00:06.670 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 04 April 2025 20:45:46 -0400 (0:00:00.053) 0:00:06.724 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 04 April 2025 20:45:46 -0400 (0:00:00.100) 0:00:06.825 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 04 April 2025 20:45:46 -0400 (0:00:00.096) 0:00:06.922 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Convert container config to TOML] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 04 April 2025 20:45:46 -0400 (0:00:00.036) 0:00:06.958 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 Friday 04 April 2025 20:45:46 -0400 (0:00:00.035) 0:00:06.994 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 04 April 2025 20:45:46 -0400 (0:00:00.032) 0:00:07.027 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 04 April 2025 20:45:47 -0400 (0:00:00.074) 0:00:07.102 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Convert registries config to TOML] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 04 April 2025 20:45:47 -0400 (0:00:00.031) 0:00:07.133 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:19 Friday 04 April 2025 20:45:47 -0400 (0:00:00.032) 0:00:07.165 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 04 April 2025 20:45:47 -0400 (0:00:00.031) 0:00:07.196 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 04 April 2025 20:45:47 -0400 (0:00:00.095) 0:00:07.291 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Convert storage config to TOML] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 04 April 2025 20:45:47 -0400 (0:00:00.039) 0:00:07.330 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:19 Friday 04 April 2025 20:45:47 -0400 (0:00:00.052) 0:00:07.383 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 04 April 2025 20:45:47 -0400 (0:00:00.050) 0:00:07.433 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 04 April 2025 20:45:47 -0400 (0:00:00.095) 0:00:07.529 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 04 April 2025 20:45:47 -0400 (0:00:00.035) 0:00:07.565 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 04 April 2025 20:45:47 -0400 (0:00:00.046) 0:00:07.611 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 04 April 2025 20:45:47 -0400 (0:00:00.035) 0:00:07.647 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 04 April 2025 20:45:47 -0400 (0:00:00.035) 0:00:07.682 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 04 April 2025 20:45:47 -0400 (0:00:00.035) 0:00:07.718 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 04 April 2025 20:45:47 -0400 (0:00:00.030) 0:00:07.748 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 04 April 2025 20:45:47 -0400 (0:00:00.029) 0:00:07.778 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 04 April 2025 20:45:47 -0400 (0:00:00.027) 0:00:07.806 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 04 April 2025 20:45:47 -0400 (0:00:00.028) 0:00:07.835 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 04 April 2025 20:45:47 -0400 (0:00:00.031) 0:00:07.866 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 04 April 2025 20:45:47 -0400 (0:00:00.033) 0:00:07.900 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 04 April 2025 20:45:47 -0400 (0:00:00.034) 0:00:07.934 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 04 April 2025 20:45:47 -0400 (0:00:00.035) 0:00:07.970 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 04 April 2025 20:45:47 -0400 (0:00:00.070) 0:00:08.040 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Friday 04 April 2025 20:45:48 -0400 (0:00:00.032) 0:00:08.073 ********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_hguo9uh3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:89 Friday 04 April 2025 20:45:48 -0400 (0:00:00.408) 0:00:08.481 ********** [WARNING]: Consider using the unarchive module rather than running 'tar'. If you need to use command because unarchive is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node2] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_hguo9uh3/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.005150", "end": "2025-04-04 20:45:48.702614", "rc": 0, "start": "2025-04-04 20:45:48.697464" } 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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:96 Friday 04 April 2025 20:45:48 -0400 (0:00:00.349) 0:00:08.831 ********** changed: [managed-node2] => { "changed": true, "comment": "", "create_home": true, "group": 3002, "home": "/home/user1", "name": "user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 3002 } TASK [Run the role with user config] ******************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:100 Friday 04 April 2025 20:45:49 -0400 (0:00:00.615) 0:00:09.446 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 04 April 2025 20:45:49 -0400 (0:00:00.110) 0:00:09.557 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 04 April 2025 20:45:49 -0400 (0:00:00.085) 0:00:09.642 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 04 April 2025 20:45:49 -0400 (0:00:00.060) 0:00:09.702 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 04 April 2025 20:45:49 -0400 (0:00:00.049) 0:00:09.752 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 04 April 2025 20:45:49 -0400 (0:00:00.050) 0:00:09.802 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 04 April 2025 20:45:49 -0400 (0:00:00.095) 0:00:09.897 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 04 April 2025 20:45:49 -0400 (0:00:00.050) 0:00:09.948 ********** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 04 April 2025 20:45:50 -0400 (0:00:00.124) 0:00:10.072 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 04 April 2025 20:45:51 -0400 (0:00:01.481) 0:00:11.553 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 04 April 2025 20:45:51 -0400 (0:00:00.052) 0:00:11.605 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 04 April 2025 20:45:51 -0400 (0:00:00.058) 0:00:11.664 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 04 April 2025 20:45:51 -0400 (0:00:00.049) 0:00:11.714 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 04 April 2025 20:45:51 -0400 (0:00:00.044) 0:00:11.758 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 04 April 2025 20:45:51 -0400 (0:00:00.039) 0:00:11.797 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027792", "end": "2025-04-04 20:45:52.033256", "rc": 0, "start": "2025-04-04 20:45:52.005464" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 04 April 2025 20:45:52 -0400 (0:00:00.387) 0:00:12.184 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 04 April 2025 20:45:52 -0400 (0:00:00.086) 0:00:12.271 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 04 April 2025 20:45:52 -0400 (0:00:00.034) 0:00:12.306 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 04 April 2025 20:45:52 -0400 (0:00:00.071) 0:00:12.378 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 04 April 2025 20:45:52 -0400 (0:00:00.085) 0:00:12.463 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Friday 04 April 2025 20:45:52 -0400 (0:00:00.057) 0:00:12.520 ********** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "user1": [ "x", "3002", "3002", "", "/home/user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Friday 04 April 2025 20:45:52 -0400 (0:00:00.358) 0:00:12.879 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Friday 04 April 2025 20:45:52 -0400 (0:00:00.037) 0:00:12.917 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3002" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Friday 04 April 2025 20:45:52 -0400 (0:00:00.045) 0:00:12.963 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813476.2075958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1743813446.6093924, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Friday 04 April 2025 20:45:53 -0400 (0:00:00.362) 0:00:13.326 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003776", "end": "2025-04-04 20:45:53.544707", "rc": 0, "start": "2025-04-04 20:45:53.540931" } STDOUT: 0: user1 165536 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Friday 04 April 2025 20:45:53 -0400 (0:00:00.370) 0:00:13.696 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003088", "end": "2025-04-04 20:45:53.924209", "rc": 0, "start": "2025-04-04 20:45:53.921121" } STDOUT: 0: user1 165536 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Friday 04 April 2025 20:45:54 -0400 (0:00:00.402) 0:00:14.099 ********** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 165536 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 165536 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Friday 04 April 2025 20:45:54 -0400 (0:00:00.048) 0:00:14.147 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 04 April 2025 20:45:54 -0400 (0:00:00.033) 0:00:14.181 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Friday 04 April 2025 20:45:54 -0400 (0:00:00.038) 0:00:14.219 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Friday 04 April 2025 20:45:54 -0400 (0:00:00.047) 0:00:14.267 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Friday 04 April 2025 20:45:54 -0400 (0:00:00.062) 0:00:14.330 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 04 April 2025 20:45:54 -0400 (0:00:00.049) 0:00:14.380 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 04 April 2025 20:45:54 -0400 (0:00:00.107) 0:00:14.487 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 04 April 2025 20:45:54 -0400 (0:00:00.095) 0:00:14.583 ********** changed: [managed-node2] => { "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": 3002 } TASK [fedora.linux_system_roles.podman : Convert container config to TOML] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 04 April 2025 20:45:55 -0400 (0:00:00.553) 0:00:15.137 ********** ok: [managed-node2] => { "changed": false, "toml": "[containers]\ncontainer_name_as_hostname = true\nannotations = [\"environment=production\", \"status=tier2\"]\n\n[engine]\nservice_destinations = [\"test={'uri': 'unix:///run/podman/podman.sock', 'identity': '/root/.ssh/id_rsa'}\", \"test2={'uri': 'unix:///run/podman/podman.sock', 'identity': '/root/.ssh/id_rsa'}\"]\n" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 Friday 04 April 2025 20:45:55 -0400 (0:00:00.521) 0:00:15.659 ********** changed: [managed-node2] => { "changed": true, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "e3813896f4e4d5a205f986da19297282", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 348, "src": "/root/.ansible/tmp/ansible-tmp-1743813955.7342615-30133-86736857858777/source", "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 04 April 2025 20:45:56 -0400 (0:00:00.958) 0:00:16.617 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 04 April 2025 20:45:56 -0400 (0:00:00.102) 0:00:16.720 ********** changed: [managed-node2] => { "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": 3002 } TASK [fedora.linux_system_roles.podman : Convert registries config to TOML] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 04 April 2025 20:45:57 -0400 (0:00:00.356) 0:00:17.076 ********** ok: [managed-node2] => { "changed": false, "toml": "unqualified-search-registries = [\"registry-1.example.com\", \"registry-2.example.com\"]\ncredential-helpers = [\"cred-helper-1\", \"cred-helper-2\"]\n\n[aliases]\nmyregistry = \"registry.example.com\"\n\n[[registry]]\nprefix = \"example.com/foo\"\ninsecure = true\n\n[[registry.mirror]]\nlocation = \"example-mirror-0.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-1.com\"\ninsecure = true\n\n[[registry]]\nprefix = \"example.com/bar\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-2.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-3.com\"\ninsecure = true\n" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:19 Friday 04 April 2025 20:45:57 -0400 (0:00:00.344) 0:00:17.420 ********** changed: [managed-node2] => { "changed": true, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "23b29dbce04785b679e45bc3ff8d29e8", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 632, "src": "/root/.ansible/tmp/ansible-tmp-1743813957.4506392-30206-261686128694039/source", "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 04 April 2025 20:45:58 -0400 (0:00:00.694) 0:00:18.114 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 04 April 2025 20:45:58 -0400 (0:00:00.062) 0:00:18.176 ********** ok: [managed-node2] => { "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": 3002 } TASK [fedora.linux_system_roles.podman : Convert storage config to TOML] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 04 April 2025 20:45:58 -0400 (0:00:00.354) 0:00:18.531 ********** ok: [managed-node2] => { "changed": false, "toml": "[storage]\nrunroot = \"/tmp\"\ngraphroot = \"/var/lib/containers/storage\"\n" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:19 Friday 04 April 2025 20:45:58 -0400 (0:00:00.341) 0:00:18.872 ********** changed: [managed-node2] => { "changed": true, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/home/user1/.config/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "b3b96456d4f86ad8584fe12c08b59f51", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "src": "/root/.ansible/tmp/ansible-tmp-1743813958.9337943-30248-181052458518377/source", "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 04 April 2025 20:45:59 -0400 (0:00:00.726) 0:00:19.599 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 04 April 2025 20:45:59 -0400 (0:00:00.063) 0:00:19.663 ********** ok: [managed-node2] => { "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": 3002 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 04 April 2025 20:45:59 -0400 (0:00:00.354) 0:00:20.017 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 04 April 2025 20:46:00 -0400 (0:00:00.341) 0:00:20.359 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 04 April 2025 20:46:00 -0400 (0:00:00.032) 0:00:20.392 ********** changed: [managed-node2] => { "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-1743813960.371615-30289-187922009699384/source", "state": "file", "uid": 3002 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 04 April 2025 20:46:00 -0400 (0:00:00.637) 0:00:21.030 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 04 April 2025 20:46:00 -0400 (0:00:00.030) 0:00:21.060 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 04 April 2025 20:46:01 -0400 (0:00:00.031) 0:00:21.092 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 04 April 2025 20:46:01 -0400 (0:00:00.029) 0:00:21.122 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 04 April 2025 20:46:01 -0400 (0:00:00.028) 0:00:21.150 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 04 April 2025 20:46:01 -0400 (0:00:00.060) 0:00:21.210 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 04 April 2025 20:46:01 -0400 (0:00:00.028) 0:00:21.239 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 04 April 2025 20:46:01 -0400 (0:00:00.028) 0:00:21.268 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 04 April 2025 20:46:01 -0400 (0:00:00.027) 0:00:21.295 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 04 April 2025 20:46:01 -0400 (0:00:00.028) 0:00:21.324 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 04 April 2025 20:46:01 -0400 (0:00:00.028) 0:00:21.352 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:107 Friday 04 April 2025 20:46:01 -0400 (0:00:00.027) 0:00:21.379 ********** ok: [managed-node2] => (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": 1743813956.4709682, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1743813956.4779685, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 469762203, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813956.0509653, "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": 348, "uid": 3002, "version": "517243747", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1743813957.975979, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1743813957.9829793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 486539428, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813957.7309775, "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": 632, "uid": 3002, "version": "765138358", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1743813959.4629898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1743813959.46999, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 501219469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813959.217988, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 3002, "version": "3524151813", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1743813960.8940003, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1743813960.9010003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 515899603, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813960.6509984, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 3002, "version": "4249503685", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that boolean values are rendered correctly] ************************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:114 Friday 04 April 2025 20:46:02 -0400 (0:00:01.351) 0:00:22.731 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "container_name_as_hostname[ ]*=[ ]*true", "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf" ], "delta": "0:00:01.003551", "end": "2025-04-04 20:46:03.954406", "rc": 0, "start": "2025-04-04 20:46:02.950855" } STDOUT: container_name_as_hostname = true TASK [Run the role again with user config] ************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Friday 04 April 2025 20:46:04 -0400 (0:00:01.354) 0:00:24.086 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 04 April 2025 20:46:04 -0400 (0:00:00.080) 0:00:24.166 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 04 April 2025 20:46:04 -0400 (0:00:00.051) 0:00:24.218 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 04 April 2025 20:46:04 -0400 (0:00:00.038) 0:00:24.256 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 04 April 2025 20:46:04 -0400 (0:00:00.029) 0:00:24.286 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 04 April 2025 20:46:04 -0400 (0:00:00.031) 0:00:24.317 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 04 April 2025 20:46:04 -0400 (0:00:00.030) 0:00:24.347 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 04 April 2025 20:46:04 -0400 (0:00:00.029) 0:00:24.377 ********** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 04 April 2025 20:46:04 -0400 (0:00:00.077) 0:00:24.454 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 04 April 2025 20:46:05 -0400 (0:00:01.451) 0:00:25.906 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 04 April 2025 20:46:05 -0400 (0:00:00.048) 0:00:25.955 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 04 April 2025 20:46:05 -0400 (0:00:00.063) 0:00:26.018 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 04 April 2025 20:46:06 -0400 (0:00:00.050) 0:00:26.068 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 04 April 2025 20:46:06 -0400 (0:00:00.039) 0:00:26.108 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 04 April 2025 20:46:06 -0400 (0:00:00.034) 0:00:26.143 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027275", "end": "2025-04-04 20:46:06.387900", "rc": 0, "start": "2025-04-04 20:46:06.360625" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 04 April 2025 20:46:06 -0400 (0:00:00.384) 0:00:26.528 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 04 April 2025 20:46:06 -0400 (0:00:00.043) 0:00:26.571 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 04 April 2025 20:46:06 -0400 (0:00:00.034) 0:00:26.606 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 04 April 2025 20:46:06 -0400 (0:00:00.052) 0:00:26.658 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 04 April 2025 20:46:06 -0400 (0:00:00.071) 0:00:26.730 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Friday 04 April 2025 20:46:06 -0400 (0:00:00.108) 0:00:26.839 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Friday 04 April 2025 20:46:06 -0400 (0:00:00.062) 0:00:26.901 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Friday 04 April 2025 20:46:06 -0400 (0:00:00.044) 0:00:26.945 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3002" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Friday 04 April 2025 20:46:06 -0400 (0:00:00.048) 0:00:26.994 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813476.2075958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1743813446.6093924, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Friday 04 April 2025 20:46:07 -0400 (0:00:00.357) 0:00:27.352 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003602", "end": "2025-04-04 20:46:07.577384", "rc": 0, "start": "2025-04-04 20:46:07.573782" } STDOUT: 0: user1 165536 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Friday 04 April 2025 20:46:07 -0400 (0:00:00.361) 0:00:27.714 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003249", "end": "2025-04-04 20:46:07.938184", "rc": 0, "start": "2025-04-04 20:46:07.934935" } STDOUT: 0: user1 165536 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Friday 04 April 2025 20:46:08 -0400 (0:00:00.355) 0:00:28.069 ********** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 165536 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 165536 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Friday 04 April 2025 20:46:08 -0400 (0:00:00.047) 0:00:28.116 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 04 April 2025 20:46:08 -0400 (0:00:00.032) 0:00:28.149 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Friday 04 April 2025 20:46:08 -0400 (0:00:00.031) 0:00:28.181 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Friday 04 April 2025 20:46:08 -0400 (0:00:00.032) 0:00:28.213 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Friday 04 April 2025 20:46:08 -0400 (0:00:00.033) 0:00:28.247 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 04 April 2025 20:46:08 -0400 (0:00:00.032) 0:00:28.280 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 04 April 2025 20:46:08 -0400 (0:00:00.066) 0:00:28.346 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 04 April 2025 20:46:08 -0400 (0:00:00.092) 0:00:28.439 ********** ok: [managed-node2] => { "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": 3002 } TASK [fedora.linux_system_roles.podman : Convert container config to TOML] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 04 April 2025 20:46:08 -0400 (0:00:00.398) 0:00:28.838 ********** ok: [managed-node2] => { "changed": false, "toml": "[containers]\ncontainer_name_as_hostname = true\nannotations = [\"environment=production\", \"status=tier2\"]\n\n[engine]\nservice_destinations = [\"test={'uri': 'unix:///run/podman/podman.sock', 'identity': '/root/.ssh/id_rsa'}\", \"test2={'uri': 'unix:///run/podman/podman.sock', 'identity': '/root/.ssh/id_rsa'}\"]\n" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 Friday 04 April 2025 20:46:09 -0400 (0:00:00.360) 0:00:29.198 ********** ok: [managed-node2] => { "changed": false, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "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": 348, "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 04 April 2025 20:46:09 -0400 (0:00:00.659) 0:00:29.858 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 04 April 2025 20:46:09 -0400 (0:00:00.076) 0:00:29.935 ********** ok: [managed-node2] => { "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": 3002 } TASK [fedora.linux_system_roles.podman : Convert registries config to TOML] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 04 April 2025 20:46:10 -0400 (0:00:00.358) 0:00:30.294 ********** ok: [managed-node2] => { "changed": false, "toml": "unqualified-search-registries = [\"registry-1.example.com\", \"registry-2.example.com\"]\ncredential-helpers = [\"cred-helper-1\", \"cred-helper-2\"]\n\n[aliases]\nmyregistry = \"registry.example.com\"\n\n[[registry]]\nprefix = \"example.com/foo\"\ninsecure = true\n\n[[registry.mirror]]\nlocation = \"example-mirror-0.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-1.com\"\ninsecure = true\n\n[[registry]]\nprefix = \"example.com/bar\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-2.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-3.com\"\ninsecure = true\n" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:19 Friday 04 April 2025 20:46:10 -0400 (0:00:00.391) 0:00:30.685 ********** ok: [managed-node2] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "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": 632, "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 04 April 2025 20:46:11 -0400 (0:00:00.818) 0:00:31.504 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 04 April 2025 20:46:11 -0400 (0:00:00.062) 0:00:31.566 ********** ok: [managed-node2] => { "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": 3002 } TASK [fedora.linux_system_roles.podman : Convert storage config to TOML] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 04 April 2025 20:46:11 -0400 (0:00:00.358) 0:00:31.925 ********** ok: [managed-node2] => { "changed": false, "toml": "[storage]\nrunroot = \"/tmp\"\ngraphroot = \"/var/lib/containers/storage\"\n" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:19 Friday 04 April 2025 20:46:12 -0400 (0:00:00.347) 0:00:32.272 ********** ok: [managed-node2] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "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": 112, "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 04 April 2025 20:46:12 -0400 (0:00:00.691) 0:00:32.963 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 04 April 2025 20:46:12 -0400 (0:00:00.063) 0:00:33.027 ********** ok: [managed-node2] => { "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": 3002 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 04 April 2025 20:46:13 -0400 (0:00:00.405) 0:00:33.432 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813962.5880125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1743813960.9010003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 515899603, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813960.6509984, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 3002, "version": "4249503685", "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 04 April 2025 20:46:13 -0400 (0:00:00.387) 0:00:33.820 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 04 April 2025 20:46:14 -0400 (0:00:00.511) 0:00:34.332 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 04 April 2025 20:46:14 -0400 (0:00:00.035) 0:00:34.367 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 04 April 2025 20:46:14 -0400 (0:00:00.032) 0:00:34.399 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 04 April 2025 20:46:14 -0400 (0:00:00.031) 0:00:34.430 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 04 April 2025 20:46:14 -0400 (0:00:00.028) 0:00:34.458 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 04 April 2025 20:46:14 -0400 (0:00:00.029) 0:00:34.488 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 04 April 2025 20:46:14 -0400 (0:00:00.027) 0:00:34.516 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 04 April 2025 20:46:14 -0400 (0:00:00.033) 0:00:34.549 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 04 April 2025 20:46:14 -0400 (0:00:00.029) 0:00:34.578 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 04 April 2025 20:46:14 -0400 (0:00:00.048) 0:00:34.627 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 04 April 2025 20:46:14 -0400 (0:00:00.049) 0:00:34.677 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 04 April 2025 20:46:14 -0400 (0:00:00.042) 0:00:34.719 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Friday 04 April 2025 20:46:14 -0400 (0:00:00.034) 0:00:34.754 ********** ok: [managed-node2] => (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": 1743813961.6030054, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1743813956.4779685, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 469762203, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813956.0509653, "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": 348, "uid": 3002, "version": "517243747", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1743813961.9360077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1743813957.9829793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 486539428, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813957.7309775, "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": 632, "uid": 3002, "version": "765138358", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1743813962.26201, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1743813959.46999, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 501219469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813959.217988, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 3002, "version": "3524151813", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1743813962.5880125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1743813960.9010003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 515899603, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813960.6509984, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 3002, "version": "4249503685", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132 Friday 04 April 2025 20:46:16 -0400 (0:00:01.432) 0:00:36.187 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run the role with root config] ******************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:139 Friday 04 April 2025 20:46:16 -0400 (0:00:00.054) 0:00:36.242 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 04 April 2025 20:46:16 -0400 (0:00:00.184) 0:00:36.426 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 04 April 2025 20:46:16 -0400 (0:00:00.086) 0:00:36.512 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 04 April 2025 20:46:16 -0400 (0:00:00.060) 0:00:36.573 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 04 April 2025 20:46:16 -0400 (0:00:00.050) 0:00:36.624 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 04 April 2025 20:46:16 -0400 (0:00:00.049) 0:00:36.673 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 04 April 2025 20:46:16 -0400 (0:00:00.049) 0:00:36.723 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 04 April 2025 20:46:16 -0400 (0:00:00.049) 0:00:36.772 ********** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 04 April 2025 20:46:16 -0400 (0:00:00.125) 0:00:36.898 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 04 April 2025 20:46:18 -0400 (0:00:01.549) 0:00:38.448 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 04 April 2025 20:46:18 -0400 (0:00:00.052) 0:00:38.500 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 04 April 2025 20:46:18 -0400 (0:00:00.059) 0:00:38.560 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 04 April 2025 20:46:18 -0400 (0:00:00.048) 0:00:38.608 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 04 April 2025 20:46:18 -0400 (0:00:00.037) 0:00:38.645 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 04 April 2025 20:46:18 -0400 (0:00:00.035) 0:00:38.681 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027148", "end": "2025-04-04 20:46:18.921941", "rc": 0, "start": "2025-04-04 20:46:18.894793" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 04 April 2025 20:46:19 -0400 (0:00:00.393) 0:00:39.074 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 04 April 2025 20:46:19 -0400 (0:00:00.052) 0:00:39.127 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 04 April 2025 20:46:19 -0400 (0:00:00.050) 0:00:39.177 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 04 April 2025 20:46:19 -0400 (0:00:00.085) 0:00:39.263 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 04 April 2025 20:46:19 -0400 (0:00:00.117) 0:00:39.381 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Friday 04 April 2025 20:46:19 -0400 (0:00:00.146) 0:00:39.527 ********** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Friday 04 April 2025 20:46:19 -0400 (0:00:00.416) 0:00:39.944 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Friday 04 April 2025 20:46:19 -0400 (0:00:00.072) 0:00:40.016 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Friday 04 April 2025 20:46:20 -0400 (0:00:00.067) 0:00:40.083 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813476.2075958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1743813446.6093924, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Friday 04 April 2025 20:46:20 -0400 (0:00:00.381) 0:00:40.464 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Friday 04 April 2025 20:46:20 -0400 (0:00:00.033) 0:00:40.498 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Friday 04 April 2025 20:46:20 -0400 (0:00:00.033) 0:00:40.531 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Friday 04 April 2025 20:46:20 -0400 (0:00:00.038) 0:00:40.570 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 04 April 2025 20:46:20 -0400 (0:00:00.052) 0:00:40.622 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Friday 04 April 2025 20:46:20 -0400 (0:00:00.052) 0:00:40.675 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Friday 04 April 2025 20:46:20 -0400 (0:00:00.053) 0:00:40.729 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Friday 04 April 2025 20:46:20 -0400 (0:00:00.052) 0:00:40.781 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 04 April 2025 20:46:20 -0400 (0:00:00.052) 0:00:40.833 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 04 April 2025 20:46:20 -0400 (0:00:00.103) 0:00:40.937 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 04 April 2025 20:46:21 -0400 (0:00:00.142) 0:00:41.079 ********** changed: [managed-node2] => { "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 : Convert container config to TOML] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 04 April 2025 20:46:21 -0400 (0:00:00.416) 0:00:41.495 ********** ok: [managed-node2] => { "changed": false, "toml": "[containers]\ncontainer_name_as_hostname = true\nannotations = [\"environment=production\", \"status=tier2\"]\n\n[engine]\nservice_destinations = [\"test={'uri': 'unix:///run/podman/podman.sock', 'identity': '/root/.ssh/id_rsa'}\", \"test2={'uri': 'unix:///run/podman/podman.sock', 'identity': '/root/.ssh/id_rsa'}\"]\n" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 Friday 04 April 2025 20:46:21 -0400 (0:00:00.361) 0:00:41.857 ********** changed: [managed-node2] => { "changed": true, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "e3813896f4e4d5a205f986da19297282", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 348, "src": "/root/.ansible/tmp/ansible-tmp-1743813981.9208078-31197-83709031166802/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 04 April 2025 20:46:22 -0400 (0:00:00.755) 0:00:42.612 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 04 April 2025 20:46:22 -0400 (0:00:00.061) 0:00:42.674 ********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 107, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Convert registries config to TOML] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 04 April 2025 20:46:23 -0400 (0:00:00.423) 0:00:43.098 ********** ok: [managed-node2] => { "changed": false, "toml": "unqualified-search-registries = [\"registry-1.example.com\", \"registry-2.example.com\"]\ncredential-helpers = [\"cred-helper-1\", \"cred-helper-2\"]\n\n[aliases]\nmyregistry = \"registry.example.com\"\n\n[[registry]]\nprefix = \"example.com/foo\"\ninsecure = true\n\n[[registry.mirror]]\nlocation = \"example-mirror-0.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-1.com\"\ninsecure = true\n\n[[registry]]\nprefix = \"example.com/bar\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-2.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-3.com\"\ninsecure = true\n" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:19 Friday 04 April 2025 20:46:23 -0400 (0:00:00.403) 0:00:43.502 ********** changed: [managed-node2] => { "changed": true, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "23b29dbce04785b679e45bc3ff8d29e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 632, "src": "/root/.ansible/tmp/ansible-tmp-1743813983.5469604-31284-17247076105136/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 04 April 2025 20:46:24 -0400 (0:00:00.729) 0:00:44.232 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 04 April 2025 20:46:24 -0400 (0:00:00.128) 0:00:44.361 ********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 187, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Convert storage config to TOML] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 04 April 2025 20:46:24 -0400 (0:00:00.372) 0:00:44.733 ********** ok: [managed-node2] => { "changed": false, "toml": "[storage]\nrunroot = \"/tmp\"\ngraphroot = \"/var/lib/containers/storage\"\n" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:19 Friday 04 April 2025 20:46:25 -0400 (0:00:00.381) 0:00:45.115 ********** changed: [managed-node2] => { "changed": true, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "b3b96456d4f86ad8584fe12c08b59f51", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "src": "/root/.ansible/tmp/ansible-tmp-1743813985.188911-31367-203580305988645/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 04 April 2025 20:46:25 -0400 (0:00:00.818) 0:00:45.933 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 04 April 2025 20:46:25 -0400 (0:00:00.105) 0:00:46.039 ********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 04 April 2025 20:46:26 -0400 (0:00:00.393) 0:00:46.432 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813503.5037847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1743813447.6743999, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 85983489, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708358882.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 663, "uid": 0, "version": "3985170709", "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 04 April 2025 20:46:26 -0400 (0:00:00.378) 0:00:46.810 ********** ok: [managed-node2] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiBbCiAgICAgICAgewogICAgICAgICAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgogICAgICAgIH0KICAgIF0sCiAgICAidHJhbnNwb3J0cyI6IHsKICAgICAgICAiZG9ja2VyIjogewoJICAgICJyZWdpc3RyeS5hY2Nlc3MucmVkaGF0LmNvbSI6IFsKCQl7CgkJICAgICJ0eXBlIjogInNpZ25lZEJ5IiwKCQkgICAgImtleVR5cGUiOiAiR1BHS2V5cyIsCgkJICAgICJrZXlQYXRocyI6IFsiL2V0Yy9wa2kvcnBtLWdwZy9SUE0tR1BHLUtFWS1yZWRoYXQtcmVsZWFzZSIsICIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1iZXRhIl0KCQl9CgkgICAgXSwKCSAgICAicmVnaXN0cnkucmVkaGF0LmlvIjogWwoJCXsKCQkgICAgInR5cGUiOiAic2lnbmVkQnkiLAoJCSAgICAia2V5VHlwZSI6ICJHUEdLZXlzIiwKCQkgICAgImtleVBhdGhzIjogWyIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1yZWxlYXNlIiwgIi9ldGMvcGtpL3JwbS1ncGcvUlBNLUdQRy1LRVktcmVkaGF0LWJldGEiXQoJCX0KCSAgICBdCgl9LAogICAgICAgICJkb2NrZXItZGFlbW9uIjogewoJICAgICIiOiBbCgkJewoJCSAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgoJCX0KCSAgICBdCgl9CiAgICB9Cn0K", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 04 April 2025 20:46:27 -0400 (0:00:00.375) 0:00:47.186 ********** changed: [managed-node2] => { "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-1743813987.1662993-31481-227403411521034/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 04 April 2025 20:46:27 -0400 (0:00:00.705) 0:00:47.892 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 04 April 2025 20:46:27 -0400 (0:00:00.049) 0:00:47.942 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 04 April 2025 20:46:27 -0400 (0:00:00.048) 0:00:47.990 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 04 April 2025 20:46:27 -0400 (0:00:00.050) 0:00:48.040 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 04 April 2025 20:46:28 -0400 (0:00:00.046) 0:00:48.087 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 04 April 2025 20:46:28 -0400 (0:00:00.056) 0:00:48.144 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 04 April 2025 20:46:28 -0400 (0:00:00.032) 0:00:48.176 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 04 April 2025 20:46:28 -0400 (0:00:00.031) 0:00:48.208 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 04 April 2025 20:46:28 -0400 (0:00:00.033) 0:00:48.242 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 04 April 2025 20:46:28 -0400 (0:00:00.037) 0:00:48.280 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 04 April 2025 20:46:28 -0400 (0:00:00.034) 0:00:48.314 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:146 Friday 04 April 2025 20:46:28 -0400 (0:00:00.027) 0:00:48.342 ********** ok: [managed-node2] => (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": 1743813982.4741554, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1743813982.4781556, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 138412230, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813982.2151537, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 348, "uid": 0, "version": "956470105", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1743813984.086167, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1743813984.0911672, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 153092358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813983.8301654, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 632, "uid": 0, "version": "259737562", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1743813985.7731793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1743813985.7771792, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 167772422, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813985.5041773, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "506389485", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1743813987.7321935, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1743813987.7331934, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 186646794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813987.4601915, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1032525285", "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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Friday 04 April 2025 20:46:29 -0400 (0:00:01.424) 0:00:49.766 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 04 April 2025 20:46:29 -0400 (0:00:00.179) 0:00:49.946 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 04 April 2025 20:46:29 -0400 (0:00:00.087) 0:00:50.033 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 04 April 2025 20:46:30 -0400 (0:00:00.062) 0:00:50.096 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 04 April 2025 20:46:30 -0400 (0:00:00.060) 0:00:50.156 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 04 April 2025 20:46:30 -0400 (0:00:00.047) 0:00:50.204 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 04 April 2025 20:46:30 -0400 (0:00:00.048) 0:00:50.252 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 04 April 2025 20:46:30 -0400 (0:00:00.048) 0:00:50.301 ********** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 04 April 2025 20:46:30 -0400 (0:00:00.123) 0:00:50.424 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 04 April 2025 20:46:31 -0400 (0:00:01.435) 0:00:51.860 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 04 April 2025 20:46:31 -0400 (0:00:00.031) 0:00:51.891 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 04 April 2025 20:46:31 -0400 (0:00:00.037) 0:00:51.928 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 04 April 2025 20:46:31 -0400 (0:00:00.030) 0:00:51.959 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 04 April 2025 20:46:31 -0400 (0:00:00.033) 0:00:51.993 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 04 April 2025 20:46:31 -0400 (0:00:00.047) 0:00:52.040 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026808", "end": "2025-04-04 20:46:32.306692", "rc": 0, "start": "2025-04-04 20:46:32.279884" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-04-04T20:46:32-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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 04 April 2025 20:46:32 -0400 (0:00:00.419) 0:00:52.460 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 04 April 2025 20:46:32 -0400 (0:00:00.053) 0:00:52.513 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 04 April 2025 20:46:32 -0400 (0:00:00.049) 0:00:52.563 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 04 April 2025 20:46:32 -0400 (0:00:00.085) 0:00:52.648 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 04 April 2025 20:46:32 -0400 (0:00:00.113) 0:00:52.762 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Friday 04 April 2025 20:46:32 -0400 (0:00:00.134) 0:00:52.896 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Friday 04 April 2025 20:46:32 -0400 (0:00:00.049) 0:00:52.945 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Friday 04 April 2025 20:46:32 -0400 (0:00:00.043) 0:00:52.989 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Friday 04 April 2025 20:46:32 -0400 (0:00:00.050) 0:00:53.040 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813476.2075958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1743813446.6093924, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Friday 04 April 2025 20:46:33 -0400 (0:00:00.359) 0:00:53.399 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Friday 04 April 2025 20:46:33 -0400 (0:00:00.038) 0:00:53.437 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Friday 04 April 2025 20:46:33 -0400 (0:00:00.041) 0:00:53.479 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Friday 04 April 2025 20:46:33 -0400 (0:00:00.037) 0:00:53.517 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 04 April 2025 20:46:33 -0400 (0:00:00.033) 0:00:53.550 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Friday 04 April 2025 20:46:33 -0400 (0:00:00.031) 0:00:53.582 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Friday 04 April 2025 20:46:33 -0400 (0:00:00.032) 0:00:53.614 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Friday 04 April 2025 20:46:33 -0400 (0:00:00.031) 0:00:53.646 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 04 April 2025 20:46:33 -0400 (0:00:00.034) 0:00:53.681 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 04 April 2025 20:46:33 -0400 (0:00:00.089) 0:00:53.770 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 04 April 2025 20:46:33 -0400 (0:00:00.084) 0:00:53.854 ********** ok: [managed-node2] => { "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 : Convert container config to TOML] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 04 April 2025 20:46:34 -0400 (0:00:00.381) 0:00:54.236 ********** ok: [managed-node2] => { "changed": false, "toml": "[containers]\ncontainer_name_as_hostname = true\nannotations = [\"environment=production\", \"status=tier2\"]\n\n[engine]\nservice_destinations = [\"test={'uri': 'unix:///run/podman/podman.sock', 'identity': '/root/.ssh/id_rsa'}\", \"test2={'uri': 'unix:///run/podman/podman.sock', 'identity': '/root/.ssh/id_rsa'}\"]\n" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 Friday 04 April 2025 20:46:34 -0400 (0:00:00.395) 0:00:54.631 ********** ok: [managed-node2] => { "changed": false, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "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": 348, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 04 April 2025 20:46:35 -0400 (0:00:00.794) 0:00:55.426 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 04 April 2025 20:46:35 -0400 (0:00:00.103) 0:00:55.529 ********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 134, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Convert registries config to TOML] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 04 April 2025 20:46:35 -0400 (0:00:00.366) 0:00:55.896 ********** ok: [managed-node2] => { "changed": false, "toml": "unqualified-search-registries = [\"registry-1.example.com\", \"registry-2.example.com\"]\ncredential-helpers = [\"cred-helper-1\", \"cred-helper-2\"]\n\n[aliases]\nmyregistry = \"registry.example.com\"\n\n[[registry]]\nprefix = \"example.com/foo\"\ninsecure = true\n\n[[registry.mirror]]\nlocation = \"example-mirror-0.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-1.com\"\ninsecure = true\n\n[[registry]]\nprefix = \"example.com/bar\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-2.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-3.com\"\ninsecure = true\n" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:19 Friday 04 April 2025 20:46:36 -0400 (0:00:00.349) 0:00:56.245 ********** ok: [managed-node2] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "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": 632, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 04 April 2025 20:46:36 -0400 (0:00:00.694) 0:00:56.940 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 04 April 2025 20:46:37 -0400 (0:00:00.141) 0:00:57.082 ********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Convert storage config to TOML] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 04 April 2025 20:46:37 -0400 (0:00:00.417) 0:00:57.499 ********** ok: [managed-node2] => { "changed": false, "toml": "[storage]\nrunroot = \"/tmp\"\ngraphroot = \"/var/lib/containers/storage\"\n" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:19 Friday 04 April 2025 20:46:37 -0400 (0:00:00.382) 0:00:57.882 ********** ok: [managed-node2] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "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": 112, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 04 April 2025 20:46:38 -0400 (0:00:00.685) 0:00:58.567 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 04 April 2025 20:46:38 -0400 (0:00:00.064) 0:00:58.631 ********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 04 April 2025 20:46:38 -0400 (0:00:00.380) 0:00:59.011 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813989.6002069, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1743813987.7331934, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 186646794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813987.4601915, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1032525285", "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 04 April 2025 20:46:39 -0400 (0:00:00.406) 0:00:59.418 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 04 April 2025 20:46:39 -0400 (0:00:00.391) 0:00:59.810 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 04 April 2025 20:46:39 -0400 (0:00:00.052) 0:00:59.862 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 04 April 2025 20:46:39 -0400 (0:00:00.092) 0:00:59.955 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 04 April 2025 20:46:39 -0400 (0:00:00.049) 0:01:00.004 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 04 April 2025 20:46:39 -0400 (0:00:00.047) 0:01:00.052 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 04 April 2025 20:46:40 -0400 (0:00:00.047) 0:01:00.099 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 04 April 2025 20:46:40 -0400 (0:00:00.047) 0:01:00.147 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 04 April 2025 20:46:40 -0400 (0:00:00.044) 0:01:00.192 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 04 April 2025 20:46:40 -0400 (0:00:00.046) 0:01:00.238 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 04 April 2025 20:46:40 -0400 (0:00:00.051) 0:01:00.290 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 04 April 2025 20:46:40 -0400 (0:00:00.046) 0:01:00.336 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 04 April 2025 20:46:40 -0400 (0:00:00.036) 0:01:00.373 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:160 Friday 04 April 2025 20:46:40 -0400 (0:00:00.032) 0:01:00.406 ********** ok: [managed-node2] => (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": 1743813988.5581994, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1743813982.4781556, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 138412230, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813982.2151537, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 348, "uid": 0, "version": "956470105", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1743813988.8882017, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1743813984.0911672, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 153092358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813983.8301654, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 632, "uid": 0, "version": "259737562", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1743813989.224204, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1743813985.7771792, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 167772422, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813985.5041773, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "506389485", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1743813989.6002069, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1743813987.7331934, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 186646794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813987.4601915, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1032525285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:167 Friday 04 April 2025 20:46:41 -0400 (0:00:01.438) 0:01:01.844 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:174 Friday 04 April 2025 20:46:41 -0400 (0:00:00.062) 0:01:01.907 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node2 included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node2 included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node2 included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node2 included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node2 included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node2 TASK [Get file] **************************************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Friday 04 April 2025 20:46:42 -0400 (0:00:00.217) 0:01:02.124 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltjb250YWluZXJzXQpjb250YWluZXJfbmFtZV9hc19ob3N0bmFtZSA9IHRydWUKYW5ub3RhdGlvbnMgPSBbImVudmlyb25tZW50PXByb2R1Y3Rpb24iLCAic3RhdHVzPXRpZXIyIl0KCltlbmdpbmVdCnNlcnZpY2VfZGVzdGluYXRpb25zID0gWyJ0ZXN0PXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9IiwgInRlc3QyPXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9Il0K", "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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Friday 04 April 2025 20:46:42 -0400 (0:00:00.370) 0:01:02.495 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Friday 04 April 2025 20:46:42 -0400 (0:00:00.098) 0:01:02.593 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCnVucXVhbGlmaWVkLXNlYXJjaC1yZWdpc3RyaWVzID0gWyJyZWdpc3RyeS0xLmV4YW1wbGUuY29tIiwgInJlZ2lzdHJ5LTIuZXhhbXBsZS5jb20iXQpjcmVkZW50aWFsLWhlbHBlcnMgPSBbImNyZWQtaGVscGVyLTEiLCAiY3JlZC1oZWxwZXItMiJdCgpbYWxpYXNlc10KbXlyZWdpc3RyeSA9ICJyZWdpc3RyeS5leGFtcGxlLmNvbSIKCltbcmVnaXN0cnldXQpwcmVmaXggPSAiZXhhbXBsZS5jb20vZm9vIgppbnNlY3VyZSA9IHRydWUKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMC5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMS5jb20iCmluc2VjdXJlID0gdHJ1ZQoKW1tyZWdpc3RyeV1dCnByZWZpeCA9ICJleGFtcGxlLmNvbS9iYXIiCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMi5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMy5jb20iCmluc2VjdXJlID0gdHJ1ZQo=", "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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Friday 04 April 2025 20:46:42 -0400 (0:00:00.344) 0:01:02.938 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Friday 04 April 2025 20:46:42 -0400 (0:00:00.093) 0:01:03.031 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltzdG9yYWdlXQpydW5yb290ID0gIi90bXAiCmdyYXBocm9vdCA9ICIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/home/user1/.config/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Friday 04 April 2025 20:46:43 -0400 (0:00:00.353) 0:01:03.384 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Friday 04 April 2025 20:46:43 -0400 (0:00:00.093) 0:01:03.478 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltjb250YWluZXJzXQpjb250YWluZXJfbmFtZV9hc19ob3N0bmFtZSA9IHRydWUKYW5ub3RhdGlvbnMgPSBbImVudmlyb25tZW50PXByb2R1Y3Rpb24iLCAic3RhdHVzPXRpZXIyIl0KCltlbmdpbmVdCnNlcnZpY2VfZGVzdGluYXRpb25zID0gWyJ0ZXN0PXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9IiwgInRlc3QyPXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9Il0K", "encoding": "base64", "source": "/etc/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Friday 04 April 2025 20:46:43 -0400 (0:00:00.373) 0:01:03.852 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Friday 04 April 2025 20:46:43 -0400 (0:00:00.148) 0:01:04.001 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCnVucXVhbGlmaWVkLXNlYXJjaC1yZWdpc3RyaWVzID0gWyJyZWdpc3RyeS0xLmV4YW1wbGUuY29tIiwgInJlZ2lzdHJ5LTIuZXhhbXBsZS5jb20iXQpjcmVkZW50aWFsLWhlbHBlcnMgPSBbImNyZWQtaGVscGVyLTEiLCAiY3JlZC1oZWxwZXItMiJdCgpbYWxpYXNlc10KbXlyZWdpc3RyeSA9ICJyZWdpc3RyeS5leGFtcGxlLmNvbSIKCltbcmVnaXN0cnldXQpwcmVmaXggPSAiZXhhbXBsZS5jb20vZm9vIgppbnNlY3VyZSA9IHRydWUKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMC5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMS5jb20iCmluc2VjdXJlID0gdHJ1ZQoKW1tyZWdpc3RyeV1dCnByZWZpeCA9ICJleGFtcGxlLmNvbS9iYXIiCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMi5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMy5jb20iCmluc2VjdXJlID0gdHJ1ZQo=", "encoding": "base64", "source": "/etc/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Friday 04 April 2025 20:46:44 -0400 (0:00:00.394) 0:01:04.396 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Friday 04 April 2025 20:46:44 -0400 (0:00:00.203) 0:01:04.599 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltzdG9yYWdlXQpydW5yb290ID0gIi90bXAiCmdyYXBocm9vdCA9ICIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/etc/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Friday 04 April 2025 20:46:44 -0400 (0:00:00.414) 0:01:05.013 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Try formatting sub-dict as TOML table with new formatter] **************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:188 Friday 04 April 2025 20:46:45 -0400 (0:00:00.099) 0:01:05.113 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 04 April 2025 20:46:45 -0400 (0:00:00.164) 0:01:05.277 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 04 April 2025 20:46:45 -0400 (0:00:00.090) 0:01:05.368 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 04 April 2025 20:46:45 -0400 (0:00:00.066) 0:01:05.435 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 04 April 2025 20:46:45 -0400 (0:00:00.050) 0:01:05.485 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 04 April 2025 20:46:45 -0400 (0:00:00.053) 0:01:05.538 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 04 April 2025 20:46:45 -0400 (0:00:00.052) 0:01:05.591 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 04 April 2025 20:46:45 -0400 (0:00:00.051) 0:01:05.642 ********** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "python3-pytoml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 04 April 2025 20:46:45 -0400 (0:00:00.131) 0:01:05.774 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 04 April 2025 20:46:47 -0400 (0:00:01.491) 0:01:07.266 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 04 April 2025 20:46:47 -0400 (0:00:00.033) 0:01:07.299 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 04 April 2025 20:46:47 -0400 (0:00:00.044) 0:01:07.344 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 04 April 2025 20:46:47 -0400 (0:00:00.033) 0:01:07.377 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 04 April 2025 20:46:47 -0400 (0:00:00.033) 0:01:07.411 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 04 April 2025 20:46:47 -0400 (0:00:00.033) 0:01:07.444 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029538", "end": "2025-04-04 20:46:47.689340", "rc": 0, "start": "2025-04-04 20:46:47.659802" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-04-04T20:46:47-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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 04 April 2025 20:46:47 -0400 (0:00:00.378) 0:01:07.823 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 04 April 2025 20:46:47 -0400 (0:00:00.033) 0:01:07.857 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 04 April 2025 20:46:47 -0400 (0:00:00.033) 0:01:07.891 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 04 April 2025 20:46:47 -0400 (0:00:00.054) 0:01:07.946 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 04 April 2025 20:46:47 -0400 (0:00:00.114) 0:01:08.060 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Friday 04 April 2025 20:46:48 -0400 (0:00:00.063) 0:01:08.123 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Friday 04 April 2025 20:46:48 -0400 (0:00:00.040) 0:01:08.163 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Friday 04 April 2025 20:46:48 -0400 (0:00:00.041) 0:01:08.205 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Friday 04 April 2025 20:46:48 -0400 (0:00:00.044) 0:01:08.249 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813476.2075958, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1743813446.6093924, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Friday 04 April 2025 20:46:48 -0400 (0:00:00.414) 0:01:08.664 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Friday 04 April 2025 20:46:48 -0400 (0:00:00.061) 0:01:08.726 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Friday 04 April 2025 20:46:48 -0400 (0:00:00.049) 0:01:08.775 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Friday 04 April 2025 20:46:48 -0400 (0:00:00.040) 0:01:08.815 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 04 April 2025 20:46:48 -0400 (0:00:00.041) 0:01:08.857 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Friday 04 April 2025 20:46:48 -0400 (0:00:00.044) 0:01:08.902 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Friday 04 April 2025 20:46:48 -0400 (0:00:00.040) 0:01:08.942 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Friday 04 April 2025 20:46:48 -0400 (0:00:00.036) 0:01:08.978 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 04 April 2025 20:46:48 -0400 (0:00:00.035) 0:01:09.013 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 04 April 2025 20:46:49 -0400 (0:00:00.070) 0:01:09.083 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 04 April 2025 20:46:49 -0400 (0:00:00.119) 0:01:09.203 ********** ok: [managed-node2] => { "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 : Convert container config to TOML] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 04 April 2025 20:46:49 -0400 (0:00:00.419) 0:01:09.622 ********** ok: [managed-node2] => { "changed": false, "toml": "[containers]\ncontainer_name_as_hostname = true\n\n[containers.annotations]\nenvironment = \"production\"\nstatus = \"tier2\"\n\n[engine]\n\n[engine.service_destinations]\n\n[engine.service_destinations.test]\nuri = \"unix:///run/podman/podman.sock\"\nidentity = \"/root/.ssh/id_rsa\"\n\n[engine.service_destinations.test2]\nuri = \"unix:///run/podman/podman.sock\"\nidentity = \"/root/.ssh/id_rsa\"\n" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 Friday 04 April 2025 20:46:49 -0400 (0:00:00.391) 0:01:10.014 ********** changed: [managed-node2] => { "changed": true, "checksum": "9694c1d1c700a6435eecf4066b052584f4ee94c0", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "73318e68b66c68cfc49b9c825425b2d9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 414, "src": "/root/.ansible/tmp/ansible-tmp-1743814010.0536425-32653-45677835591559/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 04 April 2025 20:46:50 -0400 (0:00:00.777) 0:01:10.792 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 04 April 2025 20:46:50 -0400 (0:00:00.106) 0:01:10.898 ********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 134, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Convert registries config to TOML] **** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 04 April 2025 20:46:51 -0400 (0:00:00.429) 0:01:11.328 ********** ok: [managed-node2] => { "changed": false, "toml": "unqualified-search-registries = [\"registry-1.example.com\", \"registry-2.example.com\"]\ncredential-helpers = [\"cred-helper-1\", \"cred-helper-2\"]\n\n[aliases]\nmyregistry = \"registry.example.com\"\n\n[[registry]]\nprefix = \"example.com/foo\"\ninsecure = true\n\n[[registry.mirror]]\nlocation = \"example-mirror-0.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-1.com\"\ninsecure = true\n\n[[registry]]\nprefix = \"example.com/bar\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-2.com\"\ninsecure = false\n\n[[registry.mirror]]\nlocation = \"example-mirror-3.com\"\ninsecure = true\n" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:19 Friday 04 April 2025 20:46:51 -0400 (0:00:00.416) 0:01:11.744 ********** ok: [managed-node2] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "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": 632, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 04 April 2025 20:46:52 -0400 (0:00:00.864) 0:01:12.608 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 04 April 2025 20:46:52 -0400 (0:00:00.107) 0:01:12.715 ********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Convert storage config to TOML] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 04 April 2025 20:46:53 -0400 (0:00:00.442) 0:01:13.158 ********** ok: [managed-node2] => { "changed": false, "toml": "[storage]\nrunroot = \"/tmp\"\ngraphroot = \"/var/lib/containers/storage\"\n" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:19 Friday 04 April 2025 20:46:53 -0400 (0:00:00.423) 0:01:13.581 ********** ok: [managed-node2] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "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": 112, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 04 April 2025 20:46:54 -0400 (0:00:00.747) 0:01:14.328 ********** included: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 04 April 2025 20:46:54 -0400 (0:00:00.110) 0:01:14.438 ********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 04 April 2025 20:46:54 -0400 (0:00:00.439) 0:01:14.877 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1743813989.6002069, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1743813987.7331934, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 186646794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743813987.4601915, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1032525285", "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 04 April 2025 20:46:55 -0400 (0:00:00.421) 0:01:15.299 ********** ok: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 04 April 2025 20:46:55 -0400 (0:00:00.427) 0:01:15.726 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 04 April 2025 20:46:55 -0400 (0:00:00.037) 0:01:15.763 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 04 April 2025 20:46:55 -0400 (0:00:00.039) 0:01:15.802 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 04 April 2025 20:46:55 -0400 (0:00:00.052) 0:01:15.855 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 04 April 2025 20:46:55 -0400 (0:00:00.052) 0:01:15.907 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 04 April 2025 20:46:55 -0400 (0:00:00.053) 0:01:15.961 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 04 April 2025 20:46:55 -0400 (0:00:00.052) 0:01:16.013 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 04 April 2025 20:46:55 -0400 (0:00:00.052) 0:01:16.065 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 04 April 2025 20:46:56 -0400 (0:00:00.050) 0:01:16.116 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 04 April 2025 20:46:56 -0400 (0:00:00.052) 0:01:16.168 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 04 April 2025 20:46:56 -0400 (0:00:00.048) 0:01:16.217 ********** skipping: [managed-node2] => { "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-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 04 April 2025 20:46:56 -0400 (0:00:00.051) 0:01:16.269 ********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Get config file] ********************************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:194 Friday 04 April 2025 20:46:56 -0400 (0:00:00.048) 0:01:16.318 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltjb250YWluZXJzXQpjb250YWluZXJfbmFtZV9hc19ob3N0bmFtZSA9IHRydWUKCltjb250YWluZXJzLmFubm90YXRpb25zXQplbnZpcm9ubWVudCA9ICJwcm9kdWN0aW9uIgpzdGF0dXMgPSAidGllcjIiCgpbZW5naW5lXQoKW2VuZ2luZS5zZXJ2aWNlX2Rlc3RpbmF0aW9uc10KCltlbmdpbmUuc2VydmljZV9kZXN0aW5hdGlvbnMudGVzdF0KdXJpID0gInVuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jayIKaWRlbnRpdHkgPSAiL3Jvb3QvLnNzaC9pZF9yc2EiCgpbZW5naW5lLnNlcnZpY2VfZGVzdGluYXRpb25zLnRlc3QyXQp1cmkgPSAidW5peDovLy9ydW4vcG9kbWFuL3BvZG1hbi5zb2NrIgppZGVudGl0eSA9ICIvcm9vdC8uc3NoL2lkX3JzYSIK", "encoding": "base64", "source": "/etc/containers/containers.conf.d/50-systemroles.conf" } TASK [Check config file] ******************************************************* task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:199 Friday 04 April 2025 20:46:56 -0400 (0:00:00.422) 0:01:16.740 ********** ok: [managed-node2] => (item=[engine.service_destinations.test]) => { "ansible_loop_var": "item", "changed": false, "item": "[engine.service_destinations.test]" } MSG: All assertions passed ok: [managed-node2] => (item=uri = "unix:///run/podman/podman.sock") => { "ansible_loop_var": "item", "changed": false, "item": "uri = \"unix:///run/podman/podman.sock\"" } MSG: All assertions passed ok: [managed-node2] => (item=identity = "/root/.ssh/id_rsa") => { "ansible_loop_var": "item", "changed": false, "item": "identity = \"/root/.ssh/id_rsa\"" } MSG: All assertions passed ok: [managed-node2] => (item=[engine.service_destinations.test2]) => { "ansible_loop_var": "item", "changed": false, "item": "[engine.service_destinations.test2]" } MSG: All assertions passed ok: [managed-node2] => (item=uri = "unix:///run/podman/podman.sock") => { "ansible_loop_var": "item", "changed": false, "item": "uri = \"unix:///run/podman/podman.sock\"" } MSG: All assertions passed ok: [managed-node2] => (item=identity = "/root/.ssh/id_rsa") => { "ansible_loop_var": "item", "changed": false, "item": "identity = \"/root/.ssh/id_rsa\"" } MSG: All assertions passed TASK [Remove test config files] ************************************************ task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:221 Friday 04 April 2025 20:46:56 -0400 (0:00:00.072) 0:01:16.812 ********** changed: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:227 Friday 04 April 2025 20:46:59 -0400 (0:00:02.828) 0:01:19.641 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_hguo9uh3/backup.tar" ], "delta": "0:00:00.003330", "end": "2025-04-04 20:46:59.867465", "rc": 0, "start": "2025-04-04 20:46:59.864135" } STDOUT: /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:232 Friday 04 April 2025 20:46:59 -0400 (0:00:00.357) 0:01:19.999 ********** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_podman_config_hguo9uh3", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=193 changed=16 unreachable=0 failed=0 skipped=202 rescued=0 ignored=0 Friday 04 April 2025 20:47:00 -0400 (0:00:00.343) 0:01:20.342 ********** =============================================================================== Remove test config files ------------------------------------------------ 2.83s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:221 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.69s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.49s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.45s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.44s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:160 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.44s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.43s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Check that files exist and are non-null --------------------------------- 1.42s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:146 Check that boolean values are rendered correctly ------------------------ 1.35s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:114 Check that files exist and are non-null --------------------------------- 1.35s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:107 Gathering Facts --------------------------------------------------------- 0.98s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Update container config file --------- 0.96s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 fedora.linux_system_roles.podman : Update registries config file -------- 0.86s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:19 fedora.linux_system_roles.podman : Update storage config file ----------- 0.82s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:19 fedora.linux_system_roles.podman : Update registries config file -------- 0.82s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:19 fedora.linux_system_roles.podman : Update container config file --------- 0.79s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 fedora.linux_system_roles.podman : Update container config file --------- 0.78s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 fedora.linux_system_roles.podman : Update container config file --------- 0.76s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:19 fedora.linux_system_roles.podman : Update storage config file ----------- 0.75s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:19 fedora.linux_system_roles.podman : Update registries config file -------- 0.73s /tmp/collections-VHN/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:19