[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.16.9] 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/tmp.PEcYTbfqSk executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 2 plays in /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Wednesday 31 July 2024 21:17:50 -0400 (0:00:00.007) 0:00:00.007 ******** 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": [ "/var/ARTIFACTS/work-generalhoe9pi3j/plans/general/tree/podman/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Wednesday 31 July 2024 21:17:50 -0400 (0:00:00.037) 0:00:00.045 ******** ok: [managed_node1] TASK [Run the role with no config to get private vars] ************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:48 Wednesday 31 July 2024 21:17:51 -0400 (0:00:01.087) 0:00:01.132 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:17:51 -0400 (0:00:00.039) 0:00:01.172 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:17:51 -0400 (0:00:00.022) 0:00:01.194 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:17:51 -0400 (0:00:00.032) 0:00:01.227 ******** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:17:51 -0400 (0:00:00.449) 0:00:01.677 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:17:51 -0400 (0:00:00.022) 0:00:01.700 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:17:51 -0400 (0:00:00.040) 0:00:01.740 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:17:53 -0400 (0:00:01.766) 0:00:03.506 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:17:53 -0400 (0:00:00.044) 0:00:03.551 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:17:53 -0400 (0:00:00.048) 0:00:03.600 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029611", "end": "2024-07-31 21:17:54.167706", "rc": 0, "start": "2024-07-31 21:17:54.138095" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:17:54 -0400 (0:00:00.501) 0:00:04.101 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:17:54 -0400 (0:00:00.031) 0:00:04.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:17:54 -0400 (0:00:00.030) 0:00:04.164 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:17:54 -0400 (0:00:00.044) 0:00:04.208 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:17:54 -0400 (0:00:00.048) 0:00:04.257 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:17:54 -0400 (0:00:00.057) 0:00:04.315 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:17:54 -0400 (0:00:00.505) 0:00:04.821 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.059) 0:00:04.880 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.039) 0:00:04.920 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.388) 0:00:05.308 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.035) 0:00:05.343 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.388) 0:00:05.731 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.027) 0:00:05.759 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.027) 0:00:05.786 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.026) 0:00:05.813 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.027) 0:00:05.840 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:17:55 -0400 (0:00:00.026) 0:00:05.866 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.026) 0:00:05.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 : Fail if group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.027) 0:00:05.920 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.025) 0:00:05.946 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.052) 0:00:05.998 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.056) 0:00:06.055 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.029) 0:00:06.085 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.027) 0:00:06.112 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.086) 0:00:06.199 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.027) 0:00:06.226 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.027) 0:00:06.254 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.055) 0:00:06.309 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.030) 0:00:06.339 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.026) 0:00:06.366 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.058) 0:00:06.425 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.028) 0:00:06.454 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.027) 0:00:06.481 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.030) 0:00:06.512 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.026) 0:00:06.538 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.027) 0:00:06.566 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.025) 0:00:06.592 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.029) 0:00:06.621 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.023) 0:00:06.645 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.023) 0:00:06.668 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.055) 0:00:06.723 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.027) 0:00:06.751 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.025) 0:00:06.777 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.024) 0:00:06.802 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.024) 0:00:06.827 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:59 Wednesday 31 July 2024 21:17:56 -0400 (0:00:00.041) 0:00:06.869 ******** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_rnge1qj8", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:65 Wednesday 31 July 2024 21:17:57 -0400 (0:00:00.453) 0:00:07.323 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_rnge1qj8/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.006393", "end": "2024-07-31 21:17:57.779679", "rc": 0, "start": "2024-07-31 21:17:57.773286" } STDOUT: /etc/containers/policy.json STDERR: tar: /etc/containers/containers.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory tar: /etc/containers/registries.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory tar: /etc/containers/storage.conf: Warning: Cannot stat: No such file or directory TASK [Create user] ************************************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 Wednesday 31 July 2024 21:17:57 -0400 (0:00:00.386) 0:00:07.709 ******** changed: [managed_node1] => { "changed": true, "comment": "", "create_home": true, "group": 3002, "home": "/home/user1", "name": "user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 3002 } TASK [Run the role with user config] ******************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:76 Wednesday 31 July 2024 21:17:58 -0400 (0:00:00.622) 0:00:08.332 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:17:58 -0400 (0:00:00.072) 0:00:08.404 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:17:58 -0400 (0:00:00.051) 0:00:08.456 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:17:58 -0400 (0:00:00.035) 0:00:08.491 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:17:58 -0400 (0:00:00.031) 0:00:08.523 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:17:58 -0400 (0:00:00.032) 0:00:08.555 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:17:58 -0400 (0:00:00.069) 0:00:08.625 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:18:00 -0400 (0:00:01.636) 0:00:10.262 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:18:00 -0400 (0:00:00.029) 0:00:10.291 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:18:00 -0400 (0:00:00.029) 0:00:10.320 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030489", "end": "2024-07-31 21:18:00.796673", "rc": 0, "start": "2024-07-31 21:18:00.766184" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:18:00 -0400 (0:00:00.408) 0:00:10.728 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:18:00 -0400 (0:00:00.032) 0:00:10.760 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:18:00 -0400 (0:00:00.029) 0:00:10.790 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:18:00 -0400 (0:00:00.030) 0:00:10.820 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:18:00 -0400 (0:00:00.031) 0:00:10.852 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:18:01 -0400 (0:00:00.058) 0:00:10.910 ******** ok: [managed_node1] => { "ansible_facts": { "getent_passwd": { "user1": [ "x", "3002", "3002", "", "/home/user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:18:01 -0400 (0:00:00.382) 0:00:11.293 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:18:01 -0400 (0:00:00.032) 0:00:11.326 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "3002" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:18:01 -0400 (0:00:00.045) 0:00:11.371 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "user1": [ "x", "3002", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:18:01 -0400 (0:00:00.396) 0:00:11.767 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:18:01 -0400 (0:00:00.038) 0:00:11.806 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:18:02 -0400 (0:00:00.432) 0:00:12.239 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.004013", "end": "2024-07-31 21:18:02.696222", "rc": 0, "start": "2024-07-31 21:18:02.692209" } STDOUT: 0: user1 165536 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:18:02 -0400 (0:00:00.389) 0:00:12.629 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003874", "end": "2024-07-31 21:18:03.084714", "rc": 0, "start": "2024-07-31 21:18:03.080840" } STDOUT: 0: user1 165536 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.389) 0:00:13.018 ******** ok: [managed_node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 165536 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 165536 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.044) 0:00:13.062 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.028) 0:00:13.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.029) 0:00:13.120 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.027) 0:00:13.148 ******** 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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.030) 0:00:13.178 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.026) 0:00:13.205 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user1/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.057) 0:00:13.262 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.057) 0:00:13.320 ******** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:18:03 -0400 (0:00:00.499) 0:00:13.819 ******** changed: [managed_node1] => { "changed": true, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 116, "src": "/root/.ansible/tmp/ansible-tmp-1722475083.9998777-16155-218515676613146/source", "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:18:04 -0400 (0:00:00.829) 0:00:14.648 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:18:04 -0400 (0:00:00.057) 0:00:14.706 ******** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:18:05 -0400 (0:00:00.397) 0:00:15.103 ******** changed: [managed_node1] => { "changed": true, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "92130a764e88fe669136f6cf26613a84", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 225, "src": "/root/.ansible/tmp/ansible-tmp-1722475085.2827697-16179-215675922528376/source", "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:18:05 -0400 (0:00:00.729) 0:00:15.833 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:18:06 -0400 (0:00:00.091) 0:00:15.924 ******** ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 56, "state": "directory", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:18:06 -0400 (0:00:00.396) 0:00:16.320 ******** changed: [managed_node1] => { "changed": true, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/home/user1/.config/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "47c893f010daf00398b7ed40f434aa0e", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 109, "src": "/root/.ansible/tmp/ansible-tmp-1722475086.5010211-16203-244226937188737/source", "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:18:07 -0400 (0:00:00.733) 0:00:17.054 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:18:07 -0400 (0:00:00.059) 0:00:17.114 ******** ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 76, "state": "directory", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:18:07 -0400 (0:00:00.397) 0:00:17.511 ******** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.378) 0:00:17.890 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.030) 0:00:17.921 ******** changed: [managed_node1] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/home/user1/.config/containers/policy.json", "gid": 0, "group": "root", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1722475088.1045487-16236-137815114844753/source", "state": "file", "uid": 3002 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.723) 0:00:18.645 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.029) 0:00:18.674 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.029) 0:00:18.704 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.028) 0:00:18.732 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.027) 0:00:18.760 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.025) 0:00:18.785 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.025) 0:00:18.811 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.024) 0:00:18.836 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:18:08 -0400 (0:00:00.025) 0:00:18.862 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:18:09 -0400 (0:00:00.024) 0:00:18.886 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:18:09 -0400 (0:00:00.023) 0:00:18.910 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Wednesday 31 July 2024 21:18:09 -0400 (0:00:00.081) 0:00:18.992 ******** 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": 1722475084.7081604, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1722475084.7161605, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25166092, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475084.3341594, "nlink": 1, "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 3002, "version": "2570617327", "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": 1722475085.892164, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1722475085.899164, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37748945, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475085.6131632, "nlink": 1, "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 3002, "version": "1114679522", "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": 1722475087.1131678, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1722475087.1201677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 48234901, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475086.8331668, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 3002, "version": "720177223", "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": 1722475088.7041726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1722475088.7121727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 62914765, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475088.4261718, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 3002, "version": "760360126", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role again with user config] ************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:90 Wednesday 31 July 2024 21:18:10 -0400 (0:00:01.476) 0:00:20.468 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:18:10 -0400 (0:00:00.090) 0:00:20.559 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:18:10 -0400 (0:00:00.050) 0:00:20.610 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:18:10 -0400 (0:00:00.036) 0:00:20.646 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:18:10 -0400 (0:00:00.031) 0:00:20.677 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:18:10 -0400 (0:00:00.030) 0:00:20.708 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:18:10 -0400 (0:00:00.066) 0:00:20.774 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:18:12 -0400 (0:00:01.566) 0:00:22.341 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:18:12 -0400 (0:00:00.027) 0:00:22.368 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:18:12 -0400 (0:00:00.032) 0:00:22.401 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028927", "end": "2024-07-31 21:18:12.872560", "rc": 0, "start": "2024-07-31 21:18:12.843633" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:18:12 -0400 (0:00:00.402) 0:00:22.804 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:18:12 -0400 (0:00:00.061) 0:00:22.866 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:18:13 -0400 (0:00:00.034) 0:00:22.900 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:18:13 -0400 (0:00:00.028) 0:00:22.928 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:18:13 -0400 (0:00:00.035) 0:00:22.964 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:18:13 -0400 (0:00:00.058) 0:00:23.023 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:18:13 -0400 (0:00:00.031) 0:00:23.054 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:18:13 -0400 (0:00:00.032) 0:00:23.086 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "3002" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:18:13 -0400 (0:00:00.041) 0:00:23.128 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "user1": [ "x", "3002", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:18:13 -0400 (0:00:00.389) 0:00:23.517 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:18:13 -0400 (0:00:00.038) 0:00:23.556 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:18:14 -0400 (0:00:00.384) 0:00:23.940 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003743", "end": "2024-07-31 21:18:14.394242", "rc": 0, "start": "2024-07-31 21:18:14.390499" } STDOUT: 0: user1 165536 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:18:14 -0400 (0:00:00.386) 0:00:24.327 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003910", "end": "2024-07-31 21:18:14.778435", "rc": 0, "start": "2024-07-31 21:18:14.774525" } STDOUT: 0: user1 165536 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:18:14 -0400 (0:00:00.383) 0:00:24.710 ******** ok: [managed_node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 165536 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 165536 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:18:14 -0400 (0:00:00.045) 0:00:24.756 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:18:14 -0400 (0:00:00.025) 0:00:24.782 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:18:14 -0400 (0:00:00.028) 0:00:24.811 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:18:15 -0400 (0:00:00.058) 0:00:24.869 ******** 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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:18:15 -0400 (0:00:00.026) 0:00:24.896 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:18:15 -0400 (0:00:00.028) 0:00:24.925 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user1/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:18:15 -0400 (0:00:00.053) 0:00:24.978 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:18:15 -0400 (0:00:00.056) 0:00:25.034 ******** ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:18:15 -0400 (0:00:00.399) 0:00:25.434 ******** ok: [managed_node1] => { "changed": false, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 116, "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:18:16 -0400 (0:00:00.674) 0:00:26.108 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:18:16 -0400 (0:00:00.056) 0:00:26.165 ******** ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:18:16 -0400 (0:00:00.400) 0:00:26.565 ******** ok: [managed_node1] => { "changed": false, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 225, "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:18:17 -0400 (0:00:00.688) 0:00:27.254 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:18:17 -0400 (0:00:00.057) 0:00:27.311 ******** ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:18:17 -0400 (0:00:00.400) 0:00:27.712 ******** ok: [managed_node1] => { "changed": false, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/home/user1/.config/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/storage.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 109, "state": "file", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:18:18 -0400 (0:00:00.705) 0:00:28.418 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:18:18 -0400 (0:00:00.108) 0:00:28.526 ******** ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 3002 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:18:19 -0400 (0:00:00.401) 0:00:28.928 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722475090.5221782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1722475088.7121727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 62914765, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475088.4261718, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 3002, "version": "760360126", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:18:19 -0400 (0:00:00.465) 0:00:29.393 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.547) 0:00:29.941 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.052) 0:00:29.994 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.047) 0:00:30.041 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.041) 0:00:30.083 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.045) 0:00:30.129 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.043) 0:00:30.173 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.043) 0:00:30.216 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.045) 0:00:30.261 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.041) 0:00:30.303 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.044) 0:00:30.347 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.043) 0:00:30.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 : Handle certs.d files - absent] ******** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.041) 0:00:30.432 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Wednesday 31 July 2024 21:18:20 -0400 (0:00:00.072) 0:00:30.504 ******** 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": 1722475089.442175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1722475084.7161605, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25166092, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475084.3341594, "nlink": 1, "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 3002, "version": "2570617327", "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": 1722475089.798176, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1722475085.899164, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37748945, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475085.6131632, "nlink": 1, "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 3002, "version": "1114679522", "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": 1722475090.160177, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1722475087.1201677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 48234901, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475086.8331668, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 3002, "version": "720177223", "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": 1722475090.5221782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1722475088.7121727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 62914765, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475088.4261718, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 3002, "version": "760360126", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role with root config] ******************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104 Wednesday 31 July 2024 21:18:22 -0400 (0:00:01.493) 0:00:31.997 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:18:22 -0400 (0:00:00.099) 0:00:32.097 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:18:22 -0400 (0:00:00.088) 0:00:32.186 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:18:22 -0400 (0:00:00.033) 0:00:32.220 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:18:22 -0400 (0:00:00.032) 0:00:32.252 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:18:22 -0400 (0:00:00.029) 0:00:32.282 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:18:22 -0400 (0:00:00.068) 0:00:32.351 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:18:24 -0400 (0:00:01.573) 0:00:33.925 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:18:24 -0400 (0:00:00.029) 0:00:33.954 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:18:24 -0400 (0:00:00.033) 0:00:33.987 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029030", "end": "2024-07-31 21:18:24.460595", "rc": 0, "start": "2024-07-31 21:18:24.431565" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:18:24 -0400 (0:00:00.404) 0:00:34.392 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:18:24 -0400 (0:00:00.031) 0:00:34.423 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:18:24 -0400 (0:00:00.029) 0:00:34.453 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:18:24 -0400 (0:00:00.030) 0:00:34.483 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:18:24 -0400 (0:00:00.035) 0:00:34.518 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:18:24 -0400 (0:00:00.100) 0:00:34.619 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:18:25 -0400 (0:00:00.390) 0:00:35.010 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:18:25 -0400 (0:00:00.032) 0:00:35.043 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:18:25 -0400 (0:00:00.044) 0:00:35.087 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:18:25 -0400 (0:00:00.381) 0:00:35.469 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:18:25 -0400 (0:00:00.037) 0:00:35.506 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.380) 0:00:35.887 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.027) 0:00:35.914 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.027) 0:00:35.942 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.027) 0:00:35.969 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.026) 0:00:35.996 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.028) 0:00:36.025 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.025) 0:00:36.051 ******** 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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.029) 0:00:36.081 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.026) 0:00:36.107 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.055) 0:00:36.162 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.055) 0:00:36.218 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:18:26 -0400 (0:00:00.432) 0:00:36.651 ******** changed: [managed_node1] => { "changed": true, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "src": "/root/.ansible/tmp/ansible-tmp-1722475106.8321743-16581-105107484971420/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:18:27 -0400 (0:00:00.727) 0:00:37.378 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:18:27 -0400 (0:00:00.057) 0:00:37.435 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:18:27 -0400 (0:00:00.391) 0:00:37.826 ******** changed: [managed_node1] => { "changed": true, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "92130a764e88fe669136f6cf26613a84", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 225, "src": "/root/.ansible/tmp/ansible-tmp-1722475108.005857-16605-38521116242870/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:18:28 -0400 (0:00:00.731) 0:00:38.558 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:18:28 -0400 (0:00:00.058) 0:00:38.617 ******** 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": 187, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:18:29 -0400 (0:00:00.400) 0:00:39.017 ******** changed: [managed_node1] => { "changed": true, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "47c893f010daf00398b7ed40f434aa0e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 109, "src": "/root/.ansible/tmp/ansible-tmp-1722475109.1970594-16629-82266045359840/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:18:29 -0400 (0:00:00.731) 0:00:39.748 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:18:29 -0400 (0:00:00.059) 0:00:39.808 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:18:30 -0400 (0:00:00.402) 0:00:40.211 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474539.142704, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1722474475.861607, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 241172682, "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": "3926621815", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:18:30 -0400 (0:00:00.391) 0:00:40.603 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:18:31 -0400 (0:00:00.380) 0:00:40.983 ******** 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-1722475111.1677513-16669-171126714555881/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:18:31 -0400 (0:00:00.740) 0:00:41.723 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:18:31 -0400 (0:00:00.028) 0:00:41.752 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:18:31 -0400 (0:00:00.030) 0:00:41.783 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:18:31 -0400 (0:00:00.028) 0:00:41.811 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:18:32 -0400 (0:00:00.066) 0:00:41.878 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:18:32 -0400 (0:00:00.027) 0:00:41.905 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:18:32 -0400 (0:00:00.025) 0:00:41.931 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:18:32 -0400 (0:00:00.029) 0:00:41.961 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:18:32 -0400 (0:00:00.026) 0:00:41.987 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:18:32 -0400 (0:00:00.026) 0:00:42.013 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:18:32 -0400 (0:00:00.027) 0:00:42.040 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Wednesday 31 July 2024 21:18:32 -0400 (0:00:00.043) 0:00:42.084 ******** 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": 1722475107.43823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1722475107.44223, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 199229655, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475107.162229, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 0, "version": "1846347447", "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": 1722475108.6152334, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1722475108.6202335, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715407, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475108.3372326, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 0, "version": "4121581233", "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": 1722475109.805237, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1722475109.8092372, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 220201175, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475109.5282364, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "892850738", "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": 1722475111.7802432, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1722475111.7812433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075533, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475111.4982424, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "974466273", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Wednesday 31 July 2024 21:18:33 -0400 (0:00:01.468) 0:00:43.552 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 31 July 2024 21:18:33 -0400 (0:00:00.115) 0:00:43.667 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 31 July 2024 21:18:33 -0400 (0:00:00.051) 0:00:43.719 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 31 July 2024 21:18:33 -0400 (0:00:00.033) 0:00:43.753 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 31 July 2024 21:18:33 -0400 (0:00:00.032) 0:00:43.786 ******** 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 platform/version specific variables] *** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 31 July 2024 21:18:33 -0400 (0:00:00.033) 0:00:43.819 ******** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 31 July 2024 21:18:34 -0400 (0:00:00.162) 0:00:43.982 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 31 July 2024 21:18:35 -0400 (0:00:01.574) 0:00:45.557 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 31 July 2024 21:18:35 -0400 (0:00:00.029) 0:00:45.586 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 31 July 2024 21:18:35 -0400 (0:00:00.032) 0:00:45.619 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031777", "end": "2024-07-31 21:18:36.092545", "rc": 0, "start": "2024-07-31 21:18:36.060768" } STDOUT: podman version 4.9.4-dev STDERR: time="2024-07-31T21:18:36-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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.410) 0:00:46.029 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.032) 0:00:46.062 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.030) 0:00:46.092 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.031) 0:00:46.124 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.034) 0:00:46.158 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.060) 0:00:46.219 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.033) 0:00:46.252 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.032) 0:00:46.285 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.042) 0:00:46.327 ******** ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.386) 0:00:46.714 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 31 July 2024 21:18:36 -0400 (0:00:00.082) 0:00:46.796 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722474513.7316563, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1722474474.4946053, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "481438935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.389) 0:00:47.185 ******** 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 group with getsubids] *********** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.028) 0:00:47.214 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.030) 0:00:47.244 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.028) 0:00:47.273 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.031) 0:00:47.304 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.027) 0:00:47.331 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.029) 0:00:47.361 ******** 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 group not in subgid file] ***** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.029) 0:00:47.390 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.030) 0:00:47.421 ******** ok: [managed_node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.060) 0:00:47.481 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 31 July 2024 21:18:37 -0400 (0:00:00.057) 0:00:47.539 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 31 July 2024 21:18:38 -0400 (0:00:00.400) 0:00:47.939 ******** ok: [managed_node1] => { "changed": false, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 31 July 2024 21:18:38 -0400 (0:00:00.683) 0:00:48.623 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 31 July 2024 21:18:38 -0400 (0:00:00.058) 0:00:48.681 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 31 July 2024 21:18:39 -0400 (0:00:00.403) 0:00:49.084 ******** ok: [managed_node1] => { "changed": false, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 225, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 31 July 2024 21:18:39 -0400 (0:00:00.727) 0:00:49.812 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 31 July 2024 21:18:40 -0400 (0:00:00.058) 0:00:49.871 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 31 July 2024 21:18:40 -0400 (0:00:00.401) 0:00:50.273 ******** ok: [managed_node1] => { "changed": false, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/storage.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 109, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 31 July 2024 21:18:41 -0400 (0:00:00.698) 0:00:50.971 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 31 July 2024 21:18:41 -0400 (0:00:00.061) 0:00:51.032 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 31 July 2024 21:18:41 -0400 (0:00:00.401) 0:00:51.434 ******** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722475113.6092489, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1722475111.7812433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075533, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475111.4982424, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "974466273", "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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 31 July 2024 21:18:41 -0400 (0:00:00.389) 0:00:51.823 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.375) 0:00:52.199 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.033) 0:00:52.233 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.028) 0:00:52.261 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.031) 0:00:52.292 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.028) 0:00:52.320 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.028) 0:00:52.349 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.024) 0:00:52.373 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.025) 0:00:52.399 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.024) 0:00:52.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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.023) 0:00:52.447 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.063) 0:00:52.511 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.027) 0:00:52.539 ******** 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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Wednesday 31 July 2024 21:18:42 -0400 (0:00:00.040) 0:00:52.580 ******** 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": 1722475112.5352454, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1722475107.44223, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 199229655, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475107.162229, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 0, "version": "1846347447", "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": 1722475112.8902466, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1722475108.6202335, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715407, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475108.3372326, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 0, "version": "4121581233", "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": 1722475113.2482476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1722475109.8092372, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 220201175, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475109.5282364, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "892850738", "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": 1722475113.6092489, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1722475111.7812433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075533, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722475111.4982424, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "974466273", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132 Wednesday 31 July 2024 21:18:44 -0400 (0:00:01.470) 0:00:54.050 ******** included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed_node1 => (item=/home/user1/.config/containers/storage.conf) included: /tmp/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/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/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Wednesday 31 July 2024 21:18:44 -0400 (0:00:00.101) 0:00:54.152 ******** ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=", "encoding": "base64", "source": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Wednesday 31 July 2024 21:18:44 -0400 (0:00:00.375) 0:00:54.527 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Wednesday 31 July 2024 21:18:44 -0400 (0:00:00.081) 0:00:54.608 ******** ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK", "encoding": "base64", "source": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Wednesday 31 July 2024 21:18:45 -0400 (0:00:00.375) 0:00:54.983 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Wednesday 31 July 2024 21:18:45 -0400 (0:00:00.078) 0:00:55.061 ******** ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/home/user1/.config/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Wednesday 31 July 2024 21:18:45 -0400 (0:00:00.373) 0:00:55.435 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Wednesday 31 July 2024 21:18:45 -0400 (0:00:00.074) 0:00:55.510 ******** ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=", "encoding": "base64", "source": "/etc/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Wednesday 31 July 2024 21:18:46 -0400 (0:00:00.377) 0:00:55.887 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Wednesday 31 July 2024 21:18:46 -0400 (0:00:00.076) 0:00:55.964 ******** ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK", "encoding": "base64", "source": "/etc/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Wednesday 31 July 2024 21:18:46 -0400 (0:00:00.378) 0:00:56.342 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Wednesday 31 July 2024 21:18:46 -0400 (0:00:00.132) 0:00:56.474 ******** ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/etc/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Wednesday 31 July 2024 21:18:46 -0400 (0:00:00.382) 0:00:56.856 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Remove test config files] ************************************************ task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Wednesday 31 July 2024 21:18:47 -0400 (0:00:00.181) 0:00:57.038 ******** 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 [Restore system config files] ********************************************* task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:159 Wednesday 31 July 2024 21:18:50 -0400 (0:00:02.865) 0:00:59.903 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_rnge1qj8/backup.tar" ], "delta": "0:00:00.003829", "end": "2024-07-31 21:18:50.355255", "rc": 0, "start": "2024-07-31 21:18:50.351426" } STDOUT: /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:164 Wednesday 31 July 2024 21:18:50 -0400 (0:00:00.383) 0:01:00.286 ******** changed: [managed_node1] => { "changed": true, "path": "/tmp/lsr_podman_config_rnge1qj8", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=158 changed=15 unreachable=0 failed=0 skipped=137 rescued=0 ignored=0 Wednesday 31 July 2024 21:18:50 -0400 (0:00:00.431) 0:01:00.718 ******** =============================================================================== Remove test config files ------------------------------------------------ 2.87s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.77s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.64s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.57s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.57s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.57s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.49s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Check that files exist and are non-null --------------------------------- 1.48s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Check that files still exist and are non-null --------------------------- 1.47s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Check that files exist and are non-null --------------------------------- 1.47s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Gathering Facts --------------------------------------------------------- 1.09s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Update container config file --------- 0.83s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.74s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 fedora.linux_system_roles.podman : Update storage config file ----------- 0.73s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.73s /tmp/tmp.PEcYTbfqSk/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.73s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.73s /tmp/tmp.PEcYTbfqSk/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.73s /tmp/tmp.PEcYTbfqSk/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.73s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.72s /tmp/tmp.PEcYTbfqSk/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25