ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-BT9 executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 2 plays in /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Tuesday 08 July 2025 11:26:18 -0400 (0:00:00.021) 0:00:00.021 ********** ok: [managed-node1] => { "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-3Qh/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Tuesday 08 July 2025 11:26:18 -0400 (0:00:00.040) 0:00:00.061 ********** ok: [managed-node1] TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:74 Tuesday 08 July 2025 11:26:19 -0400 (0:00:01.064) 0:00:01.125 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 11:26:19 -0400 (0:00:00.058) 0:00:01.183 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 11:26:19 -0400 (0:00:00.024) 0:00:01.208 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 11:26:19 -0400 (0:00:00.038) 0:00:01.246 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 11:26:20 -0400 (0:00:00.432) 0:00:01.679 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 11:26:20 -0400 (0:00:00.025) 0:00:01.704 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 11:26:20 -0400 (0:00:00.336) 0:00:02.041 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 11:26:20 -0400 (0:00:00.022) 0:00:02.064 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 11:26:20 -0400 (0:00:00.044) 0:00:02.108 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 11:26:22 -0400 (0:00:01.755) 0:00:03.863 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 11:26:22 -0400 (0:00:00.077) 0:00:03.941 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 11:26:22 -0400 (0:00:00.077) 0:00:04.018 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 11:26:22 -0400 (0:00:00.058) 0:00:04.077 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 11:26:22 -0400 (0:00:00.063) 0:00:04.141 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 11:26:22 -0400 (0:00:00.049) 0:00:04.190 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025447", "end": "2025-07-08 11:26:23.090974", "rc": 0, "start": "2025-07-08 11:26:23.065527" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.453) 0:00:04.644 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.032) 0:00:04.676 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.033) 0:00:04.710 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.049) 0:00:04.759 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.050) 0:00:04.809 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.068) 0:00:04.878 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.041) 0:00:04.920 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.057) 0:00:04.978 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.457) 0:00:05.435 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:26:23 -0400 (0:00:00.055) 0:00:05.491 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.072) 0:00:05.563 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.383) 0:00:05.947 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.032) 0:00:05.979 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.032) 0:00:06.011 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.031) 0:00:06.042 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.031) 0:00:06.073 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.033) 0:00:06.107 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.050) 0:00:06.158 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.049) 0:00:06.208 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.054) 0:00:06.263 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 11:26:24 -0400 (0:00:00.105) 0:00:06.368 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.146) 0:00:06.514 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.051) 0:00:06.565 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.051) 0:00:06.617 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.106) 0:00:06.724 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.050) 0:00:06.774 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.049) 0:00:06.823 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.099) 0:00:06.923 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.048) 0:00:06.971 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.052) 0:00:07.024 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.102) 0:00:07.126 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.051) 0:00:07.178 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.051) 0:00:07.229 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.052) 0:00:07.282 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.050) 0:00:07.332 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.050) 0:00:07.382 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 11:26:25 -0400 (0:00:00.051) 0:00:07.434 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.094) 0:00:07.529 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.031) 0:00:07.560 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.033) 0:00:07.594 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.036) 0:00:07.630 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.039) 0:00:07.670 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.027) 0:00:07.698 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.027) 0:00:07.726 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.027) 0:00:07.753 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Create temp directory] *************************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:85 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.043) 0:00:07.797 ********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_tepf8krg", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:91 Tuesday 08 July 2025 11:26:26 -0400 (0:00:00.515) 0:00:08.312 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_tepf8krg/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.005913", "end": "2025-07-08 11:26:27.138556", "rc": 0, "start": "2025-07-08 11:26:27.132643" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json STDERR: tar: /etc/containers/containers.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory tar: /etc/containers/registries.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory TASK [Create user] ************************************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:98 Tuesday 08 July 2025 11:26:27 -0400 (0:00:00.403) 0:00:08.715 ********** changed: [managed-node1] => { "changed": true, "comment": "", "create_home": true, "group": 1000, "home": "/home/user1", "name": "user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1000 } TASK [Run the role with user config] ******************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:102 Tuesday 08 July 2025 11:26:27 -0400 (0:00:00.695) 0:00:09.411 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 11:26:28 -0400 (0:00:00.145) 0:00:09.557 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 11:26:28 -0400 (0:00:00.084) 0:00:09.642 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 11:26:28 -0400 (0:00:00.112) 0:00:09.754 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 11:26:28 -0400 (0:00:00.071) 0:00:09.826 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 11:26:28 -0400 (0:00:00.057) 0:00:09.883 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 11:26:28 -0400 (0:00:00.058) 0:00:09.941 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 11:26:28 -0400 (0:00:00.056) 0:00:09.997 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 11:26:28 -0400 (0:00:00.117) 0:00:10.115 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 11:26:30 -0400 (0:00:01.473) 0:00:11.589 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.030) 0:00:11.619 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.038) 0:00:11.657 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.032) 0:00:11.690 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.030) 0:00:11.720 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.035) 0:00:11.756 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028315", "end": "2025-07-08 11:26:30.582654", "rc": 0, "start": "2025-07-08 11:26:30.554339" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.383) 0:00:12.139 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.050) 0:00:12.189 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.054) 0:00:12.244 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.051) 0:00:12.295 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.107) 0:00:12.402 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 08 July 2025 11:26:30 -0400 (0:00:00.065) 0:00:12.468 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 11:26:31 -0400 (0:00:00.074) 0:00:12.543 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:26:31 -0400 (0:00:00.096) 0:00:12.640 ********** ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "user1": [ "x", "1000", "1000", "", "/home/user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:26:31 -0400 (0:00:00.406) 0:00:13.046 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:26:31 -0400 (0:00:00.054) 0:00:13.101 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:26:31 -0400 (0:00:00.051) 0:00:13.153 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:26:32 -0400 (0:00:00.369) 0:00:13.522 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003219", "end": "2025-07-08 11:26:32.327167", "rc": 0, "start": "2025-07-08 11:26:32.323948" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:26:32 -0400 (0:00:00.357) 0:00:13.880 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003284", "end": "2025-07-08 11:26:32.693696", "rc": 0, "start": "2025-07-08 11:26:32.690412" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:26:32 -0400 (0:00:00.365) 0:00:14.246 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:26:32 -0400 (0:00:00.047) 0:00:14.293 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:26:32 -0400 (0:00:00.032) 0:00:14.326 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:26:32 -0400 (0:00:00.033) 0:00:14.359 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:26:32 -0400 (0:00:00.032) 0:00:14.391 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:26:32 -0400 (0:00:00.032) 0:00:14.424 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 11:26:32 -0400 (0:00:00.032) 0:00:14.456 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0700", "__podman_parent_path": "/home/user1/.config/containers", "__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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 11:26:33 -0400 (0:00:00.142) 0:00:14.598 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 11:26:33 -0400 (0:00:00.055) 0:00:14.654 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 11:26:33 -0400 (0:00:00.460) 0:00:15.115 ********** changed: [managed-node1] => { "changed": true, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "md5sum": "e3813896f4e4d5a205f986da19297282", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 348, "src": "/root/.ansible/tmp/ansible-tmp-1751988393.7318883-16956-236910063675364/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 11:26:34 -0400 (0:00:00.839) 0:00:15.954 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 11:26:34 -0400 (0:00:00.068) 0:00:16.023 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 11:26:34 -0400 (0:00:00.381) 0:00:16.404 ********** changed: [managed-node1] => { "changed": true, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "md5sum": "23b29dbce04785b679e45bc3ff8d29e8", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 632, "src": "/root/.ansible/tmp/ansible-tmp-1751988395.050673-17008-32058560710219/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 11:26:35 -0400 (0:00:00.786) 0:00:17.190 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 11:26:35 -0400 (0:00:00.089) 0:00:17.279 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 56, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 11:26:36 -0400 (0:00:00.376) 0:00:17.656 ********** changed: [managed-node1] => { "changed": true, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/home/user1/.config/containers/storage.conf", "gid": 1000, "group": "user1", "md5sum": "b3b96456d4f86ad8584fe12c08b59f51", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "src": "/root/.ansible/tmp/ansible-tmp-1751988396.30447-17054-215829580595246/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 11:26:36 -0400 (0:00:00.757) 0:00:18.414 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 11:26:37 -0400 (0:00:00.101) 0:00:18.515 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 76, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 11:26:37 -0400 (0:00:00.405) 0:00:18.920 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 11:26:37 -0400 (0:00:00.359) 0:00:19.280 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_policy_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 11:26:37 -0400 (0:00:00.038) 0:00:19.318 ********** changed: [managed-node1] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/home/user1/.config/containers/policy.json", "gid": 1000, "group": "user1", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1751988397.88627-17127-156875231631207/source", "state": "file", "uid": 1000 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.676) 0:00:19.995 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.083) 0:00:20.079 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.033) 0:00:20.112 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.031) 0:00:20.144 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.029) 0:00:20.173 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.074) 0:00:20.247 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.036) 0:00:20.284 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.055) 0:00:20.339 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.036) 0:00:20.376 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.035) 0:00:20.412 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:26:38 -0400 (0:00:00.048) 0:00:20.460 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:26:39 -0400 (0:00:00.361) 0:00:20.821 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003554", "end": "2025-07-08 11:26:39.624111", "rc": 0, "start": "2025-07-08 11:26:39.620557" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:26:39 -0400 (0:00:00.376) 0:00:21.197 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003972", "end": "2025-07-08 11:26:39.997377", "rc": 0, "start": "2025-07-08 11:26:39.993405" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.352) 0:00:21.549 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.054) 0:00:21.603 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.054) 0:00:21.658 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.047) 0:00:21.705 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.092) 0:00:21.798 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.037) 0:00:21.835 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.033) 0:00:21.869 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.046) 0:00:21.916 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.393) 0:00:22.310 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 11:26:40 -0400 (0:00:00.068) 0:00:22.378 ********** changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 11:26:41 -0400 (0:00:00.719) 0:00:23.097 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 11:26:41 -0400 (0:00:00.034) 0:00:23.132 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 11:26:41 -0400 (0:00:00.030) 0:00:23.163 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 11:26:41 -0400 (0:00:00.032) 0:00:23.195 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 11:26:41 -0400 (0:00:00.028) 0:00:23.224 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 11:26:41 -0400 (0:00:00.027) 0:00:23.252 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 11:26:41 -0400 (0:00:00.032) 0:00:23.285 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 11:26:41 -0400 (0:00:00.038) 0:00:23.323 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 11:26:41 -0400 (0:00:00.125) 0:00:23.449 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 11:26:42 -0400 (0:00:00.055) 0:00:23.504 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:26:42 -0400 (0:00:00.092) 0:00:23.596 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:26:42 -0400 (0:00:00.115) 0:00:23.712 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:26:42 -0400 (0:00:00.061) 0:00:23.773 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:26:42 -0400 (0:00:00.074) 0:00:23.848 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:26:42 -0400 (0:00:00.400) 0:00:24.248 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003204", "end": "2025-07-08 11:26:43.075818", "rc": 0, "start": "2025-07-08 11:26:43.072614" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.379) 0:00:24.628 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003362", "end": "2025-07-08 11:26:43.429925", "rc": 0, "start": "2025-07-08 11:26:43.426563" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.361) 0:00:24.989 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.061) 0:00:25.050 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.040) 0:00:25.091 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.040) 0:00:25.132 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.037) 0:00:25.169 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.034) 0:00:25.203 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.032) 0:00:25.236 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.051) 0:00:25.288 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.034) 0:00:25.323 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.033) 0:00:25.356 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.033) 0:00:25.390 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.032) 0:00:25.422 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.032) 0:00:25.455 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 11:26:43 -0400 (0:00:00.032) 0:00:25.488 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files exist and are non-null] ********************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Tuesday 08 July 2025 11:26:44 -0400 (0:00:00.089) 0:00:25.578 ********** ok: [managed-node1] => (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": 1751988394.3694062, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1751988394.3764064, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 216006853, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988394.0104048, "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": 1000, "version": "2729855310", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751988395.6104114, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1751988395.6174114, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 228589762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988395.3534102, "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": 1000, "version": "638386513", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751988396.8354163, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1751988396.8424165, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 239075525, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988396.5814154, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 1000, "version": "1877645509", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751988398.434423, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751988398.442423, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 253755587, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988398.181422, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "2977976354", "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-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Tuesday 08 July 2025 11:26:45 -0400 (0:00:01.346) 0:00:26.924 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "container_name_as_hostname[ ]*=[ ]*true", "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf" ], "delta": "0:00:00.002674", "end": "2025-07-08 11:26:45.720896", "rc": 0, "start": "2025-07-08 11:26:45.718222" } STDOUT: container_name_as_hostname = true TASK [Run the role again with user config] ************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:122 Tuesday 08 July 2025 11:26:45 -0400 (0:00:00.373) 0:00:27.298 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 11:26:45 -0400 (0:00:00.170) 0:00:27.468 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 11:26:46 -0400 (0:00:00.085) 0:00:27.554 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 11:26:46 -0400 (0:00:00.061) 0:00:27.615 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 11:26:46 -0400 (0:00:00.056) 0:00:27.672 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 11:26:46 -0400 (0:00:00.055) 0:00:27.728 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 11:26:46 -0400 (0:00:00.054) 0:00:27.783 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 11:26:46 -0400 (0:00:00.056) 0:00:27.839 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 11:26:46 -0400 (0:00:00.115) 0:00:27.954 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 11:26:48 -0400 (0:00:01.591) 0:00:29.546 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.035) 0:00:29.582 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.048) 0:00:29.630 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.034) 0:00:29.664 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.032) 0:00:29.697 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.030) 0:00:29.728 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026194", "end": "2025-07-08 11:26:48.537178", "rc": 0, "start": "2025-07-08 11:26:48.510984" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.369) 0:00:30.097 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.035) 0:00:30.133 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.032) 0:00:30.165 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.037) 0:00:30.203 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.038) 0:00:30.242 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.043) 0:00:30.285 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.051) 0:00:30.337 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.097) 0:00:30.434 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:26:48 -0400 (0:00:00.040) 0:00:30.475 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:26:49 -0400 (0:00:00.043) 0:00:30.519 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:26:49 -0400 (0:00:00.100) 0:00:30.619 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:26:49 -0400 (0:00:00.346) 0:00:30.965 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003110", "end": "2025-07-08 11:26:49.757976", "rc": 0, "start": "2025-07-08 11:26:49.754866" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:26:49 -0400 (0:00:00.363) 0:00:31.329 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.004049", "end": "2025-07-08 11:26:50.151807", "rc": 0, "start": "2025-07-08 11:26:50.147758" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.378) 0:00:31.707 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.050) 0:00:31.758 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.033) 0:00:31.791 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.033) 0:00:31.824 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.035) 0:00:31.859 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.033) 0:00:31.892 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.038) 0:00:31.931 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0700", "__podman_parent_path": "/home/user1/.config/containers", "__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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.079) 0:00:32.010 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.072) 0:00:32.083 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 11:26:50 -0400 (0:00:00.358) 0:00:32.441 ********** ok: [managed-node1] => { "changed": false, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "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": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 11:26:51 -0400 (0:00:00.662) 0:00:33.104 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 11:26:51 -0400 (0:00:00.074) 0:00:33.178 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 11:26:52 -0400 (0:00:00.369) 0:00:33.547 ********** ok: [managed-node1] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "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": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 11:26:52 -0400 (0:00:00.732) 0:00:34.280 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 11:26:52 -0400 (0:00:00.172) 0:00:34.453 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 11:26:53 -0400 (0:00:00.410) 0:00:34.864 ********** ok: [managed-node1] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/home/user1/.config/containers/storage.conf", "gid": 1000, "group": "user1", "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": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 11:26:54 -0400 (0:00:00.701) 0:00:35.565 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 11:26:54 -0400 (0:00:00.061) 0:00:35.626 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 11:26:54 -0400 (0:00:00.362) 0:00:35.989 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988405.3384514, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751988398.442423, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 253755587, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988398.181422, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "2977976354", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 11:26:54 -0400 (0:00:00.370) 0:00:36.360 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.525) 0:00:36.885 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.049) 0:00:36.935 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.035) 0:00:36.971 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.036) 0:00:37.008 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.039) 0:00:37.047 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.031) 0:00:37.079 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.072) 0:00:37.152 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.034) 0:00:37.186 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.108) 0:00:37.294 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.059) 0:00:37.354 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:26:55 -0400 (0:00:00.065) 0:00:37.420 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:26:56 -0400 (0:00:00.074) 0:00:37.495 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:26:56 -0400 (0:00:00.399) 0:00:37.894 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003594", "end": "2025-07-08 11:26:56.712835", "rc": 0, "start": "2025-07-08 11:26:56.709241" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:26:56 -0400 (0:00:00.370) 0:00:38.265 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003244", "end": "2025-07-08 11:26:57.081599", "rc": 0, "start": "2025-07-08 11:26:57.078355" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.368) 0:00:38.634 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.051) 0:00:38.686 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.033) 0:00:38.719 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.034) 0:00:38.754 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.037) 0:00:38.791 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.051) 0:00:38.843 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.055) 0:00:38.898 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.075) 0:00:38.974 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.407) 0:00:39.381 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 11:26:57 -0400 (0:00:00.063) 0:00:39.445 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 11:26:58 -0400 (0:00:00.661) 0:00:40.106 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 11:26:58 -0400 (0:00:00.053) 0:00:40.160 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 11:26:58 -0400 (0:00:00.053) 0:00:40.213 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 11:26:58 -0400 (0:00:00.117) 0:00:40.330 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 11:26:58 -0400 (0:00:00.046) 0:00:40.376 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 11:26:58 -0400 (0:00:00.047) 0:00:40.424 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 11:26:58 -0400 (0:00:00.050) 0:00:40.474 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 11:26:59 -0400 (0:00:00.049) 0:00:40.523 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 11:26:59 -0400 (0:00:00.135) 0:00:40.659 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 11:26:59 -0400 (0:00:00.061) 0:00:40.720 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:26:59 -0400 (0:00:00.096) 0:00:40.816 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:26:59 -0400 (0:00:00.063) 0:00:40.879 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:26:59 -0400 (0:00:00.057) 0:00:40.937 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:26:59 -0400 (0:00:00.077) 0:00:41.014 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:26:59 -0400 (0:00:00.396) 0:00:41.410 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003228", "end": "2025-07-08 11:27:00.236620", "rc": 0, "start": "2025-07-08 11:27:00.233392" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:27:00 -0400 (0:00:00.384) 0:00:41.795 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003649", "end": "2025-07-08 11:27:00.593697", "rc": 0, "start": "2025-07-08 11:27:00.590048" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:27:00 -0400 (0:00:00.372) 0:00:42.168 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:27:00 -0400 (0:00:00.064) 0:00:42.233 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:27:00 -0400 (0:00:00.039) 0:00:42.272 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:27:00 -0400 (0:00:00.040) 0:00:42.313 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:27:00 -0400 (0:00:00.083) 0:00:42.397 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:27:00 -0400 (0:00:00.033) 0:00:42.430 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 11:27:00 -0400 (0:00:00.033) 0:00:42.464 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 11:27:01 -0400 (0:00:00.052) 0:00:42.516 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 11:27:01 -0400 (0:00:00.045) 0:00:42.561 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 11:27:01 -0400 (0:00:00.071) 0:00:42.633 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 11:27:01 -0400 (0:00:00.037) 0:00:42.670 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 11:27:01 -0400 (0:00:00.038) 0:00:42.709 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 11:27:01 -0400 (0:00:00.040) 0:00:42.750 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 11:27:01 -0400 (0:00:00.033) 0:00:42.784 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files still exist and are non-null] *************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:131 Tuesday 08 July 2025 11:27:01 -0400 (0:00:00.044) 0:00:42.829 ********** ok: [managed-node1] => (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": 1751988404.3724473, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1751988394.3764064, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 216006853, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988394.0104048, "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": 1000, "version": "2729855310", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751988404.6984487, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1751988395.6174114, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 228589762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988395.3534102, "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": 1000, "version": "638386513", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751988405.01945, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1751988396.8424165, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 239075525, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988396.5814154, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 1000, "version": "1877645509", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751988405.3384514, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751988398.442423, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 253755587, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988398.181422, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "2977976354", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:138 Tuesday 08 July 2025 11:27:02 -0400 (0:00:01.392) 0:00:44.222 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run the role with root config] ******************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:145 Tuesday 08 July 2025 11:27:02 -0400 (0:00:00.040) 0:00:44.262 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 11:27:02 -0400 (0:00:00.129) 0:00:44.391 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 11:27:03 -0400 (0:00:00.154) 0:00:44.546 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 11:27:03 -0400 (0:00:00.062) 0:00:44.608 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 11:27:03 -0400 (0:00:00.043) 0:00:44.652 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 11:27:03 -0400 (0:00:00.048) 0:00:44.700 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 11:27:03 -0400 (0:00:00.045) 0:00:44.746 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 11:27:03 -0400 (0:00:00.040) 0:00:44.786 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 11:27:03 -0400 (0:00:00.073) 0:00:44.860 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 11:27:04 -0400 (0:00:01.517) 0:00:46.377 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 11:27:04 -0400 (0:00:00.051) 0:00:46.429 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.066) 0:00:46.495 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.052) 0:00:46.548 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.053) 0:00:46.602 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.052) 0:00:46.654 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027836", "end": "2025-07-08 11:27:05.481018", "rc": 0, "start": "2025-07-08 11:27:05.453182" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.384) 0:00:47.039 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.053) 0:00:47.093 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.055) 0:00:47.148 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.124) 0:00:47.273 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.060) 0:00:47.334 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.045) 0:00:47.379 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 11:27:05 -0400 (0:00:00.058) 0:00:47.438 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:27:06 -0400 (0:00:00.064) 0:00:47.503 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:27:06 -0400 (0:00:00.368) 0:00:47.872 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:27:06 -0400 (0:00:00.063) 0:00:47.935 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:27:06 -0400 (0:00:00.075) 0:00:48.011 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:27:06 -0400 (0:00:00.391) 0:00:48.402 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:27:06 -0400 (0:00:00.057) 0:00:48.460 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.057) 0:00:48.517 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.057) 0:00:48.575 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.058) 0:00:48.634 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.051) 0:00:48.685 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.058) 0:00:48.743 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.055) 0:00:48.798 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.095) 0:00:48.894 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.068) 0:00:48.963 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.060) 0:00:49.024 ********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 11:27:07 -0400 (0:00:00.372) 0:00:49.396 ********** changed: [managed-node1] => { "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-1751988428.0161483-18264-134359680515571/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 11:27:08 -0400 (0:00:00.720) 0:00:50.117 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 11:27:08 -0400 (0:00:00.087) 0:00:50.204 ********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 107, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 11:27:09 -0400 (0:00:00.378) 0:00:50.583 ********** changed: [managed-node1] => { "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-1751988429.2316136-18313-77269605506147/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 11:27:09 -0400 (0:00:00.805) 0:00:51.389 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 11:27:09 -0400 (0:00:00.101) 0:00:51.490 ********** ok: [managed-node1] => { "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 : Update storage config file] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 11:27:10 -0400 (0:00:00.393) 0:00:51.884 ********** changed: [managed-node1] => { "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-1751988430.4898663-18367-279522850725007/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 11:27:11 -0400 (0:00:00.764) 0:00:52.648 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 11:27:11 -0400 (0:00:00.105) 0:00:52.754 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 11:27:11 -0400 (0:00:00.396) 0:00:53.151 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988169.2255595, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1751988114.989346, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 35651781, "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": "3712902528", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 11:27:12 -0400 (0:00:00.361) 0:00:53.512 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 11:27:12 -0400 (0:00:00.410) 0:00:53.922 ********** changed: [managed-node1] => { "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-1751988432.4945352-18449-30861612295729/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.701) 0:00:54.623 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.036) 0:00:54.660 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.032) 0:00:54.693 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.032) 0:00:54.725 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.028) 0:00:54.754 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.076) 0:00:54.831 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.053) 0:00:54.884 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.101) 0:00:54.985 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.060) 0:00:55.046 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.059) 0:00:55.106 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:27:13 -0400 (0:00:00.075) 0:00:55.181 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.388) 0:00:55.569 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.056) 0:00:55.626 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.053) 0:00:55.679 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.037) 0:00:55.717 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.038) 0:00:55.755 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.089) 0:00:55.845 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.033) 0:00:55.879 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.036) 0:00:55.915 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.035) 0:00:55.950 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.060) 0:00:56.010 ********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.378) 0:00:56.389 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 11:27:14 -0400 (0:00:00.044) 0:00:56.434 ********** changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 11:27:15 -0400 (0:00:00.701) 0:00:57.135 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 11:27:15 -0400 (0:00:00.039) 0:00:57.175 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 11:27:15 -0400 (0:00:00.040) 0:00:57.215 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 11:27:15 -0400 (0:00:00.037) 0:00:57.253 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 11:27:15 -0400 (0:00:00.027) 0:00:57.281 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 11:27:15 -0400 (0:00:00.028) 0:00:57.309 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 11:27:15 -0400 (0:00:00.026) 0:00:57.336 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 11:27:15 -0400 (0:00:00.027) 0:00:57.364 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 11:27:15 -0400 (0:00:00.090) 0:00:57.454 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.060) 0:00:57.514 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.118) 0:00:57.633 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.041) 0:00:57.674 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.035) 0:00:57.709 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.048) 0:00:57.758 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.378) 0:00:58.137 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.054) 0:00:58.191 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.060) 0:00:58.252 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.056) 0:00:58.309 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.060) 0:00:58.369 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.056) 0:00:58.425 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:27:16 -0400 (0:00:00.055) 0:00:58.481 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.056) 0:00:58.537 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.042) 0:00:58.580 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.049) 0:00:58.629 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.032) 0:00:58.662 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.035) 0:00:58.698 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.032) 0:00:58.730 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.037) 0:00:58.768 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.032) 0:00:58.801 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.086) 0:00:58.887 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files exist and are non-null] ********************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Tuesday 08 July 2025 11:27:17 -0400 (0:00:00.045) 0:00:58.933 ********** ok: [managed-node1] => (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": 1751988428.5515466, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1751988428.5555465, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 457179270, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988428.2925456, "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": "189402490", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751988429.8085518, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1751988429.8125517, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 467665032, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988429.5405507, "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": "2588361176", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1751988431.0645568, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1751988431.065557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 478150790, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988430.8015559, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "3182574459", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1751988433.057565, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751988433.0585651, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 497025156, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988432.795564, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3016839435", "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-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:160 Tuesday 08 July 2025 11:27:18 -0400 (0:00:01.409) 0:01:00.342 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 11:27:18 -0400 (0:00:00.137) 0:01:00.480 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 11:27:19 -0400 (0:00:00.069) 0:01:00.549 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 11:27:19 -0400 (0:00:00.045) 0:01:00.594 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 11:27:19 -0400 (0:00:00.052) 0:01:00.647 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 11:27:19 -0400 (0:00:00.057) 0:01:00.705 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 11:27:19 -0400 (0:00:00.057) 0:01:00.762 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 11:27:19 -0400 (0:00:00.042) 0:01:00.805 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 11:27:19 -0400 (0:00:00.079) 0:01:00.885 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 11:27:20 -0400 (0:00:01.552) 0:01:02.438 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 11:27:20 -0400 (0:00:00.032) 0:01:02.470 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.041) 0:01:02.512 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.032) 0:01:02.545 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.032) 0:01:02.577 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.032) 0:01:02.610 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026918", "end": "2025-07-08 11:27:21.421164", "rc": 0, "start": "2025-07-08 11:27:21.394246" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-07-08T11:27:21-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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.376) 0:01:02.986 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.053) 0:01:03.039 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.056) 0:01:03.096 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.051) 0:01:03.148 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.077) 0:01:03.226 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.067) 0:01:03.293 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.073) 0:01:03.367 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:27:21 -0400 (0:00:00.095) 0:01:03.462 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.047) 0:01:03.510 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.036) 0:01:03.547 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.214) 0:01:03.762 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.374) 0:01:04.136 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.052) 0:01:04.189 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.059) 0:01:04.248 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.055) 0:01:04.303 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.056) 0:01:04.360 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.052) 0:01:04.412 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:27:22 -0400 (0:00:00.056) 0:01:04.469 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:27:23 -0400 (0:00:00.056) 0:01:04.525 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 11:27:23 -0400 (0:00:00.040) 0:01:04.566 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 11:27:23 -0400 (0:00:00.106) 0:01:04.673 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 11:27:23 -0400 (0:00:00.089) 0:01:04.762 ********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 11:27:23 -0400 (0:00:00.366) 0:01:05.129 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 11:27:24 -0400 (0:00:00.692) 0:01:05.821 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 11:27:24 -0400 (0:00:00.101) 0:01:05.923 ********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 134, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 11:27:24 -0400 (0:00:00.412) 0:01:06.335 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 11:27:25 -0400 (0:00:00.865) 0:01:07.200 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 11:27:25 -0400 (0:00:00.059) 0:01:07.260 ********** ok: [managed-node1] => { "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 : Update storage config file] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 11:27:26 -0400 (0:00:00.382) 0:01:07.643 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 11:27:26 -0400 (0:00:00.722) 0:01:08.366 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 11:27:26 -0400 (0:00:00.083) 0:01:08.450 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 11:27:27 -0400 (0:00:00.368) 0:01:08.818 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988438.7745886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751988433.0585651, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 497025156, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988432.795564, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3016839435", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 11:27:27 -0400 (0:00:00.377) 0:01:09.196 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.383) 0:01:09.579 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.060) 0:01:09.639 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.053) 0:01:09.693 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.050) 0:01:09.743 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.054) 0:01:09.798 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.050) 0:01:09.848 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.123) 0:01:09.972 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.055) 0:01:10.027 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.174) 0:01:10.202 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.061) 0:01:10.264 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.058) 0:01:10.322 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:27:28 -0400 (0:00:00.081) 0:01:10.403 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.396) 0:01:10.800 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.058) 0:01:10.858 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.056) 0:01:10.915 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.059) 0:01:10.975 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.056) 0:01:11.031 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.053) 0:01:11.084 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.053) 0:01:11.138 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.059) 0:01:11.197 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.057) 0:01:11.254 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 11:27:29 -0400 (0:00:00.086) 0:01:11.341 ********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 23, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 11:27:30 -0400 (0:00:00.397) 0:01:11.738 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 11:27:30 -0400 (0:00:00.048) 0:01:11.787 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 11:27:30 -0400 (0:00:00.619) 0:01:12.406 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 11:27:30 -0400 (0:00:00.056) 0:01:12.462 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.060) 0:01:12.523 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.129) 0:01:12.652 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.051) 0:01:12.704 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.048) 0:01:12.753 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.051) 0:01:12.805 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.048) 0:01:12.853 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.120) 0:01:12.974 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.042) 0:01:13.017 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.059) 0:01:13.076 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.039) 0:01:13.116 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.039) 0:01:13.155 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:27:31 -0400 (0:00:00.049) 0:01:13.204 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.357) 0:01:13.562 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.035) 0:01:13.597 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.036) 0:01:13.634 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.035) 0:01:13.670 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.033) 0:01:13.704 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.097) 0:01:13.801 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.034) 0:01:13.836 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.035) 0:01:13.871 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.035) 0:01:13.907 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.052) 0:01:13.959 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.036) 0:01:13.995 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.033) 0:01:14.029 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.035) 0:01:14.064 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.032) 0:01:14.096 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.034) 0:01:14.131 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.032) 0:01:14.164 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files still exist and are non-null] *************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:168 Tuesday 08 July 2025 11:27:32 -0400 (0:00:00.065) 0:01:14.229 ********** ok: [managed-node1] => (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": 1751988437.7295842, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1751988428.5555465, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 457179270, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988428.2925456, "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": "189402490", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751988438.0755856, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1751988429.8125517, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 467665032, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988429.5405507, "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": "2588361176", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1751988438.446587, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1751988431.065557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 478150790, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988430.8015559, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "3182574459", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1751988438.7745886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751988433.0585651, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 497025156, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988432.795564, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3016839435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:175 Tuesday 08 July 2025 11:27:34 -0400 (0:00:01.406) 0:01:15.636 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:182 Tuesday 08 July 2025 11:27:34 -0400 (0:00:00.048) 0:01:15.684 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/home/user1/.config/containers/storage.conf) included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/etc/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/etc/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/etc/containers/storage.conf) TASK [Get file] **************************************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 11:27:34 -0400 (0:00:00.119) 0:01:15.803 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 11:27:34 -0400 (0:00:00.352) 0:01:16.156 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 11:27:34 -0400 (0:00:00.241) 0:01:16.397 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 11:27:35 -0400 (0:00:00.390) 0:01:16.788 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 11:27:35 -0400 (0:00:00.148) 0:01:16.936 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 11:27:35 -0400 (0:00:00.386) 0:01:17.323 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 11:27:35 -0400 (0:00:00.144) 0:01:17.468 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 11:27:36 -0400 (0:00:00.383) 0:01:17.851 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 11:27:36 -0400 (0:00:00.140) 0:01:17.992 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 11:27:36 -0400 (0:00:00.388) 0:01:18.381 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 11:27:37 -0400 (0:00:00.135) 0:01:18.517 ********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltzdG9yYWdlXQpydW5yb290ID0gIi90bXAiCmdyYXBocm9vdCA9ICIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/etc/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 11:27:37 -0400 (0:00:00.383) 0:01:18.900 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try formatting sub-dict as TOML table with new formatter] **************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:196 Tuesday 08 July 2025 11:27:37 -0400 (0:00:00.149) 0:01:19.049 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 11:27:37 -0400 (0:00:00.269) 0:01:19.319 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 11:27:37 -0400 (0:00:00.086) 0:01:19.406 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 11:27:37 -0400 (0:00:00.053) 0:01:19.459 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 11:27:38 -0400 (0:00:00.035) 0:01:19.495 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 11:27:38 -0400 (0:00:00.100) 0:01:19.595 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 11:27:38 -0400 (0:00:00.034) 0:01:19.630 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 11:27:38 -0400 (0:00:00.040) 0:01:19.670 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-BT9/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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 11:27:38 -0400 (0:00:00.112) 0:01:19.783 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 11:27:39 -0400 (0:00:01.462) 0:01:21.245 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 11:27:39 -0400 (0:00:00.036) 0:01:21.282 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 11:27:39 -0400 (0:00:00.064) 0:01:21.347 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 11:27:39 -0400 (0:00:00.053) 0:01:21.401 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 11:27:39 -0400 (0:00:00.054) 0:01:21.455 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.055) 0:01:21.510 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026637", "end": "2025-07-08 11:27:40.353353", "rc": 0, "start": "2025-07-08 11:27:40.326716" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-07-08T11:27:40-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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.396) 0:01:21.907 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.039) 0:01:21.947 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.062) 0:01:22.009 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.041) 0:01:22.051 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.042) 0:01:22.094 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.119) 0:01:22.213 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.043) 0:01:22.257 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.064) 0:01:22.321 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.058) 0:01:22.380 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 11:27:40 -0400 (0:00:00.059) 0:01:22.439 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.064) 0:01:22.504 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988143.0474594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751988113.9363413, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "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": "4263604762", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.372) 0:01:22.876 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.035) 0:01:22.912 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.036) 0:01:22.948 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.034) 0:01:22.983 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.036) 0:01:23.019 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.033) 0:01:23.053 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.035) 0:01:23.088 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.034) 0:01:23.122 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.035) 0:01:23.158 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.068) 0:01:23.226 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 11:27:41 -0400 (0:00:00.118) 0:01:23.344 ********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 11:27:42 -0400 (0:00:00.362) 0:01:23.706 ********** changed: [managed-node1] => { "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-1751988462.3250673-20024-9390304409391/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 11:27:42 -0400 (0:00:00.750) 0:01:24.457 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 11:27:43 -0400 (0:00:00.097) 0:01:24.555 ********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 134, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 11:27:43 -0400 (0:00:00.392) 0:01:24.947 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 11:27:44 -0400 (0:00:00.709) 0:01:25.657 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 11:27:44 -0400 (0:00:00.063) 0:01:25.721 ********** ok: [managed-node1] => { "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 : Update storage config file] *********** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 11:27:44 -0400 (0:00:00.399) 0:01:26.120 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 11:27:45 -0400 (0:00:00.730) 0:01:26.850 ********** included: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 11:27:45 -0400 (0:00:00.112) 0:01:26.963 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 11:27:45 -0400 (0:00:00.417) 0:01:27.380 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751988438.7745886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751988433.0585651, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 497025156, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751988432.795564, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3016839435", "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 11:27:46 -0400 (0:00:00.401) 0:01:27.782 ********** ok: [managed-node1] => { "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-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 11:27:46 -0400 (0:00:00.383) 0:01:28.166 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 11:27:46 -0400 (0:00:00.044) 0:01:28.210 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 11:27:46 -0400 (0:00:00.036) 0:01:28.246 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 11:27:46 -0400 (0:00:00.033) 0:01:28.280 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 11:27:46 -0400 (0:00:00.096) 0:01:28.376 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 11:27:46 -0400 (0:00:00.034) 0:01:28.410 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 11:27:46 -0400 (0:00:00.041) 0:01:28.452 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 11:27:47 -0400 (0:00:00.050) 0:01:28.502 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 11:27:47 -0400 (0:00:00.052) 0:01:28.555 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 11:27:47 -0400 (0:00:00.054) 0:01:28.610 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 11:27:47 -0400 (0:00:00.050) 0:01:28.660 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 11:27:47 -0400 (0:00:00.045) 0:01:28.706 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Get config file] ********************************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:202 Tuesday 08 July 2025 11:27:47 -0400 (0:00:00.077) 0:01:28.783 ********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltjb250YWluZXJzXQpjb250YWluZXJfbmFtZV9hc19ob3N0bmFtZSA9IHRydWUKCltjb250YWluZXJzLmFubm90YXRpb25zXQplbnZpcm9ubWVudCA9ICJwcm9kdWN0aW9uIgpzdGF0dXMgPSAidGllcjIiCgpbZW5naW5lXQoKW2VuZ2luZS5zZXJ2aWNlX2Rlc3RpbmF0aW9uc10KCltlbmdpbmUuc2VydmljZV9kZXN0aW5hdGlvbnMudGVzdF0KdXJpID0gInVuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jayIKaWRlbnRpdHkgPSAiL3Jvb3QvLnNzaC9pZF9yc2EiCgpbZW5naW5lLnNlcnZpY2VfZGVzdGluYXRpb25zLnRlc3QyXQp1cmkgPSAidW5peDovLy9ydW4vcG9kbWFuL3BvZG1hbi5zb2NrIgppZGVudGl0eSA9ICIvcm9vdC8uc3NoL2lkX3JzYSIK", "encoding": "base64", "source": "/etc/containers/containers.conf.d/50-systemroles.conf" } TASK [Check config file] ******************************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:207 Tuesday 08 July 2025 11:27:47 -0400 (0:00:00.399) 0:01:29.183 ********** ok: [managed-node1] => (item=[engine.service_destinations.test]) => { "ansible_loop_var": "item", "changed": false, "item": "[engine.service_destinations.test]" } MSG: All assertions passed ok: [managed-node1] => (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-node1] => (item=identity = "/root/.ssh/id_rsa") => { "ansible_loop_var": "item", "changed": false, "item": "identity = \"/root/.ssh/id_rsa\"" } MSG: All assertions passed ok: [managed-node1] => (item=[engine.service_destinations.test2]) => { "ansible_loop_var": "item", "changed": false, "item": "[engine.service_destinations.test2]" } MSG: All assertions passed ok: [managed-node1] => (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-node1] => (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-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:229 Tuesday 08 July 2025 11:27:47 -0400 (0:00:00.101) 0:01:29.285 ********** changed: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => (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-node1] => (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-node1] => (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-node1] => (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-node1] => (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 [Remove credential files] ************************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:235 Tuesday 08 July 2025 11:27:50 -0400 (0:00:02.723) 0:01:32.008 ********** changed: [managed-node1] => (item=/root/.config/containers/auth.json) => { "ansible_loop_var": "item", "changed": true, "item": "/root/.config/containers/auth.json", "path": "/root/.config/containers/auth.json", "state": "absent" } changed: [managed-node1] => (item=/home/user1/.config/containers/auth.json) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/auth.json", "path": "/home/user1/.config/containers/auth.json", "state": "absent" } TASK [Restore system config files] ********************************************* task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:243 Tuesday 08 July 2025 11:27:51 -0400 (0:00:00.653) 0:01:32.662 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_tepf8krg/backup.tar" ], "delta": "0:00:00.003179", "end": "2025-07-08 11:27:51.449860", "rc": 0, "start": "2025-07-08 11:27:51.446681" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:248 Tuesday 08 July 2025 11:27:51 -0400 (0:00:00.340) 0:01:33.003 ********** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsr_podman_config_tepf8krg", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=247 changed=21 unreachable=0 failed=0 skipped=299 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 08 July 2025 11:27:51 -0400 (0:00:00.354) 0:01:33.357 ********** =============================================================================== Remove test config files ------------------------------------------------ 2.72s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:229 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.76s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.59s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.55s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.52s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.47s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.46s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files exist and are non-null --------------------------------- 1.41s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Check that files still exist and are non-null --------------------------- 1.41s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:168 Check that files still exist and are non-null --------------------------- 1.39s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:131 Check that files exist and are non-null --------------------------------- 1.35s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Gathering Facts --------------------------------------------------------- 1.06s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Update registries config file -------- 0.87s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.84s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.81s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.79s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update storage config file ----------- 0.76s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update storage config file ----------- 0.76s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update container config file --------- 0.75s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.73s /tmp/collections-BT9/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13