ansible-playbook [core 2.17.5] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-D0h executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 2 plays in /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Monday 28 October 2024 12:42:05 -0400 (0:00:00.009) 0:00:00.009 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-TpF/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Monday 28 October 2024 12:42:05 -0400 (0:00:00.040) 0:00:00.050 ******** [WARNING]: Platform linux on host managed-node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node3] TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:48 Monday 28 October 2024 12:42:08 -0400 (0:00:02.469) 0:00:02.519 ******** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 28 October 2024 12:42:08 -0400 (0:00:00.047) 0:00:02.567 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 28 October 2024 12:42:08 -0400 (0:00:00.023) 0:00:02.591 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 28 October 2024 12:42:08 -0400 (0:00:00.036) 0:00:02.627 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 28 October 2024 12:42:08 -0400 (0:00:00.462) 0:00:03.089 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 28 October 2024 12:42:08 -0400 (0:00:00.040) 0:00:03.130 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 28 October 2024 12:42:09 -0400 (0:00:00.402) 0:00:03.532 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 28 October 2024 12:42:09 -0400 (0:00:00.038) 0:00:03.570 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 28 October 2024 12:42:09 -0400 (0:00:00.071) 0:00:03.642 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 28 October 2024 12:42:10 -0400 (0:00:01.127) 0:00:04.770 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 28 October 2024 12:42:10 -0400 (0:00:00.055) 0:00:04.825 ******** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: criu-3.19-5.el10.x86_64", "Installed: netavark-2:1.12.2-1.el10.x86_64", "Installed: conmon-2:2.1.12-2.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-3.el10.x86_64", "Installed: catatonit-5:0.1.7-7.el10.x86_64", "Installed: container-selinux-3:2.232.1-3.el10.noarch", "Installed: containers-common-5:0.60.2-4.el10.noarch", "Installed: containers-common-extra-5:0.60.2-4.el10.noarch", "Installed: protobuf-c-1.5.0-5.el10.x86_64", "Installed: libnet-1.3-6.el10.x86_64", "Installed: podman-6:5.2.2-1.el10.x86_64", "Installed: passt-0^20240806.gee36266-2.el10.x86_64", "Installed: passt-selinux-0^20240806.gee36266-2.el10.noarch", "Installed: gpgme-1.23.2-5.el10.x86_64", "Installed: criu-libs-3.19-5.el10.x86_64", "Installed: crun-1.17-1.el10.x86_64", "Installed: aardvark-dns-2:1.12.2-1.el10.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 28 October 2024 12:43:22 -0400 (0:01:12.468) 0:01:17.294 ******** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 28 October 2024 12:43:22 -0400 (0:00:00.047) 0:01:17.341 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 28 October 2024 12:43:22 -0400 (0:00:00.049) 0:01:17.391 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 28 October 2024 12:43:22 -0400 (0:00:00.047) 0:01:17.438 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034609", "end": "2024-10-28 12:43:23.479081", "rc": 0, "start": "2024-10-28 12:43:23.444472" } STDOUT: podman version 5.2.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 28 October 2024 12:43:23 -0400 (0:00:00.563) 0:01:18.002 ******** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.2.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 28 October 2024 12:43:23 -0400 (0:00:00.032) 0:01:18.034 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 28 October 2024 12:43:23 -0400 (0:00:00.034) 0:01:18.069 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 28 October 2024 12:43:23 -0400 (0:00:00.059) 0:01:18.128 ******** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 28 October 2024 12:43:23 -0400 (0:00:00.063) 0:01:18.192 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 28 October 2024 12:43:23 -0400 (0:00:00.059) 0:01:18.252 ******** ok: [managed-node3] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 28 October 2024 12:43:24 -0400 (0:00:00.498) 0:01:18.751 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 28 October 2024 12:43:24 -0400 (0:00:00.061) 0:01:18.813 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 28 October 2024 12:43:24 -0400 (0:00:00.045) 0:01:18.858 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1719187200.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1730133785.3882165, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8895830, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "1256886815", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 28 October 2024 12:43:24 -0400 (0:00:00.380) 0:01:19.239 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 28 October 2024 12:43:24 -0400 (0:00:00.030) 0:01:19.269 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 28 October 2024 12:43:24 -0400 (0:00:00.031) 0:01:19.301 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 28 October 2024 12:43:24 -0400 (0:00:00.029) 0:01:19.330 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 28 October 2024 12:43:24 -0400 (0:00:00.030) 0:01:19.361 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 28 October 2024 12:43:24 -0400 (0:00:00.029) 0:01:19.391 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 28 October 2024 12:43:24 -0400 (0:00:00.030) 0:01:19.422 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 28 October 2024 12:43:25 -0400 (0:00:00.029) 0:01:19.451 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 28 October 2024 12:43:25 -0400 (0:00:00.030) 0:01:19.482 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 28 October 2024 12:43:25 -0400 (0:00:00.058) 0:01:19.540 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 28 October 2024 12:43:25 -0400 (0:00:00.058) 0:01:19.599 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 28 October 2024 12:43:25 -0400 (0:00:00.032) 0:01:19.632 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 28 October 2024 12:43:25 -0400 (0:00:00.031) 0:01:19.663 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 28 October 2024 12:43:25 -0400 (0:00:00.058) 0:01:19.721 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 28 October 2024 12:43:25 -0400 (0:00:00.033) 0:01:19.755 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 28 October 2024 12:43:25 -0400 (0:00:00.031) 0:01:19.786 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 28 October 2024 12:43:25 -0400 (0:00:00.060) 0:01:19.847 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 28 October 2024 12:43:25 -0400 (0:00:00.067) 0:01:19.914 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 28 October 2024 12:43:25 -0400 (0:00:00.031) 0:01:19.945 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 28 October 2024 12:43:25 -0400 (0:00:00.064) 0:01:20.009 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 28 October 2024 12:43:25 -0400 (0:00:00.031) 0:01:20.041 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 28 October 2024 12:43:25 -0400 (0:00:00.033) 0:01:20.074 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 28 October 2024 12:43:25 -0400 (0:00:00.032) 0:01:20.107 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 28 October 2024 12:43:25 -0400 (0:00:00.032) 0:01:20.140 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 28 October 2024 12:43:25 -0400 (0:00:00.031) 0:01:20.171 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 28 October 2024 12:43:25 -0400 (0:00:00.034) 0:01:20.206 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 28 October 2024 12:43:25 -0400 (0:00:00.048) 0:01:20.254 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 28 October 2024 12:43:25 -0400 (0:00:00.032) 0:01:20.287 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 28 October 2024 12:43:25 -0400 (0:00:00.027) 0:01:20.314 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 28 October 2024 12:43:25 -0400 (0:00:00.029) 0:01:20.344 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 28 October 2024 12:43:25 -0400 (0:00:00.027) 0:01:20.372 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 28 October 2024 12:43:25 -0400 (0:00:00.029) 0:01:20.401 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 28 October 2024 12:43:25 -0400 (0:00:00.028) 0:01:20.429 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 28 October 2024 12:43:26 -0400 (0:00:00.028) 0:01:20.458 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Create temp directory] *************************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:59 Monday 28 October 2024 12:43:26 -0400 (0:00:00.044) 0:01:20.502 ******** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_39fmjr7c", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:65 Monday 28 October 2024 12:43:26 -0400 (0:00:00.500) 0:01:21.003 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_39fmjr7c/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.006936", "end": "2024-10-28 12:43:26.876934", "rc": 0, "start": "2024-10-28 12:43:26.869998" } STDOUT: /etc/containers/policy.json STDERR: tar: /etc/containers/containers.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory tar: /etc/containers/registries.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory tar: /etc/containers/storage.conf: Warning: Cannot stat: No such file or directory TASK [Create user] ************************************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 Monday 28 October 2024 12:43:26 -0400 (0:00:00.388) 0:01:21.391 ******** changed: [managed-node3] => { "changed": true, "comment": "", "create_home": true, "group": 1000, "home": "/home/user1", "name": "user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1000 } TASK [Run the role with user config] ******************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:76 Monday 28 October 2024 12:43:27 -0400 (0:00:00.711) 0:01:22.102 ******** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 28 October 2024 12:43:27 -0400 (0:00:00.088) 0:01:22.190 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 28 October 2024 12:43:27 -0400 (0:00:00.052) 0:01:22.243 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 28 October 2024 12:43:27 -0400 (0:00:00.039) 0:01:22.282 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 28 October 2024 12:43:27 -0400 (0:00:00.039) 0:01:22.321 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 28 October 2024 12:43:27 -0400 (0:00:00.052) 0:01:22.373 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 28 October 2024 12:43:27 -0400 (0:00:00.034) 0:01:22.408 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 28 October 2024 12:43:27 -0400 (0:00:00.034) 0:01:22.443 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 28 October 2024 12:43:28 -0400 (0:00:00.074) 0:01:22.518 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 28 October 2024 12:43:28 -0400 (0:00:00.771) 0:01:23.289 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 28 October 2024 12:43:28 -0400 (0:00:00.032) 0:01:23.321 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 28 October 2024 12:43:28 -0400 (0:00:00.036) 0:01:23.357 ******** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 28 October 2024 12:43:28 -0400 (0:00:00.043) 0:01:23.400 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 28 October 2024 12:43:28 -0400 (0:00:00.042) 0:01:23.443 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 28 October 2024 12:43:29 -0400 (0:00:00.033) 0:01:23.476 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027102", "end": "2024-10-28 12:43:29.359212", "rc": 0, "start": "2024-10-28 12:43:29.332110" } STDOUT: podman version 5.2.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 28 October 2024 12:43:29 -0400 (0:00:00.397) 0:01:23.874 ******** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.2.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 28 October 2024 12:43:29 -0400 (0:00:00.071) 0:01:23.945 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 28 October 2024 12:43:29 -0400 (0:00:00.035) 0:01:23.981 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 28 October 2024 12:43:29 -0400 (0:00:00.033) 0:01:24.014 ******** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 28 October 2024 12:43:29 -0400 (0:00:00.037) 0:01:24.051 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 28 October 2024 12:43:29 -0400 (0:00:00.061) 0:01:24.113 ******** ok: [managed-node3] => { "ansible_facts": { "getent_passwd": { "user1": [ "x", "1000", "1000", "", "/home/user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 28 October 2024 12:43:30 -0400 (0:00:00.386) 0:01:24.500 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 28 October 2024 12:43:30 -0400 (0:00:00.038) 0:01:24.539 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "1000" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 28 October 2024 12:43:30 -0400 (0:00:00.047) 0:01:24.586 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1730133804.7122886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1730133785.3882165, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8895830, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "1256886815", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 28 October 2024 12:43:30 -0400 (0:00:00.379) 0:01:24.965 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.004474", "end": "2024-10-28 12:43:30.832639", "rc": 0, "start": "2024-10-28 12:43:30.828165" } STDOUT: 0: user1 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 28 October 2024 12:43:30 -0400 (0:00:00.382) 0:01:25.348 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.005321", "end": "2024-10-28 12:43:31.218996", "rc": 0, "start": "2024-10-28 12:43:31.213675" } STDOUT: 0: user1 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 28 October 2024 12:43:31 -0400 (0:00:00.386) 0:01:25.734 ******** ok: [managed-node3] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 524288 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 524288 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 28 October 2024 12:43:31 -0400 (0:00:00.050) 0:01:25.785 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 28 October 2024 12:43:31 -0400 (0:00:00.032) 0:01:25.817 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 28 October 2024 12:43:31 -0400 (0:00:00.030) 0:01:25.848 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 28 October 2024 12:43:31 -0400 (0:00:00.032) 0:01:25.880 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 28 October 2024 12:43:31 -0400 (0:00:00.030) 0:01:25.911 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 28 October 2024 12:43:31 -0400 (0:00:00.031) 0:01:25.942 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user1/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 28 October 2024 12:43:31 -0400 (0:00:00.061) 0:01:26.003 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 28 October 2024 12:43:31 -0400 (0:00:00.059) 0:01:26.063 ******** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 28 October 2024 12:43:32 -0400 (0:00:00.581) 0:01:26.644 ******** changed: [managed-node3] => { "changed": true, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 116, "src": "/root/.ansible/tmp/ansible-tmp-1730133812.2453418-7761-281027461974199/.source.conf", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 28 October 2024 12:43:33 -0400 (0:00:00.818) 0:01:27.462 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 28 October 2024 12:43:33 -0400 (0:00:00.061) 0:01:27.523 ******** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 28 October 2024 12:43:33 -0400 (0:00:00.402) 0:01:27.926 ******** changed: [managed-node3] => { "changed": true, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "92130a764e88fe669136f6cf26613a84", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 225, "src": "/root/.ansible/tmp/ansible-tmp-1730133813.5270205-7792-178637058062423/.source.conf", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 28 October 2024 12:43:34 -0400 (0:00:00.734) 0:01:28.661 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 28 October 2024 12:43:34 -0400 (0:00:00.061) 0:01:28.722 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 56, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 28 October 2024 12:43:34 -0400 (0:00:00.390) 0:01:29.113 ******** changed: [managed-node3] => { "changed": true, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/home/user1/.config/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "47c893f010daf00398b7ed40f434aa0e", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 109, "src": "/root/.ansible/tmp/ansible-tmp-1730133814.7129886-7823-2160536770178/.source.conf", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 28 October 2024 12:43:35 -0400 (0:00:00.721) 0:01:29.835 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 28 October 2024 12:43:35 -0400 (0:00:00.063) 0:01:29.898 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 76, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 28 October 2024 12:43:35 -0400 (0:00:00.396) 0:01:30.295 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 28 October 2024 12:43:36 -0400 (0:00:00.376) 0:01:30.671 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_policy_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 28 October 2024 12:43:36 -0400 (0:00:00.044) 0:01:30.716 ******** changed: [managed-node3] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/home/user1/.config/containers/policy.json", "gid": 0, "group": "root", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1730133816.329123-7867-11985318939466/.source.json", "state": "file", "uid": 1000 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 28 October 2024 12:43:36 -0400 (0:00:00.715) 0:01:31.431 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 28 October 2024 12:43:37 -0400 (0:00:00.030) 0:01:31.462 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 28 October 2024 12:43:37 -0400 (0:00:00.031) 0:01:31.494 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 28 October 2024 12:43:37 -0400 (0:00:00.030) 0:01:31.524 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 28 October 2024 12:43:37 -0400 (0:00:00.029) 0:01:31.554 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 28 October 2024 12:43:37 -0400 (0:00:00.027) 0:01:31.581 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 28 October 2024 12:43:37 -0400 (0:00:00.061) 0:01:31.642 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 28 October 2024 12:43:37 -0400 (0:00:00.028) 0:01:31.671 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 28 October 2024 12:43:37 -0400 (0:00:00.028) 0:01:31.699 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 28 October 2024 12:43:37 -0400 (0:00:00.028) 0:01:31.728 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 28 October 2024 12:43:37 -0400 (0:00:00.034) 0:01:31.762 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files exist and are non-null] ********************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Monday 28 October 2024 12:43:37 -0400 (0:00:00.062) 0:01:31.825 ******** ok: [managed-node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1730133812.9433205, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1730133812.9463203, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 612368579, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133812.572319, "nlink": 1, "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 1000, "version": "3505202408", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1730133814.128325, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1730133814.132325, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 637534403, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133813.856324, "nlink": 1, "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 1000, "version": "3912196624", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/home/user1/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/storage.conf", "stat": { "atime": 1730133815.3143296, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1730133815.3183296, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 658505986, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133815.0423286, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 1000, "version": "1273869431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/home/user1/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/policy.json", "stat": { "atime": 1730133816.9143357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1730133816.9173357, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 687866114, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1730133816.6423347, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "998961658", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role again with user config] ************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:90 Monday 28 October 2024 12:43:38 -0400 (0:00:01.469) 0:01:33.294 ******** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 28 October 2024 12:43:38 -0400 (0:00:00.104) 0:01:33.399 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 28 October 2024 12:43:39 -0400 (0:00:00.052) 0:01:33.452 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 28 October 2024 12:43:39 -0400 (0:00:00.038) 0:01:33.490 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 28 October 2024 12:43:39 -0400 (0:00:00.035) 0:01:33.525 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 28 October 2024 12:43:39 -0400 (0:00:00.034) 0:01:33.560 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 28 October 2024 12:43:39 -0400 (0:00:00.035) 0:01:33.595 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 28 October 2024 12:43:39 -0400 (0:00:00.035) 0:01:33.630 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 28 October 2024 12:43:39 -0400 (0:00:00.076) 0:01:33.707 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 28 October 2024 12:43:40 -0400 (0:00:00.844) 0:01:34.551 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 28 October 2024 12:43:40 -0400 (0:00:00.032) 0:01:34.584 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 28 October 2024 12:43:40 -0400 (0:00:00.037) 0:01:34.621 ******** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 28 October 2024 12:43:40 -0400 (0:00:00.032) 0:01:34.654 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 28 October 2024 12:43:40 -0400 (0:00:00.032) 0:01:34.687 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 28 October 2024 12:43:40 -0400 (0:00:00.031) 0:01:34.719 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025268", "end": "2024-10-28 12:43:40.592656", "rc": 0, "start": "2024-10-28 12:43:40.567388" } STDOUT: podman version 5.2.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 28 October 2024 12:43:40 -0400 (0:00:00.387) 0:01:35.106 ******** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.2.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 28 October 2024 12:43:40 -0400 (0:00:00.033) 0:01:35.140 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 28 October 2024 12:43:40 -0400 (0:00:00.035) 0:01:35.175 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 28 October 2024 12:43:40 -0400 (0:00:00.031) 0:01:35.207 ******** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 28 October 2024 12:43:40 -0400 (0:00:00.036) 0:01:35.244 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 28 October 2024 12:43:40 -0400 (0:00:00.062) 0:01:35.306 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 28 October 2024 12:43:40 -0400 (0:00:00.036) 0:01:35.342 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 28 October 2024 12:43:40 -0400 (0:00:00.034) 0:01:35.377 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "1000" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 28 October 2024 12:43:40 -0400 (0:00:00.047) 0:01:35.425 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1730133804.7122886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1730133785.3882165, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8895830, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "1256886815", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 28 October 2024 12:43:41 -0400 (0:00:00.368) 0:01:35.794 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003932", "end": "2024-10-28 12:43:41.648798", "rc": 0, "start": "2024-10-28 12:43:41.644866" } STDOUT: 0: user1 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 28 October 2024 12:43:41 -0400 (0:00:00.369) 0:01:36.163 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.004910", "end": "2024-10-28 12:43:42.018508", "rc": 0, "start": "2024-10-28 12:43:42.013598" } STDOUT: 0: user1 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 28 October 2024 12:43:42 -0400 (0:00:00.390) 0:01:36.554 ******** ok: [managed-node3] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 524288 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 524288 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 28 October 2024 12:43:42 -0400 (0:00:00.108) 0:01:36.663 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 28 October 2024 12:43:42 -0400 (0:00:00.090) 0:01:36.753 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 28 October 2024 12:43:42 -0400 (0:00:00.122) 0:01:36.875 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 28 October 2024 12:43:42 -0400 (0:00:00.051) 0:01:36.927 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 28 October 2024 12:43:42 -0400 (0:00:00.062) 0:01:36.990 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 28 October 2024 12:43:42 -0400 (0:00:00.062) 0:01:37.053 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user1/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 28 October 2024 12:43:42 -0400 (0:00:00.079) 0:01:37.132 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 28 October 2024 12:43:42 -0400 (0:00:00.090) 0:01:37.223 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 28 October 2024 12:43:43 -0400 (0:00:00.491) 0:01:37.714 ******** ok: [managed-node3] => { "changed": false, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 116, "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 28 October 2024 12:43:44 -0400 (0:00:00.771) 0:01:38.485 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 28 October 2024 12:43:44 -0400 (0:00:00.070) 0:01:38.556 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 28 October 2024 12:43:44 -0400 (0:00:00.436) 0:01:38.993 ******** ok: [managed-node3] => { "changed": false, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 225, "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 28 October 2024 12:43:45 -0400 (0:00:00.896) 0:01:39.889 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 28 October 2024 12:43:45 -0400 (0:00:00.161) 0:01:40.050 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 28 October 2024 12:43:46 -0400 (0:00:00.537) 0:01:40.587 ******** ok: [managed-node3] => { "changed": false, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/home/user1/.config/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/storage.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 109, "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 28 October 2024 12:43:46 -0400 (0:00:00.812) 0:01:41.400 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 28 October 2024 12:43:47 -0400 (0:00:00.082) 0:01:41.483 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 28 October 2024 12:43:47 -0400 (0:00:00.415) 0:01:41.899 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1730133818.7683427, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1730133816.9173357, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 687866114, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1730133816.6423347, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "998961658", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 28 October 2024 12:43:47 -0400 (0:00:00.392) 0:01:42.291 ******** ok: [managed-node3] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==", "encoding": "base64", "source": "/home/user1/.config/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 28 October 2024 12:43:48 -0400 (0:00:00.670) 0:01:42.962 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 28 October 2024 12:43:48 -0400 (0:00:00.058) 0:01:43.021 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 28 October 2024 12:43:48 -0400 (0:00:00.050) 0:01:43.071 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 28 October 2024 12:43:48 -0400 (0:00:00.049) 0:01:43.120 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 28 October 2024 12:43:48 -0400 (0:00:00.050) 0:01:43.171 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 28 October 2024 12:43:48 -0400 (0:00:00.044) 0:01:43.215 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 28 October 2024 12:43:48 -0400 (0:00:00.045) 0:01:43.261 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 28 October 2024 12:43:48 -0400 (0:00:00.043) 0:01:43.305 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 28 October 2024 12:43:48 -0400 (0:00:00.046) 0:01:43.351 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 28 October 2024 12:43:48 -0400 (0:00:00.035) 0:01:43.387 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 28 October 2024 12:43:48 -0400 (0:00:00.053) 0:01:43.440 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 28 October 2024 12:43:49 -0400 (0:00:00.038) 0:01:43.479 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files still exist and are non-null] *************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Monday 28 October 2024 12:43:49 -0400 (0:00:00.048) 0:01:43.527 ******** ok: [managed-node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1730133817.6883388, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1730133812.9463203, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 612368579, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133812.572319, "nlink": 1, "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 1000, "version": "3505202408", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1730133818.06534, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1730133814.132325, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 637534403, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133813.856324, "nlink": 1, "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 1000, "version": "3912196624", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/home/user1/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/storage.conf", "stat": { "atime": 1730133818.4203415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1730133815.3183296, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 658505986, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133815.0423286, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 1000, "version": "1273869431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/home/user1/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/policy.json", "stat": { "atime": 1730133818.7683427, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1730133816.9173357, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 687866114, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1730133816.6423347, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "998961658", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role with root config] ******************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104 Monday 28 October 2024 12:43:50 -0400 (0:00:01.436) 0:01:44.963 ******** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 28 October 2024 12:43:50 -0400 (0:00:00.122) 0:01:45.086 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 28 October 2024 12:43:50 -0400 (0:00:00.054) 0:01:45.141 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 28 October 2024 12:43:50 -0400 (0:00:00.038) 0:01:45.179 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 28 October 2024 12:43:50 -0400 (0:00:00.037) 0:01:45.216 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 28 October 2024 12:43:50 -0400 (0:00:00.079) 0:01:45.296 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 28 October 2024 12:43:50 -0400 (0:00:00.037) 0:01:45.333 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 28 October 2024 12:43:50 -0400 (0:00:00.039) 0:01:45.373 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 28 October 2024 12:43:51 -0400 (0:00:00.079) 0:01:45.452 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 28 October 2024 12:43:51 -0400 (0:00:00.805) 0:01:46.258 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 28 October 2024 12:43:51 -0400 (0:00:00.034) 0:01:46.292 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 28 October 2024 12:43:51 -0400 (0:00:00.037) 0:01:46.330 ******** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 28 October 2024 12:43:51 -0400 (0:00:00.034) 0:01:46.365 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 28 October 2024 12:43:51 -0400 (0:00:00.033) 0:01:46.398 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 28 October 2024 12:43:51 -0400 (0:00:00.034) 0:01:46.433 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026259", "end": "2024-10-28 12:43:52.308540", "rc": 0, "start": "2024-10-28 12:43:52.282281" } STDOUT: podman version 5.2.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 28 October 2024 12:43:52 -0400 (0:00:00.405) 0:01:46.839 ******** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.2.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 28 October 2024 12:43:52 -0400 (0:00:00.058) 0:01:46.897 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 28 October 2024 12:43:52 -0400 (0:00:00.054) 0:01:46.952 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 28 October 2024 12:43:52 -0400 (0:00:00.053) 0:01:47.005 ******** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 28 October 2024 12:43:52 -0400 (0:00:00.057) 0:01:47.062 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 28 October 2024 12:43:52 -0400 (0:00:00.094) 0:01:47.156 ******** ok: [managed-node3] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 28 October 2024 12:43:53 -0400 (0:00:00.420) 0:01:47.576 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 28 October 2024 12:43:53 -0400 (0:00:00.198) 0:01:47.775 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 28 October 2024 12:43:53 -0400 (0:00:00.051) 0:01:47.826 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1730133804.7122886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1730133785.3882165, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8895830, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "1256886815", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 28 October 2024 12:43:53 -0400 (0:00:00.377) 0:01:48.204 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 28 October 2024 12:43:53 -0400 (0:00:00.034) 0:01:48.238 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 28 October 2024 12:43:53 -0400 (0:00:00.032) 0:01:48.271 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 28 October 2024 12:43:53 -0400 (0:00:00.031) 0:01:48.303 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 28 October 2024 12:43:53 -0400 (0:00:00.031) 0:01:48.335 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 28 October 2024 12:43:53 -0400 (0:00:00.030) 0:01:48.366 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 28 October 2024 12:43:53 -0400 (0:00:00.032) 0:01:48.398 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 28 October 2024 12:43:53 -0400 (0:00:00.035) 0:01:48.433 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 28 October 2024 12:43:54 -0400 (0:00:00.048) 0:01:48.482 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 28 October 2024 12:43:54 -0400 (0:00:00.092) 0:01:48.574 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 28 October 2024 12:43:54 -0400 (0:00:00.081) 0:01:48.656 ******** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 28 October 2024 12:43:54 -0400 (0:00:00.406) 0:01:49.062 ******** changed: [managed-node3] => { "changed": true, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "src": "/root/.ansible/tmp/ansible-tmp-1730133834.6668549-8584-216784983077779/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 28 October 2024 12:43:55 -0400 (0:00:00.748) 0:01:49.810 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 28 October 2024 12:43:55 -0400 (0:00:00.082) 0:01:49.893 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 28 October 2024 12:43:55 -0400 (0:00:00.407) 0:01:50.300 ******** changed: [managed-node3] => { "changed": true, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "92130a764e88fe669136f6cf26613a84", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 225, "src": "/root/.ansible/tmp/ansible-tmp-1730133835.8994842-8642-62231377535086/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 28 October 2024 12:43:56 -0400 (0:00:00.726) 0:01:51.026 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 28 October 2024 12:43:56 -0400 (0:00:00.135) 0:01:51.161 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 159, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 28 October 2024 12:43:57 -0400 (0:00:00.426) 0:01:51.588 ******** changed: [managed-node3] => { "changed": true, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "47c893f010daf00398b7ed40f434aa0e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 109, "src": "/root/.ansible/tmp/ansible-tmp-1730133837.199745-8695-822003231891/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 28 October 2024 12:43:57 -0400 (0:00:00.788) 0:01:52.377 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 28 October 2024 12:43:57 -0400 (0:00:00.063) 0:01:52.440 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 28 October 2024 12:43:58 -0400 (0:00:00.406) 0:01:52.847 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1730133806.875297, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1730133785.3752165, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 398459074, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1725494400.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 663, "uid": 0, "version": "2767117120", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 28 October 2024 12:43:58 -0400 (0:00:00.420) 0:01:53.268 ******** ok: [managed-node3] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiBbCiAgICAgICAgewogICAgICAgICAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgogICAgICAgIH0KICAgIF0sCiAgICAidHJhbnNwb3J0cyI6IHsKICAgICAgICAiZG9ja2VyIjogewoJICAgICJyZWdpc3RyeS5hY2Nlc3MucmVkaGF0LmNvbSI6IFsKCQl7CgkJICAgICJ0eXBlIjogInNpZ25lZEJ5IiwKCQkgICAgImtleVR5cGUiOiAiR1BHS2V5cyIsCgkJICAgICJrZXlQYXRocyI6IFsiL2V0Yy9wa2kvcnBtLWdwZy9SUE0tR1BHLUtFWS1yZWRoYXQtcmVsZWFzZSIsICIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1iZXRhIl0KCQl9CgkgICAgXSwKCSAgICAicmVnaXN0cnkucmVkaGF0LmlvIjogWwoJCXsKCQkgICAgInR5cGUiOiAic2lnbmVkQnkiLAoJCSAgICAia2V5VHlwZSI6ICJHUEdLZXlzIiwKCQkgICAgImtleVBhdGhzIjogWyIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1yZWxlYXNlIiwgIi9ldGMvcGtpL3JwbS1ncGcvUlBNLUdQRy1LRVktcmVkaGF0LWJldGEiXQoJCX0KCSAgICBdCgl9LAogICAgICAgICJkb2NrZXItZGFlbW9uIjogewoJICAgICIiOiBbCgkJewoJCSAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgoJCX0KCSAgICBdCgl9CiAgICB9Cn0K", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 28 October 2024 12:43:59 -0400 (0:00:00.384) 0:01:53.652 ******** changed: [managed-node3] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/etc/containers/policy.json", "gid": 0, "group": "root", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1730133839.2654781-8798-124023727848716/.source.json", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 28 October 2024 12:43:59 -0400 (0:00:00.712) 0:01:54.364 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 28 October 2024 12:43:59 -0400 (0:00:00.032) 0:01:54.397 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 28 October 2024 12:43:59 -0400 (0:00:00.036) 0:01:54.433 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 28 October 2024 12:44:00 -0400 (0:00:00.040) 0:01:54.474 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 28 October 2024 12:44:00 -0400 (0:00:00.033) 0:01:54.507 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 28 October 2024 12:44:00 -0400 (0:00:00.033) 0:01:54.541 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 28 October 2024 12:44:00 -0400 (0:00:00.036) 0:01:54.577 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 28 October 2024 12:44:00 -0400 (0:00:00.032) 0:01:54.610 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 28 October 2024 12:44:00 -0400 (0:00:00.031) 0:01:54.641 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 28 October 2024 12:44:00 -0400 (0:00:00.028) 0:01:54.670 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 28 October 2024 12:44:00 -0400 (0:00:00.029) 0:01:54.699 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files exist and are non-null] ********************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Monday 28 October 2024 12:44:00 -0400 (0:00:00.045) 0:01:54.745 ******** ok: [managed-node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1730133835.2634063, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1730133835.2694063, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133834.9934053, "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": "1785357514", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1730133836.484411, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1730133836.4914112, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264241347, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133836.21741, "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": "4116386827", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1730133837.8564165, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1730133837.8624163, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212868, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133837.559415, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "2822470917", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1730133839.8461702, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1730133839.845424, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 322961604, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1730133839.8461714, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3403695291", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role again with root config] ************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Monday 28 October 2024 12:44:01 -0400 (0:00:01.472) 0:01:56.217 ******** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 28 October 2024 12:44:01 -0400 (0:00:00.196) 0:01:56.413 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 28 October 2024 12:44:02 -0400 (0:00:00.073) 0:01:56.487 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 28 October 2024 12:44:02 -0400 (0:00:00.048) 0:01:56.535 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 28 October 2024 12:44:02 -0400 (0:00:00.043) 0:01:56.578 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Monday 28 October 2024 12:44:02 -0400 (0:00:00.042) 0:01:56.621 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Monday 28 October 2024 12:44:02 -0400 (0:00:00.036) 0:01:56.657 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Monday 28 October 2024 12:44:02 -0400 (0:00:00.037) 0:01:56.695 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 28 October 2024 12:44:02 -0400 (0:00:00.075) 0:01:56.771 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 28 October 2024 12:44:03 -0400 (0:00:00.768) 0:01:57.539 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 28 October 2024 12:44:03 -0400 (0:00:00.034) 0:01:57.573 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 28 October 2024 12:44:03 -0400 (0:00:00.036) 0:01:57.610 ******** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 28 October 2024 12:44:03 -0400 (0:00:00.033) 0:01:57.644 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 28 October 2024 12:44:03 -0400 (0:00:00.033) 0:01:57.677 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 28 October 2024 12:44:03 -0400 (0:00:00.034) 0:01:57.712 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025139", "end": "2024-10-28 12:44:03.586499", "rc": 0, "start": "2024-10-28 12:44:03.561360" } STDOUT: podman version 5.2.2 STDERR: time="2024-10-28T12:44:03-04:00" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically." TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 28 October 2024 12:44:03 -0400 (0:00:00.390) 0:01:58.102 ******** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.2.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 28 October 2024 12:44:03 -0400 (0:00:00.106) 0:01:58.208 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 28 October 2024 12:44:03 -0400 (0:00:00.036) 0:01:58.244 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 28 October 2024 12:44:03 -0400 (0:00:00.034) 0:01:58.279 ******** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 28 October 2024 12:44:03 -0400 (0:00:00.037) 0:01:58.317 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 28 October 2024 12:44:03 -0400 (0:00:00.061) 0:01:58.379 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 28 October 2024 12:44:03 -0400 (0:00:00.036) 0:01:58.415 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 28 October 2024 12:44:04 -0400 (0:00:00.039) 0:01:58.455 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Monday 28 October 2024 12:44:04 -0400 (0:00:00.046) 0:01:58.501 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1730133804.7122886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1730133785.3882165, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8895830, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "1256886815", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 28 October 2024 12:44:04 -0400 (0:00:00.398) 0:01:58.899 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Monday 28 October 2024 12:44:04 -0400 (0:00:00.048) 0:01:58.948 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 28 October 2024 12:44:04 -0400 (0:00:00.051) 0:01:58.999 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Monday 28 October 2024 12:44:04 -0400 (0:00:00.048) 0:01:59.047 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Monday 28 October 2024 12:44:04 -0400 (0:00:00.051) 0:01:59.098 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Monday 28 October 2024 12:44:04 -0400 (0:00:00.047) 0:01:59.146 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Monday 28 October 2024 12:44:04 -0400 (0:00:00.053) 0:01:59.199 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Monday 28 October 2024 12:44:04 -0400 (0:00:00.075) 0:01:59.275 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Monday 28 October 2024 12:44:04 -0400 (0:00:00.045) 0:01:59.321 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Monday 28 October 2024 12:44:04 -0400 (0:00:00.094) 0:01:59.415 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 28 October 2024 12:44:05 -0400 (0:00:00.093) 0:01:59.509 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 28 October 2024 12:44:05 -0400 (0:00:00.514) 0:02:00.023 ******** ok: [managed-node3] => { "changed": false, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Monday 28 October 2024 12:44:06 -0400 (0:00:00.730) 0:02:00.753 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 28 October 2024 12:44:06 -0400 (0:00:00.098) 0:02:00.851 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 60, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 28 October 2024 12:44:06 -0400 (0:00:00.446) 0:02:01.297 ******** ok: [managed-node3] => { "changed": false, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 225, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Monday 28 October 2024 12:44:07 -0400 (0:00:00.739) 0:02:02.037 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 28 October 2024 12:44:07 -0400 (0:00:00.065) 0:02:02.103 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 28 October 2024 12:44:08 -0400 (0:00:00.388) 0:02:02.492 ******** ok: [managed-node3] => { "changed": false, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/storage.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 109, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Monday 28 October 2024 12:44:08 -0400 (0:00:00.669) 0:02:03.161 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 28 October 2024 12:44:08 -0400 (0:00:00.063) 0:02:03.224 ******** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 28 October 2024 12:44:09 -0400 (0:00:00.399) 0:02:03.623 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1730133841.6934311, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1730133839.845424, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 322961604, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1730133839.8461714, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3403695291", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 28 October 2024 12:44:09 -0400 (0:00:00.378) 0:02:04.002 ******** ok: [managed-node3] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 28 October 2024 12:44:09 -0400 (0:00:00.362) 0:02:04.365 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 28 October 2024 12:44:09 -0400 (0:00:00.036) 0:02:04.402 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Monday 28 October 2024 12:44:09 -0400 (0:00:00.034) 0:02:04.436 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Monday 28 October 2024 12:44:10 -0400 (0:00:00.032) 0:02:04.468 ******** ok: [managed-node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Monday 28 October 2024 12:44:10 -0400 (0:00:00.045) 0:02:04.514 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Monday 28 October 2024 12:44:10 -0400 (0:00:00.039) 0:02:04.553 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Monday 28 October 2024 12:44:10 -0400 (0:00:00.030) 0:02:04.584 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Monday 28 October 2024 12:44:10 -0400 (0:00:00.029) 0:02:04.613 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Monday 28 October 2024 12:44:10 -0400 (0:00:00.075) 0:02:04.689 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Monday 28 October 2024 12:44:10 -0400 (0:00:00.029) 0:02:04.718 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Monday 28 October 2024 12:44:10 -0400 (0:00:00.030) 0:02:04.749 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 28 October 2024 12:44:10 -0400 (0:00:00.030) 0:02:04.779 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files still exist and are non-null] *************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Monday 28 October 2024 12:44:10 -0400 (0:00:00.047) 0:02:04.827 ******** ok: [managed-node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1730133840.616427, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1730133835.2694063, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133834.9934053, "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": "1785357514", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1730133840.9904284, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1730133836.4914112, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264241347, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133836.21741, "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": "4116386827", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1730133841.3394299, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1730133837.8624163, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212868, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1730133837.559415, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "2822470917", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1730133841.6934311, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1730133839.845424, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 322961604, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1730133839.8461714, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3403695291", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132 Monday 28 October 2024 12:44:11 -0400 (0:00:01.458) 0:02:06.285 ******** included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/home/user1/.config/containers/storage.conf) included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/etc/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/etc/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/etc/containers/storage.conf) TASK [Get file] **************************************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 28 October 2024 12:44:11 -0400 (0:00:00.118) 0:02:06.404 ******** ok: [managed-node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=", "encoding": "base64", "source": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 28 October 2024 12:44:12 -0400 (0:00:00.396) 0:02:06.801 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 28 October 2024 12:44:12 -0400 (0:00:00.126) 0:02:06.928 ******** ok: [managed-node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK", "encoding": "base64", "source": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 28 October 2024 12:44:12 -0400 (0:00:00.418) 0:02:07.346 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 28 October 2024 12:44:13 -0400 (0:00:00.131) 0:02:07.477 ******** ok: [managed-node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/home/user1/.config/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 28 October 2024 12:44:13 -0400 (0:00:00.415) 0:02:07.893 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 28 October 2024 12:44:13 -0400 (0:00:00.101) 0:02:07.994 ******** ok: [managed-node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=", "encoding": "base64", "source": "/etc/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 28 October 2024 12:44:13 -0400 (0:00:00.379) 0:02:08.374 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 28 October 2024 12:44:14 -0400 (0:00:00.084) 0:02:08.459 ******** ok: [managed-node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK", "encoding": "base64", "source": "/etc/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 28 October 2024 12:44:14 -0400 (0:00:00.400) 0:02:08.859 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Monday 28 October 2024 12:44:14 -0400 (0:00:00.132) 0:02:08.992 ******** ok: [managed-node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/etc/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Monday 28 October 2024 12:44:14 -0400 (0:00:00.378) 0:02:09.370 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Remove test config files] ************************************************ task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Monday 28 October 2024 12:44:15 -0400 (0:00:00.197) 0:02:09.567 ******** changed: [managed-node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/containers.conf.d/50-systemroles.conf", "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/registries.conf.d/50-systemroles.conf", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/storage.conf", "path": "/etc/containers/storage.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/policy.json", "path": "/etc/containers/policy.json", "state": "absent" } changed: [managed-node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed-node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed-node3] => (item=/home/user1/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/storage.conf", "path": "/home/user1/.config/containers/storage.conf", "state": "absent" } changed: [managed-node3] => (item=/home/user1/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/policy.json", "path": "/home/user1/.config/containers/policy.json", "state": "absent" } TASK [Restore system config files] ********************************************* task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:159 Monday 28 October 2024 12:44:18 -0400 (0:00:03.153) 0:02:12.721 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_39fmjr7c/backup.tar" ], "delta": "0:00:00.004312", "end": "2024-10-28 12:44:18.595024", "rc": 0, "start": "2024-10-28 12:44:18.590712" } STDOUT: /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:164 Monday 28 October 2024 12:44:18 -0400 (0:00:00.387) 0:02:13.109 ******** changed: [managed-node3] => { "changed": true, "path": "/tmp/lsr_podman_config_39fmjr7c", "state": "absent" } PLAY RECAP ********************************************************************* managed-node3 : ok=156 changed=16 unreachable=0 failed=0 skipped=159 rescued=0 ignored=0 Monday 28 October 2024 12:44:19 -0400 (0:00:00.478) 0:02:13.587 ******** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 72.47s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Remove test config files ------------------------------------------------ 3.15s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Gathering Facts --------------------------------------------------------- 2.47s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Check that files exist and are non-null --------------------------------- 1.47s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Check that files exist and are non-null --------------------------------- 1.47s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Check that files still exist and are non-null --------------------------- 1.46s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Check that files still exist and are non-null --------------------------- 1.44s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.13s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update registries config file -------- 0.90s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.84s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update container config file --------- 0.82s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update storage config file ----------- 0.81s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.81s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update storage config file ----------- 0.79s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.77s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.77s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.77s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update container config file --------- 0.75s /tmp/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.74s /tmp/collections-D0h/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/collections-D0h/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13