# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_auth_and_security.yml ****************************************** 2 plays in /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:4 Tuesday 09 July 2024 18:06:13 +0000 (0:00:00.016) 0:00:00.016 ********** ok: [sut] => { "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": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Test various aspects of authentication and security settings] ************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:9 Tuesday 09 July 2024 18:06:13 +0000 (0:00:00.020) 0:00:00.036 ********** ok: [sut] TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:46 Tuesday 09 July 2024 18:06:14 +0000 (0:00:00.942) 0:00:00.978 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:06:14 +0000 (0:00:00.028) 0:00:01.006 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:06:14 +0000 (0:00:00.016) 0:00:01.023 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:06:14 +0000 (0:00:00.024) 0:00:01.047 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:06:14 +0000 (0:00:00.282) 0:00:01.329 ********** ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:06:14 +0000 (0:00:00.018) 0:00:01.348 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:06:14 +0000 (0:00:00.035) 0:00:01.383 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:06:16 +0000 (0:00:01.436) 0:00:02.819 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:06:16 +0000 (0:00:00.027) 0:00:02.847 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64", "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64", "Installed: fuse3-libs-3.3.0-19.el8.x86_64", "Installed: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:07:12 +0000 (0:00:56.535) 0:00:59.382 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030839", "end": "2024-07-09 18:07:12.879571", "rc": 0, "start": "2024-07-09 18:07:12.848732" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:07:12 +0000 (0:00:00.343) 0:00:59.726 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:07:12 +0000 (0:00:00.025) 0:00:59.752 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:07:12 +0000 (0:00:00.019) 0:00:59.772 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:07:12 +0000 (0:00:00.025) 0:00:59.798 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:07:13 +0000 (0:00:00.028) 0:00:59.826 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:07:13 +0000 (0:00:00.038) 0:00:59.864 ********** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:07:13 +0000 (0:00:00.281) 0:01:00.146 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:07:13 +0000 (0:00:00.023) 0:01:00.169 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:07:13 +0000 (0:00:00.138) 0:01:00.308 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:07:13 +0000 (0:00:00.224) 0:01:00.533 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:07:13 +0000 (0:00:00.037) 0:01:00.570 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:07:13 +0000 (0:00:00.207) 0:01:00.778 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:07:13 +0000 (0:00:00.019) 0:01:00.798 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.031) 0:01:00.829 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.031) 0:01:00.860 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.019) 0:01:00.880 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.022) 0:01:00.902 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.019) 0:01:00.922 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.024) 0:01:00.947 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.017) 0:01:00.965 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.046) 0:01:01.011 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.045) 0:01:01.056 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.034) 0:01:01.091 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.027) 0:01:01.118 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.045) 0:01:01.164 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.024) 0:01:01.188 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.018) 0:01:01.206 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.064) 0:01:01.271 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.024) 0:01:01.296 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.026) 0:01:01.322 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.043) 0:01:01.366 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.021) 0:01:01.387 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.028) 0:01:01.416 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.020) 0:01:01.436 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.019) 0:01:01.455 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.020) 0:01:01.476 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.019) 0:01:01.495 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.018) 0:01:01.514 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.016) 0:01:01.530 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.014) 0:01:01.545 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.015) 0:01:01.560 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.014) 0:01:01.575 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.016) 0:01:01.591 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.015) 0:01:01.607 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.016) 0:01:01.624 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Setup registry] ********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:50 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.025) 0:01:01.649 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:5 Tuesday 09 July 2024 18:07:14 +0000 (0:00:00.067) 0:01:01.717 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_kzv3b06o_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:12 Tuesday 09 July 2024 18:07:15 +0000 (0:00:00.268) 0:01:01.985 ********** ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_kzv3b06o_podman/auth", "__podman_test_authfile": "/tmp/lsr_kzv3b06o_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:17 Tuesday 09 July 2024 18:07:15 +0000 (0:00:00.020) 0:01:02.006 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_kzv3b06o_podman/auth", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Generate certificates for registry] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:23 Tuesday 09 July 2024 18:07:15 +0000 (0:00:00.266) 0:01:02.272 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Tuesday 09 July 2024 18:07:15 +0000 (0:00:00.041) 0:01:02.314 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 09 July 2024 18:07:15 +0000 (0:00:00.037) 0:01:02.351 ********** skipping: [sut] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Tuesday 09 July 2024 18:07:15 +0000 (0:00:00.056) 0:01:02.407 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Tuesday 09 July 2024 18:07:15 +0000 (0:00:00.206) 0:01:02.614 ********** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Tuesday 09 July 2024 18:07:15 +0000 (0:00:00.023) 0:01:02.637 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Tuesday 09 July 2024 18:07:15 +0000 (0:00:00.038) 0:01:02.676 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.3.7-6.el8.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Tuesday 09 July 2024 18:07:18 +0000 (0:00:02.990) 0:01:05.666 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64", "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Tuesday 09 July 2024 18:07:22 +0000 (0:00:03.918) 0:01:09.585 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Tuesday 09 July 2024 18:07:22 +0000 (0:00:00.216) 0:01:09.801 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Tuesday 09 July 2024 18:07:23 +0000 (0:00:00.218) 0:01:10.020 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service network.target basic.target system.slice syslog.target systemd-journald.socket dbus.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Tuesday 09 July 2024 18:07:23 +0000 (0:00:00.737) 0:01:10.757 ********** changed: [sut] => (item={'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } } MSG: Certificate requested (new). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Tuesday 09 July 2024 18:07:24 +0000 (0:00:00.701) 0:01:11.459 ********** ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQU44bGozTlNWVXljdXRGWmJFdFZXVEl3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJSbQpNalU0WmpjekxUVXlOVFUwWXpsakxXSmhaREUxT1RaakxUUmlOVFUxT1RNeE1CNFhEVEkwTURjd09URTRNRGN5Ck5Gb1hEVEkxTURjd09URTRNRGN5TkZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEwUWJkZ2lSTnNSYStBcDhVTVdDSVJHanorbWdIZGsxVApEQWpqNTNDWFppcW01Ny9RWXZKVmRPTzFyME9LN3NXTG84cFROM1g4dnpQNFFtdUNESi9hbERIczI0Y3VFa2xHCmVOQ2ZDRGhMQlFDS2pTUlhzZFVIbk5kRVk0cUZsUlJaK0x2cU50VmxwOGdNaVRUMWRnbkgwZmh5ZUVZWkk3dU8KY2tjRzVpalI2bk5CcHNISWJlR0x1MDBDTFhzenVZeUlNei9tc2JhUTNTSlJZbC90ZWx3aG9KOXpBMFBNS0VhWgo4cTVUdzgrRWQ1QURlVzRKd3lIaGMyRWdjMFVJWExSYXJtYW1PdnJRREd2aHh1MDNqaXVSWWNRdjhnWGZzYUphCnAyNHlsTGtmeEY4dy81TVd0dWdjS0VqL1hyVTZML3hpYWZ0VkczTENFczU2QU44QVZEd2JTd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVWx6dkZRT3V2SFUxUFFIZ2RmT2UvV1d4K0t5Y3dId1lEVlIwakJCZ3dGb0FVVHpMQjV3eXAKSW5wS05ld2RDRmhGanFNajEwTXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBSUp1TWNnSktSQ2pLeWVHSDNLQQo2eVhiZTg5T2tDbjFWQzUweXBjeVEzRmFZOUpGSU51eWpQWVE3L2w0UDMxYnpSR3A3L21RaEIwUGNSY0U0dTU5ClBSdEQ3OGV6UTUyZHBGQXllMVBiM2F1VzM1a3ZYeko3QU1RcW1JNFRKcitBTndNQldzR2hBZllDand4aXl4U2gKWUI3ZGtsQ0loampQekJJV2FkcG95S1FSS3FaT1E2RG94SHQrTnVJb2pwOTFNMmtoSU1kZnZNYkpDejUxU2ZyYgpDUEY2Z2pBL1k1MDAzem4zR1hSNDY3OEp4UE9JL2x6R1Q2d3ozL0hwbnNzakRxRWdmeExKY25NY0h5VXRHNkxnCnA3bFhwTlRkN1Q4bVFmR010UmJFemI1ZzBIWmdqcUpnV3JBRE1MRnJMVWlMQWdwMEQzbGdqSStKNFJNa05XL2YKdGw4PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "encoding": "base64", "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } ], "source": "/etc/pki/tls/certs/podman_registry.crt" } ok: [sut] => (item=['key', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRRFJCdDJDSkUyeEZyNEMKbnhReFlJaEVhUFA2YUFkMlRWTU1DT1BuY0pkbUtxYm52OUJpOGxWMDQ3V3ZRNHJ1eFl1anlsTTNkZnkvTS9oQwphNElNbjlxVU1lemJoeTRTU1VaNDBKOElPRXNGQUlxTkpGZXgxUWVjMTBSamlvV1ZGRm40dStvMjFXV255QXlKCk5QVjJDY2ZSK0hKNFJoa2p1NDV5UndibUtOSHFjMEdtd2NodDRZdTdUUUl0ZXpPNWpJZ3pQK2F4dHBEZElsRmkKWCsxNlhDR2duM01EUTh3b1JwbnlybFBEejRSM2tBTjViZ25ESWVGellTQnpSUWhjdEZxdVpxWTYrdEFNYStIRwo3VGVPSzVGaHhDL3lCZCt4b2xxbmJqS1V1Ui9FWHpEL2t4YTI2QndvU1A5ZXRUb3YvR0pwKzFVYmNzSVN6bm9BCjN3QlVQQnRMQWdNQkFBRUNnZ0VCQUt4MmhxTVBRdzcvSGExYUJiWXIyS0xoR1pTYzZyTkFYMm9KbDhqb2kvSmUKOUxFNEFUN3loWEhaUTVtbEYrZWtGSEFDeXFCeStDUG1SRXJCRzE5Qk1YNmVwcmdHbEF2QWE2WFpNNjM3akdKSApMUW9CVjEzQnovTW5aaVRmTVJKczVVTW1BTHhYVy9XUVNFK1k0NElOMWRHM3RQTHBtMnB4SUxuSFFyajZLeUROCmttci9jaTQ2N0V5MTZvTzlsaWFhNEpDSmE4WDdOY2RPVEhoS1llTHVUZHhKU1ZabWdid3I5MkRmRzJOUGEzbS8KaGpZamQ4Y0VPUzliNkVxYkphQ2JsOHF6WVZ4d2ZBWUxhTENja3pUUUNkeG9DeGQ1Q29GUUtTQ0w3TmZuRjYrVQo1QytxTCtQSFhVZ08yKzhLeFl5TEk4dVh1VXFNS2xVd21qK0IyUm1hN2RrQ2dZRUEveGNNNzVnTk90eXZ5YmlUCi82QTNFNUJZVUxKK2lzV01nZm9RVVR6Umw2M3JvbXl5THJvYU5XelVhM0I5bFN3Y1Nta2ZPcitBb0kvTnZWVGgKcHRveGpldzI0WnB4NkxFbExyaDI3UTlBajV3azNYNUZLQU43QnpacGlHSG5LdDFiaVpHcUZsaVJYQmliQys0NAp6Q3A4UnJuZ2xpNVVRUFlZaEZvSWcvcDJTN1VDZ1lFQTBjVy81REhKNkVWVEc2eHByWDc2MzJjNmRGQ2dPNFYrCkY1cDJhWUYydnQyZjJoUEhWYnIwMCsxcG9HMkVIWEx6WFp0NGQyMDBwLzJkT2c5ZzFtTThIblVwckxneW4zZkMKdWVsbWdMbk9xekF3SmQ4RXBDVU1kMGdsZXorMlNWQUFFanZCN1NJUFhzd0ZOdDcvRmRhU0JEMXZzSnp3NFV4TwpMM3hqcC9ydkt2OENnWUE4Rk9YTEdQa2t3QTMzYVM0U3ExM05rZFg3Uzg5YVNDVk1CK1lIL0ZjeGJwbHRiRVNiCmxPSFBhNDZzcjVZa3FIc1JXNmtyWVNlZXFjQS9zOXBpUGtvbHIxbE4wZDY2ZTk3U0hraUVsVzhUWkNlYXM3NysKS2JPMGd6QmdHdzhqblhlTjgyMG9UandPZ1EwanhqeENlazlES1V5b2tzanRkQWxhUXdwMmEydXBjUUtCZ0M3YwpMZkdiN2E2bFRkdHd1R3E1WXZGazdmbnR5TjJEQkpmaE9YSjRLVDZaNDR1anYzTzNQOW5YdnpESFJpd044YStICmUzR3lRNEVEZG92eHc0QWd5dDFDN3Z4V2FYaVdHRG5QbWNaSHU1TWlRSjgxSXFSSVluQ0MvVng2N3cyUmdYS1IKUnREaU91ekNScWZyU0xCb0xsWWtJejhneis2RVRUTHVacFN2eVoyaEFvR0JBTzVmNVpkQlk0RjM4aUk0enIzcQoxbHVPbHhYM3Z0akRNRHVKelRoN1JpampEMEVwWGh3L3oreGNlN3lQK0ZPRU5xSXQ4ZjJ6K0plRnBJSHE4UitxClg4eVlFTUg5VjF1dzZXNHNpWVlCNXMzMEtTZDkzU3lGTWVHMGxQOWdrMWkxWHgxYTVCdndQL2x0dzk1a3ZWRVcKS1JudzM2bWgveWlMMThZL2d2QUc0YUFrCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "encoding": "base64", "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } ], "source": "/etc/pki/tls/private/podman_registry.key" } ok: [sut] => (item=['ca', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQU44bGozTlNWVXljdXRGWmJFdFZXVEl3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJSbQpNalU0WmpjekxUVXlOVFUwWXpsakxXSmhaREUxT1RaakxUUmlOVFUxT1RNeE1CNFhEVEkwTURjd09URTRNRGN5Ck5Gb1hEVEkxTURjd09URTRNRGN5TkZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEwUWJkZ2lSTnNSYStBcDhVTVdDSVJHanorbWdIZGsxVApEQWpqNTNDWFppcW01Ny9RWXZKVmRPTzFyME9LN3NXTG84cFROM1g4dnpQNFFtdUNESi9hbERIczI0Y3VFa2xHCmVOQ2ZDRGhMQlFDS2pTUlhzZFVIbk5kRVk0cUZsUlJaK0x2cU50VmxwOGdNaVRUMWRnbkgwZmh5ZUVZWkk3dU8KY2tjRzVpalI2bk5CcHNISWJlR0x1MDBDTFhzenVZeUlNei9tc2JhUTNTSlJZbC90ZWx3aG9KOXpBMFBNS0VhWgo4cTVUdzgrRWQ1QURlVzRKd3lIaGMyRWdjMFVJWExSYXJtYW1PdnJRREd2aHh1MDNqaXVSWWNRdjhnWGZzYUphCnAyNHlsTGtmeEY4dy81TVd0dWdjS0VqL1hyVTZML3hpYWZ0VkczTENFczU2QU44QVZEd2JTd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVWx6dkZRT3V2SFUxUFFIZ2RmT2UvV1d4K0t5Y3dId1lEVlIwakJCZ3dGb0FVVHpMQjV3eXAKSW5wS05ld2RDRmhGanFNajEwTXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBSUp1TWNnSktSQ2pLeWVHSDNLQQo2eVhiZTg5T2tDbjFWQzUweXBjeVEzRmFZOUpGSU51eWpQWVE3L2w0UDMxYnpSR3A3L21RaEIwUGNSY0U0dTU5ClBSdEQ3OGV6UTUyZHBGQXllMVBiM2F1VzM1a3ZYeko3QU1RcW1JNFRKcitBTndNQldzR2hBZllDand4aXl4U2gKWUI3ZGtsQ0loampQekJJV2FkcG95S1FSS3FaT1E2RG94SHQrTnVJb2pwOTFNMmtoSU1kZnZNYkpDejUxU2ZyYgpDUEY2Z2pBL1k1MDAzem4zR1hSNDY3OEp4UE9JL2x6R1Q2d3ozL0hwbnNzakRxRWdmeExKY25NY0h5VXRHNkxnCnA3bFhwTlRkN1Q4bVFmR010UmJFemI1ZzBIWmdqcUpnV3JBRE1MRnJMVWlMQWdwMEQzbGdqSStKNFJNa05XL2YKdGw4PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "encoding": "base64", "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } ], "source": "/etc/pki/tls/certs/podman_registry.crt" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Tuesday 09 July 2024 18:07:25 +0000 (0:00:00.618) 0:01:12.077 ********** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAN8lj3NSVUycutFZbEtVWTIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Rm\nMjU4ZjczLTUyNTU0YzljLWJhZDE1OTZjLTRiNTU1OTMxMB4XDTI0MDcwOTE4MDcy\nNFoXDTI1MDcwOTE4MDcyNFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0QbdgiRNsRa+Ap8UMWCIRGjz+mgHdk1T\nDAjj53CXZiqm57/QYvJVdOO1r0OK7sWLo8pTN3X8vzP4QmuCDJ/alDHs24cuEklG\neNCfCDhLBQCKjSRXsdUHnNdEY4qFlRRZ+LvqNtVlp8gMiTT1dgnH0fhyeEYZI7uO\nckcG5ijR6nNBpsHIbeGLu00CLXszuYyIMz/msbaQ3SJRYl/telwhoJ9zA0PMKEaZ\n8q5Tw8+Ed5ADeW4JwyHhc2Egc0UIXLRarmamOvrQDGvhxu03jiuRYcQv8gXfsaJa\np24ylLkfxF8w/5MWtugcKEj/XrU6L/xiaftVG3LCEs56AN8AVDwbSwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUlzvFQOuvHU1PQHgdfOe/WWx+KycwHwYDVR0jBBgwFoAUTzLB5wyp\nInpKNewdCFhFjqMj10MwDQYJKoZIhvcNAQELBQADggEBAIJuMcgJKRCjKyeGH3KA\n6yXbe89OkCn1VC50ypcyQ3FaY9JFINuyjPYQ7/l4P31bzRGp7/mQhB0PcRcE4u59\nPRtD78ezQ52dpFAye1Pb3auW35kvXzJ7AMQqmI4TJr+ANwMBWsGhAfYCjwxiyxSh\nYB7dklCIhjjPzBIWadpoyKQRKqZOQ6DoxHt+NuIojp91M2khIMdfvMbJCz51Sfrb\nCPF6gjA/Y5003zn3GXR4678JxPOI/lzGT6wz3/HpnssjDqEgfxLJcnMcHyUtG6Lg\np7lXpNTd7T8mQfGMtRbEzb5g0HZgjqJgWrADMLFrLUiLAgp0D3lgjI+J4RMkNW/f\ntl8=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAN8lj3NSVUycutFZbEtVWTIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Rm\nMjU4ZjczLTUyNTU0YzljLWJhZDE1OTZjLTRiNTU1OTMxMB4XDTI0MDcwOTE4MDcy\nNFoXDTI1MDcwOTE4MDcyNFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0QbdgiRNsRa+Ap8UMWCIRGjz+mgHdk1T\nDAjj53CXZiqm57/QYvJVdOO1r0OK7sWLo8pTN3X8vzP4QmuCDJ/alDHs24cuEklG\neNCfCDhLBQCKjSRXsdUHnNdEY4qFlRRZ+LvqNtVlp8gMiTT1dgnH0fhyeEYZI7uO\nckcG5ijR6nNBpsHIbeGLu00CLXszuYyIMz/msbaQ3SJRYl/telwhoJ9zA0PMKEaZ\n8q5Tw8+Ed5ADeW4JwyHhc2Egc0UIXLRarmamOvrQDGvhxu03jiuRYcQv8gXfsaJa\np24ylLkfxF8w/5MWtugcKEj/XrU6L/xiaftVG3LCEs56AN8AVDwbSwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUlzvFQOuvHU1PQHgdfOe/WWx+KycwHwYDVR0jBBgwFoAUTzLB5wyp\nInpKNewdCFhFjqMj10MwDQYJKoZIhvcNAQELBQADggEBAIJuMcgJKRCjKyeGH3KA\n6yXbe89OkCn1VC50ypcyQ3FaY9JFINuyjPYQ7/l4P31bzRGp7/mQhB0PcRcE4u59\nPRtD78ezQ52dpFAye1Pb3auW35kvXzJ7AMQqmI4TJr+ANwMBWsGhAfYCjwxiyxSh\nYB7dklCIhjjPzBIWadpoyKQRKqZOQ6DoxHt+NuIojp91M2khIMdfvMbJCz51Sfrb\nCPF6gjA/Y5003zn3GXR4678JxPOI/lzGT6wz3/HpnssjDqEgfxLJcnMcHyUtG6Lg\np7lXpNTd7T8mQfGMtRbEzb5g0HZgjqJgWrADMLFrLUiLAgp0D3lgjI+J4RMkNW/f\ntl8=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDRBt2CJE2xFr4C\nnxQxYIhEaPP6aAd2TVMMCOPncJdmKqbnv9Bi8lV047WvQ4ruxYujylM3dfy/M/hC\na4IMn9qUMezbhy4SSUZ40J8IOEsFAIqNJFex1Qec10RjioWVFFn4u+o21WWnyAyJ\nNPV2CcfR+HJ4Rhkju45yRwbmKNHqc0Gmwcht4Yu7TQItezO5jIgzP+axtpDdIlFi\nX+16XCGgn3MDQ8woRpnyrlPDz4R3kAN5bgnDIeFzYSBzRQhctFquZqY6+tAMa+HG\n7TeOK5FhxC/yBd+xolqnbjKUuR/EXzD/kxa26BwoSP9etTov/GJp+1UbcsISznoA\n3wBUPBtLAgMBAAECggEBAKx2hqMPQw7/Ha1aBbYr2KLhGZSc6rNAX2oJl8joi/Je\n9LE4AT7yhXHZQ5mlF+ekFHACyqBy+CPmRErBG19BMX6eprgGlAvAa6XZM637jGJH\nLQoBV13Bz/MnZiTfMRJs5UMmALxXW/WQSE+Y44IN1dG3tPLpm2pxILnHQrj6KyDN\nkmr/ci467Ey16oO9liaa4JCJa8X7NcdOTHhKYeLuTdxJSVZmgbwr92DfG2NPa3m/\nhjYjd8cEOS9b6EqbJaCbl8qzYVxwfAYLaLCckzTQCdxoCxd5CoFQKSCL7NfnF6+U\n5C+qL+PHXUgO2+8KxYyLI8uXuUqMKlUwmj+B2Rma7dkCgYEA/xcM75gNOtyvybiT\n/6A3E5BYULJ+isWMgfoQUTzRl63romyyLroaNWzUa3B9lSwcSmkfOr+AoI/NvVTh\nptoxjew24Zpx6LElLrh27Q9Aj5wk3X5FKAN7BzZpiGHnKt1biZGqFliRXBibC+44\nzCp8Rrngli5UQPYYhFoIg/p2S7UCgYEA0cW/5DHJ6EVTG6xprX7632c6dFCgO4V+\nF5p2aYF2vt2f2hPHVbr00+1poG2EHXLzXZt4d200p/2dOg9g1mM8HnUprLgyn3fC\nuelmgLnOqzAwJd8EpCUMd0glez+2SVAAEjvB7SIPXswFNt7/FdaSBD1vsJzw4UxO\nL3xjp/rvKv8CgYA8FOXLGPkkwA33aS4Sq13NkdX7S89aSCVMB+YH/FcxbpltbESb\nlOHPa46sr5YkqHsRW6krYSeeqcA/s9piPkolr1lN0d66e97SHkiElW8TZCeas77+\nKbO0gzBgGw8jnXeN820oTjwOgQ0jxjxCek9DKUyoksjtdAlaQwp2a2upcQKBgC7c\nLfGb7a6lTdtwuGq5YvFk7fntyN2DBJfhOXJ4KT6Z44ujv3O3P9nXvzDHRiwN8a+H\ne3GyQ4EDdovxw4Agyt1C7vxWaXiWGDnPmcZHu5MiQJ81IqRIYnCC/Vx67w2RgXKR\nRtDiOuzCRqfrSLBoLlYkIz8gz+6ETTLuZpSvyZ2hAoGBAO5f5ZdBY4F38iI4zr3q\n1luOlxX3vtjDMDuJzTh7RijjD0EpXhw/z+xce7yP+FOENqIt8f2z+JeFpIHq8R+q\nX8yYEMH9V1uw6W4siYYB5s30KSd93SyFMeG0lP9gk1i1Xx1a5BvwP/ltw95kvVEW\nKRnw36mh/yiL18Y/gvAG4aAk\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Tuesday 09 July 2024 18:07:25 +0000 (0:00:00.048) 0:01:12.126 ********** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAN8lj3NSVUycutFZbEtVWTIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Rm\nMjU4ZjczLTUyNTU0YzljLWJhZDE1OTZjLTRiNTU1OTMxMB4XDTI0MDcwOTE4MDcy\nNFoXDTI1MDcwOTE4MDcyNFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0QbdgiRNsRa+Ap8UMWCIRGjz+mgHdk1T\nDAjj53CXZiqm57/QYvJVdOO1r0OK7sWLo8pTN3X8vzP4QmuCDJ/alDHs24cuEklG\neNCfCDhLBQCKjSRXsdUHnNdEY4qFlRRZ+LvqNtVlp8gMiTT1dgnH0fhyeEYZI7uO\nckcG5ijR6nNBpsHIbeGLu00CLXszuYyIMz/msbaQ3SJRYl/telwhoJ9zA0PMKEaZ\n8q5Tw8+Ed5ADeW4JwyHhc2Egc0UIXLRarmamOvrQDGvhxu03jiuRYcQv8gXfsaJa\np24ylLkfxF8w/5MWtugcKEj/XrU6L/xiaftVG3LCEs56AN8AVDwbSwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUlzvFQOuvHU1PQHgdfOe/WWx+KycwHwYDVR0jBBgwFoAUTzLB5wyp\nInpKNewdCFhFjqMj10MwDQYJKoZIhvcNAQELBQADggEBAIJuMcgJKRCjKyeGH3KA\n6yXbe89OkCn1VC50ypcyQ3FaY9JFINuyjPYQ7/l4P31bzRGp7/mQhB0PcRcE4u59\nPRtD78ezQ52dpFAye1Pb3auW35kvXzJ7AMQqmI4TJr+ANwMBWsGhAfYCjwxiyxSh\nYB7dklCIhjjPzBIWadpoyKQRKqZOQ6DoxHt+NuIojp91M2khIMdfvMbJCz51Sfrb\nCPF6gjA/Y5003zn3GXR4678JxPOI/lzGT6wz3/HpnssjDqEgfxLJcnMcHyUtG6Lg\np7lXpNTd7T8mQfGMtRbEzb5g0HZgjqJgWrADMLFrLUiLAgp0D3lgjI+J4RMkNW/f\ntl8=\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDRBt2CJE2xFr4C\nnxQxYIhEaPP6aAd2TVMMCOPncJdmKqbnv9Bi8lV047WvQ4ruxYujylM3dfy/M/hC\na4IMn9qUMezbhy4SSUZ40J8IOEsFAIqNJFex1Qec10RjioWVFFn4u+o21WWnyAyJ\nNPV2CcfR+HJ4Rhkju45yRwbmKNHqc0Gmwcht4Yu7TQItezO5jIgzP+axtpDdIlFi\nX+16XCGgn3MDQ8woRpnyrlPDz4R3kAN5bgnDIeFzYSBzRQhctFquZqY6+tAMa+HG\n7TeOK5FhxC/yBd+xolqnbjKUuR/EXzD/kxa26BwoSP9etTov/GJp+1UbcsISznoA\n3wBUPBtLAgMBAAECggEBAKx2hqMPQw7/Ha1aBbYr2KLhGZSc6rNAX2oJl8joi/Je\n9LE4AT7yhXHZQ5mlF+ekFHACyqBy+CPmRErBG19BMX6eprgGlAvAa6XZM637jGJH\nLQoBV13Bz/MnZiTfMRJs5UMmALxXW/WQSE+Y44IN1dG3tPLpm2pxILnHQrj6KyDN\nkmr/ci467Ey16oO9liaa4JCJa8X7NcdOTHhKYeLuTdxJSVZmgbwr92DfG2NPa3m/\nhjYjd8cEOS9b6EqbJaCbl8qzYVxwfAYLaLCckzTQCdxoCxd5CoFQKSCL7NfnF6+U\n5C+qL+PHXUgO2+8KxYyLI8uXuUqMKlUwmj+B2Rma7dkCgYEA/xcM75gNOtyvybiT\n/6A3E5BYULJ+isWMgfoQUTzRl63romyyLroaNWzUa3B9lSwcSmkfOr+AoI/NvVTh\nptoxjew24Zpx6LElLrh27Q9Aj5wk3X5FKAN7BzZpiGHnKt1biZGqFliRXBibC+44\nzCp8Rrngli5UQPYYhFoIg/p2S7UCgYEA0cW/5DHJ6EVTG6xprX7632c6dFCgO4V+\nF5p2aYF2vt2f2hPHVbr00+1poG2EHXLzXZt4d200p/2dOg9g1mM8HnUprLgyn3fC\nuelmgLnOqzAwJd8EpCUMd0glez+2SVAAEjvB7SIPXswFNt7/FdaSBD1vsJzw4UxO\nL3xjp/rvKv8CgYA8FOXLGPkkwA33aS4Sq13NkdX7S89aSCVMB+YH/FcxbpltbESb\nlOHPa46sr5YkqHsRW6krYSeeqcA/s9piPkolr1lN0d66e97SHkiElW8TZCeas77+\nKbO0gzBgGw8jnXeN820oTjwOgQ0jxjxCek9DKUyoksjtdAlaQwp2a2upcQKBgC7c\nLfGb7a6lTdtwuGq5YvFk7fntyN2DBJfhOXJ4KT6Z44ujv3O3P9nXvzDHRiwN8a+H\ne3GyQ4EDdovxw4Agyt1C7vxWaXiWGDnPmcZHu5MiQJ81IqRIYnCC/Vx67w2RgXKR\nRtDiOuzCRqfrSLBoLlYkIz8gz+6ETTLuZpSvyZ2hAoGBAO5f5ZdBY4F38iI4zr3q\n1luOlxX3vtjDMDuJzTh7RijjD0EpXhw/z+xce7yP+FOENqIt8f2z+JeFpIHq8R+q\nX8yYEMH9V1uw6W4siYYB5s30KSd93SyFMeG0lP9gk1i1Xx1a5BvwP/ltw95kvVEW\nKRnw36mh/yiL18Y/gvAG4aAk\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAN8lj3NSVUycutFZbEtVWTIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Rm\nMjU4ZjczLTUyNTU0YzljLWJhZDE1OTZjLTRiNTU1OTMxMB4XDTI0MDcwOTE4MDcy\nNFoXDTI1MDcwOTE4MDcyNFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0QbdgiRNsRa+Ap8UMWCIRGjz+mgHdk1T\nDAjj53CXZiqm57/QYvJVdOO1r0OK7sWLo8pTN3X8vzP4QmuCDJ/alDHs24cuEklG\neNCfCDhLBQCKjSRXsdUHnNdEY4qFlRRZ+LvqNtVlp8gMiTT1dgnH0fhyeEYZI7uO\nckcG5ijR6nNBpsHIbeGLu00CLXszuYyIMz/msbaQ3SJRYl/telwhoJ9zA0PMKEaZ\n8q5Tw8+Ed5ADeW4JwyHhc2Egc0UIXLRarmamOvrQDGvhxu03jiuRYcQv8gXfsaJa\np24ylLkfxF8w/5MWtugcKEj/XrU6L/xiaftVG3LCEs56AN8AVDwbSwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUlzvFQOuvHU1PQHgdfOe/WWx+KycwHwYDVR0jBBgwFoAUTzLB5wyp\nInpKNewdCFhFjqMj10MwDQYJKoZIhvcNAQELBQADggEBAIJuMcgJKRCjKyeGH3KA\n6yXbe89OkCn1VC50ypcyQ3FaY9JFINuyjPYQ7/l4P31bzRGp7/mQhB0PcRcE4u59\nPRtD78ezQ52dpFAye1Pb3auW35kvXzJ7AMQqmI4TJr+ANwMBWsGhAfYCjwxiyxSh\nYB7dklCIhjjPzBIWadpoyKQRKqZOQ6DoxHt+NuIojp91M2khIMdfvMbJCz51Sfrb\nCPF6gjA/Y5003zn3GXR4678JxPOI/lzGT6wz3/HpnssjDqEgfxLJcnMcHyUtG6Lg\np7lXpNTd7T8mQfGMtRbEzb5g0HZgjqJgWrADMLFrLUiLAgp0D3lgjI+J4RMkNW/f\ntl8=\n-----END CERTIFICATE-----\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/podman_registry.crt" ], "delta": "0:00:00.031473", "end": "2024-07-09 18:07:25.509870", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAN8lj3NSVUycutFZbEtVWTIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Rm\nMjU4ZjczLTUyNTU0YzljLWJhZDE1OTZjLTRiNTU1OTMxMB4XDTI0MDcwOTE4MDcy\nNFoXDTI1MDcwOTE4MDcyNFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0QbdgiRNsRa+Ap8UMWCIRGjz+mgHdk1T\nDAjj53CXZiqm57/QYvJVdOO1r0OK7sWLo8pTN3X8vzP4QmuCDJ/alDHs24cuEklG\neNCfCDhLBQCKjSRXsdUHnNdEY4qFlRRZ+LvqNtVlp8gMiTT1dgnH0fhyeEYZI7uO\nckcG5ijR6nNBpsHIbeGLu00CLXszuYyIMz/msbaQ3SJRYl/telwhoJ9zA0PMKEaZ\n8q5Tw8+Ed5ADeW4JwyHhc2Egc0UIXLRarmamOvrQDGvhxu03jiuRYcQv8gXfsaJa\np24ylLkfxF8w/5MWtugcKEj/XrU6L/xiaftVG3LCEs56AN8AVDwbSwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUlzvFQOuvHU1PQHgdfOe/WWx+KycwHwYDVR0jBBgwFoAUTzLB5wyp\nInpKNewdCFhFjqMj10MwDQYJKoZIhvcNAQELBQADggEBAIJuMcgJKRCjKyeGH3KA\n6yXbe89OkCn1VC50ypcyQ3FaY9JFINuyjPYQ7/l4P31bzRGp7/mQhB0PcRcE4u59\nPRtD78ezQ52dpFAye1Pb3auW35kvXzJ7AMQqmI4TJr+ANwMBWsGhAfYCjwxiyxSh\nYB7dklCIhjjPzBIWadpoyKQRKqZOQ6DoxHt+NuIojp91M2khIMdfvMbJCz51Sfrb\nCPF6gjA/Y5003zn3GXR4678JxPOI/lzGT6wz3/HpnssjDqEgfxLJcnMcHyUtG6Lg\np7lXpNTd7T8mQfGMtRbEzb5g0HZgjqJgWrADMLFrLUiLAgp0D3lgjI+J4RMkNW/f\ntl8=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAN8lj3NSVUycutFZbEtVWTIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Rm\nMjU4ZjczLTUyNTU0YzljLWJhZDE1OTZjLTRiNTU1OTMxMB4XDTI0MDcwOTE4MDcy\nNFoXDTI1MDcwOTE4MDcyNFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0QbdgiRNsRa+Ap8UMWCIRGjz+mgHdk1T\nDAjj53CXZiqm57/QYvJVdOO1r0OK7sWLo8pTN3X8vzP4QmuCDJ/alDHs24cuEklG\neNCfCDhLBQCKjSRXsdUHnNdEY4qFlRRZ+LvqNtVlp8gMiTT1dgnH0fhyeEYZI7uO\nckcG5ijR6nNBpsHIbeGLu00CLXszuYyIMz/msbaQ3SJRYl/telwhoJ9zA0PMKEaZ\n8q5Tw8+Ed5ADeW4JwyHhc2Egc0UIXLRarmamOvrQDGvhxu03jiuRYcQv8gXfsaJa\np24ylLkfxF8w/5MWtugcKEj/XrU6L/xiaftVG3LCEs56AN8AVDwbSwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUlzvFQOuvHU1PQHgdfOe/WWx+KycwHwYDVR0jBBgwFoAUTzLB5wyp\nInpKNewdCFhFjqMj10MwDQYJKoZIhvcNAQELBQADggEBAIJuMcgJKRCjKyeGH3KA\n6yXbe89OkCn1VC50ypcyQ3FaY9JFINuyjPYQ7/l4P31bzRGp7/mQhB0PcRcE4u59\nPRtD78ezQ52dpFAye1Pb3auW35kvXzJ7AMQqmI4TJr+ANwMBWsGhAfYCjwxiyxSh\nYB7dklCIhjjPzBIWadpoyKQRKqZOQ6DoxHt+NuIojp91M2khIMdfvMbJCz51Sfrb\nCPF6gjA/Y5003zn3GXR4678JxPOI/lzGT6wz3/HpnssjDqEgfxLJcnMcHyUtG6Lg\np7lXpNTd7T8mQfGMtRbEzb5g0HZgjqJgWrADMLFrLUiLAgp0D3lgjI+J4RMkNW/f\ntl8=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDRBt2CJE2xFr4C\nnxQxYIhEaPP6aAd2TVMMCOPncJdmKqbnv9Bi8lV047WvQ4ruxYujylM3dfy/M/hC\na4IMn9qUMezbhy4SSUZ40J8IOEsFAIqNJFex1Qec10RjioWVFFn4u+o21WWnyAyJ\nNPV2CcfR+HJ4Rhkju45yRwbmKNHqc0Gmwcht4Yu7TQItezO5jIgzP+axtpDdIlFi\nX+16XCGgn3MDQ8woRpnyrlPDz4R3kAN5bgnDIeFzYSBzRQhctFquZqY6+tAMa+HG\n7TeOK5FhxC/yBd+xolqnbjKUuR/EXzD/kxa26BwoSP9etTov/GJp+1UbcsISznoA\n3wBUPBtLAgMBAAECggEBAKx2hqMPQw7/Ha1aBbYr2KLhGZSc6rNAX2oJl8joi/Je\n9LE4AT7yhXHZQ5mlF+ekFHACyqBy+CPmRErBG19BMX6eprgGlAvAa6XZM637jGJH\nLQoBV13Bz/MnZiTfMRJs5UMmALxXW/WQSE+Y44IN1dG3tPLpm2pxILnHQrj6KyDN\nkmr/ci467Ey16oO9liaa4JCJa8X7NcdOTHhKYeLuTdxJSVZmgbwr92DfG2NPa3m/\nhjYjd8cEOS9b6EqbJaCbl8qzYVxwfAYLaLCckzTQCdxoCxd5CoFQKSCL7NfnF6+U\n5C+qL+PHXUgO2+8KxYyLI8uXuUqMKlUwmj+B2Rma7dkCgYEA/xcM75gNOtyvybiT\n/6A3E5BYULJ+isWMgfoQUTzRl63romyyLroaNWzUa3B9lSwcSmkfOr+AoI/NvVTh\nptoxjew24Zpx6LElLrh27Q9Aj5wk3X5FKAN7BzZpiGHnKt1biZGqFliRXBibC+44\nzCp8Rrngli5UQPYYhFoIg/p2S7UCgYEA0cW/5DHJ6EVTG6xprX7632c6dFCgO4V+\nF5p2aYF2vt2f2hPHVbr00+1poG2EHXLzXZt4d200p/2dOg9g1mM8HnUprLgyn3fC\nuelmgLnOqzAwJd8EpCUMd0glez+2SVAAEjvB7SIPXswFNt7/FdaSBD1vsJzw4UxO\nL3xjp/rvKv8CgYA8FOXLGPkkwA33aS4Sq13NkdX7S89aSCVMB+YH/FcxbpltbESb\nlOHPa46sr5YkqHsRW6krYSeeqcA/s9piPkolr1lN0d66e97SHkiElW8TZCeas77+\nKbO0gzBgGw8jnXeN820oTjwOgQ0jxjxCek9DKUyoksjtdAlaQwp2a2upcQKBgC7c\nLfGb7a6lTdtwuGq5YvFk7fntyN2DBJfhOXJ4KT6Z44ujv3O3P9nXvzDHRiwN8a+H\ne3GyQ4EDdovxw4Agyt1C7vxWaXiWGDnPmcZHu5MiQJ81IqRIYnCC/Vx67w2RgXKR\nRtDiOuzCRqfrSLBoLlYkIz8gz+6ETTLuZpSvyZ2hAoGBAO5f5ZdBY4F38iI4zr3q\n1luOlxX3vtjDMDuJzTh7RijjD0EpXhw/z+xce7yP+FOENqIt8f2z+JeFpIHq8R+q\nX8yYEMH9V1uw6W4siYYB5s30KSd93SyFMeG0lP9gk1i1Xx1a5BvwP/ltw95kvVEW\nKRnw36mh/yiL18Y/gvAG4aAk\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-07-09 18:07:25.478397" } STDOUT: Request "20240709180724" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Tuesday 09 July 2024 18:07:25 +0000 (0:00:00.227) 0:01:12.353 ********** changed: [sut] => (item=/etc/pki/tls/certs/podman_registry.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/podman_registry.crt", "path": "/etc/pki/tls/certs/podman_registry.crt", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/podman_registry.key) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/podman_registry.key", "path": "/etc/pki/tls/private/podman_registry.key", "state": "absent" } ok: [sut] => (item=/etc/pki/tls/certs/podman_registry.crt) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/pki/tls/certs/podman_registry.crt", "path": "/etc/pki/tls/certs/podman_registry.crt", "state": "absent" } TASK [Write cert for registry] ************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:34 Tuesday 09 July 2024 18:07:26 +0000 (0:00:00.572) 0:01:12.926 ********** changed: [sut] => { "changed": true, "checksum": "0eb9dc0db204d9ccba28387a71542b962b3eb3e9", "dest": "/tmp/lsr_kzv3b06o_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "4662642827bd204c391732c3985b13d6", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1720548446.1480162-2925-35443678519516/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:40 Tuesday 09 July 2024 18:07:26 +0000 (0:00:00.562) 0:01:13.489 ********** changed: [sut] => { "changed": true, "checksum": "8b33e6ab690959881ff86fa88c5360d3b029b63f", "dest": "/tmp/lsr_kzv3b06o_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "4a94cf190029c17a10b34eea328da126", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1720548446.7096872-2942-213842862890370/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:46 Tuesday 09 July 2024 18:07:27 +0000 (0:00:00.515) 0:01:14.004 ********** changed: [sut] => { "changed": true, "checksum": "0eb9dc0db204d9ccba28387a71542b962b3eb3e9", "dest": "/tmp/lsr_kzv3b06o_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "4662642827bd204c391732c3985b13d6", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1720548447.2247965-2965-160379154593285/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:52 Tuesday 09 July 2024 18:07:27 +0000 (0:00:00.503) 0:01:14.507 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-bdb-1.6.1-9.el8.x86_64", "Installed: httpd-tools-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64", "Installed: apr-util-openssl-1.6.1-9.el8.x86_64", "Installed: apr-1.6.3-12.el8.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64" ] } TASK [Write user and password] ************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:57 Tuesday 09 July 2024 18:07:32 +0000 (0:00:04.631) 0:01:19.139 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Create auth.json file] *************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:65 Tuesday 09 July 2024 18:07:32 +0000 (0:00:00.207) 0:01:19.346 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Set paths for cleanup] *************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:81 Tuesday 09 July 2024 18:07:33 +0000 (0:00:00.503) 0:01:19.849 ********** ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_kzv3b06o_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:89 Tuesday 09 July 2024 18:07:33 +0000 (0:00:00.018) 0:01:19.868 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_kzv3b06o_podman/auth:/auth:Z", "-e", "REGISTRY_AUTH=htpasswd", "-e", "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm", "-e", "REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd", "-e", "REGISTRY_HTTP_TLS_CERTIFICATE=/auth/registry_cert.crt", "-e", "REGISTRY_HTTP_TLS_KEY=/auth/registry_key.pem", "quay.io/libpod/registry:2.8.2" ], "delta": "0:00:02.238353", "end": "2024-07-09 18:07:35.451194", "rc": 0, "start": "2024-07-09 18:07:33.212841" } STDOUT: 9aa01751142e9b05bb9d1371c4050eae0e7fc30a333dbd4b5efa4a66427ba959 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:100 Tuesday 09 July 2024 18:07:35 +0000 (0:00:02.440) 0:01:22.308 ********** ok: [sut] => { "changed": false, "elapsed": 0, "match_groupdict": {}, "match_groups": [], "path": null, "port": 5000, "search_regex": null, "state": "started" } TASK [Wait for readiness] ****************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:104 Tuesday 09 July 2024 18:07:35 +0000 (0:00:00.319) 0:01:22.627 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.037455", "end": "2024-07-09 18:07:36.026865", "rc": 0, "start": "2024-07-09 18:07:35.989410" } STDERR: time="2024-07-09T18:07:35.446205296Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.9 instance.id=d179d94e-bd4d-446b-8b23-e275637b84a8 service=registry version=2.8.2 time="2024-07-09T18:07:35.446271891Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=d179d94e-bd4d-446b-8b23-e275637b84a8 service=registry version=2.8.2 time="2024-07-09T18:07:35.446380363Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=d179d94e-bd4d-446b-8b23-e275637b84a8 service=registry version=2.8.2 time="2024-07-09T18:07:35.446688656Z" level=info msg="Starting upload purge in 45m0s" go.version=go1.19.9 instance.id=d179d94e-bd4d-446b-8b23-e275637b84a8 service=registry version=2.8.2 time="2024-07-09T18:07:35.446890928Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=d179d94e-bd4d-446b-8b23-e275637b84a8 service=registry version=2.8.2 time="2024-07-09T18:07:35.446944927Z" level=info msg="restricting TLS cipher suites to: TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_AES_128_GCM_SHA256,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_256_GCM_SHA384" go.version=go1.19.9 instance.id=d179d94e-bd4d-446b-8b23-e275637b84a8 service=registry version=2.8.2 time="2024-07-09T18:07:35.447144329Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=d179d94e-bd4d-446b-8b23-e275637b84a8 service=registry version=2.8.2 2024/07/09 18:07:35 http: TLS handshake error from 10.88.0.1:59218: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:110 Tuesday 09 July 2024 18:07:36 +0000 (0:00:00.245) 0:01:22.873 ********** ok: [sut] => { "ansible_facts": { "podman_local_test_images": [ "localhost:5000/libpod/testimage:20210610" ] }, "changed": false } TASK [Push test images into local registry] ************************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:114 Tuesday 09 July 2024 18:07:36 +0000 (0:00:00.022) 0:01:22.895 ********** changed: [sut] => (item={'key': 'quay.io/libpod/testimage:20210610', 'value': 'localhost:5000/libpod/testimage:20210610'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "podman pull quay.io/libpod/testimage:20210610; podman push --authfile=\"/tmp/lsr_kzv3b06o_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_kzv3b06o_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.244778", "end": "2024-07-09 18:07:37.492970", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-07-09 18:07:36.248192" } STDOUT: 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f STDERR: Trying to pull quay.io/libpod/testimage:20210610... Getting image source signatures Copying blob sha256:9afcdfe780b4ea44cc52d22e3f93ccf212388a90370773571ce034a62e14174e Copying config sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f Writing manifest to image destination Getting image source signatures Copying blob sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e Copying config sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f Writing manifest to image destination TASK [Verify test images in local registry] ************************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:123 Tuesday 09 July 2024 18:07:37 +0000 (0:00:01.438) 0:01:24.334 ********** ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_kzv3b06o_podman/auth/auth.json", "--cert-dir=/tmp/lsr_kzv3b06o_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.163277", "end": "2024-07-09 18:07:37.843194", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-07-09 18:07:37.679917" } STDOUT: { "Name": "localhost:5000/libpod/testimage", "Digest": "sha256:b64084bf8e094a59bcf4a2b555ae2891faab62591002fd386cd89564b3444e6d", "RepoTags": [ "20210610" ], "Created": "2021-06-10T18:55:43.049643585Z", "DockerVersion": "", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "Architecture": "amd64", "Os": "linux", "Layers": [ "sha256:33c74d3440b24175b0b34785f586a4f688a3ecd60633096d982488bba5d8d703" ], "LayersData": [ { "MIMEType": "application/vnd.docker.image.rootfs.diff.tar.gzip", "Digest": "sha256:33c74d3440b24175b0b34785f586a4f688a3ecd60633096d982488bba5d8d703", "Size": 4942959, "Annotations": null } ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ] } TASK [Run the role with no credentials and no cert checking] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:58 Tuesday 09 July 2024 18:07:37 +0000 (0:00:00.352) 0:01:24.687 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:07:37 +0000 (0:00:00.042) 0:01:24.729 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:07:37 +0000 (0:00:00.031) 0:01:24.761 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:07:37 +0000 (0:00:00.050) 0:01:24.811 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:07:38 +0000 (0:00:00.021) 0:01:24.832 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:07:38 +0000 (0:00:00.023) 0:01:24.856 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:07:38 +0000 (0:00:00.050) 0:01:24.907 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:07:39 +0000 (0:00:01.262) 0:01:26.169 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.018) 0:01:26.188 ********** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.020) 0:01:26.209 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029036", "end": "2024-07-09 18:07:39.582639", "rc": 0, "start": "2024-07-09 18:07:39.553603" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.216) 0:01:26.426 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.021) 0:01:26.448 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.021) 0:01:26.469 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.023) 0:01:26.492 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.024) 0:01:26.517 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.041) 0:01:26.558 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.024) 0:01:26.583 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.061) 0:01:26.645 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:07:39 +0000 (0:00:00.030) 0:01:26.676 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.209) 0:01:26.885 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.037) 0:01:26.922 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.199) 0:01:27.122 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.019) 0:01:27.141 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.019) 0:01:27.161 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.020) 0:01:27.181 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.018) 0:01:27.200 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.019) 0:01:27.219 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.019) 0:01:27.239 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.020) 0:01:27.259 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.017) 0:01:27.277 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.037) 0:01:27.314 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.034) 0:01:27.348 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.018) 0:01:27.367 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.017) 0:01:27.385 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.062) 0:01:27.448 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.020) 0:01:27.468 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.020) 0:01:27.488 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.035) 0:01:27.524 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.019) 0:01:27.543 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.017) 0:01:27.561 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.036) 0:01:27.598 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.019) 0:01:27.617 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.019) 0:01:27.636 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.019) 0:01:27.656 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.020) 0:01:27.676 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.019) 0:01:27.696 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.024) 0:01:27.721 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.023) 0:01:27.744 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.021) 0:01:27.766 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.023) 0:01:27.789 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:07:40 +0000 (0:00:00.018) 0:01:27.808 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.088) 0:01:27.896 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.028) 0:01:27.925 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.028) 0:01:27.954 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.022) 0:01:27.976 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.037) 0:01:28.013 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.023) 0:01:28.037 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.021) 0:01:28.059 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.029) 0:01:28.088 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.199) 0:01:28.288 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.025) 0:01:28.314 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.195) 0:01:28.509 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.019) 0:01:28.529 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.019) 0:01:28.548 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.017) 0:01:28.566 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.018) 0:01:28.584 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.017) 0:01:28.602 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.018) 0:01:28.621 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.017) 0:01:28.638 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.046) 0:01:28.685 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.018) 0:01:28.704 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.031) 0:01:28.735 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.020) 0:01:28.756 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.021) 0:01:28.777 ********** ok: [sut] => { "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 : Get service name using systemd-escape] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 09 July 2024 18:07:41 +0000 (0:00:00.024) 0:01:28.801 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.006294", "end": "2024-07-09 18:07:42.157575", "rc": 0, "start": "2024-07-09 18:07:42.151281" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.201) 0:01:29.002 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.019) 0:01:29.021 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.043) 0:01:29.065 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.033) 0:01:29.098 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.019) 0:01:29.118 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.020) 0:01:29.138 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.018) 0:01:29.157 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.018) 0:01:29.175 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.020) 0:01:29.196 ********** failed: [sut] (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } fatal: [sut]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check error] ************************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:73 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.562) 0:01:29.758 ********** skipping: [sut] => { "changed": false, "false_condition": "not expected_msg in ansible_failed_result.results[0].msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:84 Tuesday 09 July 2024 18:07:42 +0000 (0:00:00.020) 0:01:29.779 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:07:43 +0000 (0:00:00.081) 0:01:29.860 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:07:43 +0000 (0:00:00.034) 0:01:29.894 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:07:43 +0000 (0:00:00.027) 0:01:29.922 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:07:43 +0000 (0:00:00.024) 0:01:29.947 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:07:43 +0000 (0:00:00.021) 0:01:29.968 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:07:43 +0000 (0:00:00.062) 0:01:30.030 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:07:44 +0000 (0:00:01.279) 0:01:31.310 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.022) 0:01:31.333 ********** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.024) 0:01:31.358 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027970", "end": "2024-07-09 18:07:44.734028", "rc": 0, "start": "2024-07-09 18:07:44.706058" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.221) 0:01:31.579 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.021) 0:01:31.601 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.018) 0:01:31.619 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.032) 0:01:31.652 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.064) 0:01:31.716 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.040) 0:01:31.757 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.025) 0:01:31.782 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:07:44 +0000 (0:00:00.024) 0:01:31.806 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.029) 0:01:31.836 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.211) 0:01:32.047 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.027) 0:01:32.075 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.197) 0:01:32.273 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.018) 0:01:32.292 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.018) 0:01:32.310 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.019) 0:01:32.329 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.026) 0:01:32.356 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.028) 0:01:32.385 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.018) 0:01:32.403 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.018) 0:01:32.421 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.020) 0:01:32.441 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.034) 0:01:32.476 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.071) 0:01:32.548 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.021) 0:01:32.570 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.019) 0:01:32.590 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.041) 0:01:32.631 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.024) 0:01:32.655 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.022) 0:01:32.678 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.049) 0:01:32.727 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.027) 0:01:32.755 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:07:45 +0000 (0:00:00.021) 0:01:32.776 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.043) 0:01:32.819 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.022) 0:01:32.842 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.020) 0:01:32.862 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.019) 0:01:32.882 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.018) 0:01:32.901 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.019) 0:01:32.920 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.019) 0:01:32.939 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.055) 0:01:32.995 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.017) 0:01:33.012 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.015) 0:01:33.028 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.017) 0:01:33.045 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.055) 0:01:33.101 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.027) 0:01:33.129 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.026) 0:01:33.155 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.022) 0:01:33.178 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.038) 0:01:33.216 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.025) 0:01:33.242 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.023) 0:01:33.265 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.041) 0:01:33.307 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.198) 0:01:33.505 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.026) 0:01:33.532 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.197) 0:01:33.729 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.019) 0:01:33.749 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:07:46 +0000 (0:00:00.019) 0:01:33.768 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.056) 0:01:33.824 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.019) 0:01:33.843 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.020) 0:01:33.864 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.020) 0:01:33.885 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.019) 0:01:33.904 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.019) 0:01:33.923 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.022) 0:01:33.946 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.031) 0:01:33.978 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.021) 0:01:34.000 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.025) 0:01:34.025 ********** ok: [sut] => { "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 : Get service name using systemd-escape] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.025) 0:01:34.050 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005686", "end": "2024-07-09 18:07:47.407523", "rc": 0, "start": "2024-07-09 18:07:47.401837" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.201) 0:01:34.252 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.018) 0:01:34.271 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.041) 0:01:34.313 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.032) 0:01:34.345 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.019) 0:01:34.365 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.017) 0:01:34.382 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.049) 0:01:34.432 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.019) 0:01:34.451 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 09 July 2024 18:07:47 +0000 (0:00:00.018) 0:01:34.470 ********** failed: [sut] (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } fatal: [sut]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check error] ************************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:99 Tuesday 09 July 2024 18:07:48 +0000 (0:00:00.435) 0:01:34.906 ********** skipping: [sut] => { "changed": false, "false_condition": "not expected_msg in ansible_failed_result.results[0].msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:110 Tuesday 09 July 2024 18:07:48 +0000 (0:00:00.020) 0:01:34.927 ********** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_9uzkzhnd_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:118 Tuesday 09 July 2024 18:07:48 +0000 (0:00:00.127) 0:01:35.055 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:07:48 +0000 (0:00:00.056) 0:01:35.111 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:07:48 +0000 (0:00:00.063) 0:01:35.175 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:07:48 +0000 (0:00:00.029) 0:01:35.204 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:07:48 +0000 (0:00:00.022) 0:01:35.227 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:07:48 +0000 (0:00:00.025) 0:01:35.252 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:07:48 +0000 (0:00:00.057) 0:01:35.310 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:07:49 +0000 (0:00:01.266) 0:01:36.576 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:07:49 +0000 (0:00:00.025) 0:01:36.601 ********** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:07:49 +0000 (0:00:00.132) 0:01:36.734 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030447", "end": "2024-07-09 18:07:50.125371", "rc": 0, "start": "2024-07-09 18:07:50.094924" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.240) 0:01:36.975 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.040) 0:01:37.015 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.025) 0:01:37.041 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.049) 0:01:37.090 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.044) 0:01:37.135 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.053) 0:01:37.188 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.025) 0:01:37.214 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.030) 0:01:37.245 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.028) 0:01:37.274 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.215) 0:01:37.490 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.035) 0:01:37.526 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.219) 0:01:37.745 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.020) 0:01:37.766 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.020) 0:01:37.786 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:07:50 +0000 (0:00:00.018) 0:01:37.805 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.018) 0:01:37.824 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.066) 0:01:37.890 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.019) 0:01:37.909 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.018) 0:01:37.928 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.019) 0:01:37.947 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.024) 0:01:37.972 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.035) 0:01:38.008 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.019) 0:01:38.027 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.018) 0:01:38.045 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.035) 0:01:38.080 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.019) 0:01:38.100 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.025) 0:01:38.125 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.039) 0:01:38.164 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.030) 0:01:38.194 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.022) 0:01:38.217 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.043) 0:01:38.261 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.061) 0:01:38.322 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.033) 0:01:38.355 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.021) 0:01:38.377 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.022) 0:01:38.399 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.020) 0:01:38.420 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.030) 0:01:38.450 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.025) 0:01:38.476 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.055) 0:01:38.531 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.021) 0:01:38.552 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.023) 0:01:38.576 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.023) 0:01:38.600 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.036) 0:01:38.636 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.027) 0:01:38.663 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.026) 0:01:38.690 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:07:51 +0000 (0:00:00.028) 0:01:38.718 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.230) 0:01:38.949 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.037) 0:01:38.986 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.277) 0:01:39.264 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.027) 0:01:39.291 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.023) 0:01:39.314 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.021) 0:01:39.335 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.021) 0:01:39.356 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.020) 0:01:39.377 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.019) 0:01:39.397 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.019) 0:01:39.416 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.019) 0:01:39.435 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.025) 0:01:39.460 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.020) 0:01:39.480 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.027) 0:01:39.508 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/containers/certs.d/localhost:5000", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:07:52 +0000 (0:00:00.209) 0:01:39.717 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.540) 0:01:40.258 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.030) 0:01:40.289 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.033) 0:01:40.323 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.023) 0:01:40.346 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.023) 0:01:40.370 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.024) 0:01:40.394 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.099) 0:01:40.493 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.029) 0:01:40.523 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.029) 0:01:40.552 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.023) 0:01:40.576 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.038) 0:01:40.615 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.024) 0:01:40.639 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.022) 0:01:40.662 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:07:53 +0000 (0:00:00.030) 0:01:40.693 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.198) 0:01:40.892 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.027) 0:01:40.920 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.209) 0:01:41.130 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.023) 0:01:41.153 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.021) 0:01:41.175 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.021) 0:01:41.197 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.022) 0:01:41.219 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.021) 0:01:41.240 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.023) 0:01:41.263 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.021) 0:01:41.285 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.062) 0:01:41.347 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.022) 0:01:41.370 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.034) 0:01:41.404 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.021) 0:01:41.426 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.025) 0:01:41.452 ********** ok: [sut] => { "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 : Get service name using systemd-escape] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.026) 0:01:41.479 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005751", "end": "2024-07-09 18:07:54.838073", "rc": 0, "start": "2024-07-09 18:07:54.832322" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.204) 0:01:41.683 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.022) 0:01:41.706 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.046) 0:01:41.753 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:07:54 +0000 (0:00:00.041) 0:01:41.795 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:07:55 +0000 (0:00:00.023) 0:01:41.818 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:07:55 +0000 (0:00:00.025) 0:01:41.844 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 09 July 2024 18:07:55 +0000 (0:00:00.023) 0:01:41.867 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 09 July 2024 18:07:55 +0000 (0:00:00.018) 0:01:41.886 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 09 July 2024 18:07:55 +0000 (0:00:00.019) 0:01:41.906 ********** changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Tuesday 09 July 2024 18:07:55 +0000 (0:00:00.509) 0:01:42.415 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Tuesday 09 July 2024 18:07:55 +0000 (0:00:00.196) 0:01:42.612 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Tuesday 09 July 2024 18:07:56 +0000 (0:00:00.241) 0:01:42.853 ********** changed: [sut] => { "changed": true, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 0, "group": "root", "md5sum": "8db65ab83723a021adc90b4f543fdca0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 244, "src": "/root/.ansible/tmp/ansible-tmp-1720548476.0780404-3626-154139627898484/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Tuesday 09 July 2024 18:07:56 +0000 (0:00:00.516) 0:01:43.369 ********** changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 0e7c5f5647453dfae7fb03f11c8455a993723cfa2c4ad1b095e3336ec1f7defc Container: 61bf9ca907ab55bd1023ef47248b46ca01c290fdd3b9e69a71b0b9347b42c0ad TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Tuesday 09 July 2024 18:07:57 +0000 (0:00:01.144) 0:01:44.513 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Tuesday 09 July 2024 18:07:58 +0000 (0:00:00.652) 0:01:45.166 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount systemd-journald.socket sysinit.target basic.target system-podman\\x2dkube.slice network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system-podman\\x2dkube.slice -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Tuesday 09 July 2024 18:07:59 +0000 (0:00:00.793) 0:01:45.960 ********** changed: [sut] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target systemd-journald.socket -.mount system-podman\\x2dkube.slice network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system-podman\\x2dkube.slice -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Tuesday 09 July 2024 18:08:00 +0000 (0:00:01.708) 0:01:47.668 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 09 July 2024 18:08:00 +0000 (0:00:00.021) 0:01:47.689 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 09 July 2024 18:08:00 +0000 (0:00:00.064) 0:01:47.754 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 09 July 2024 18:08:00 +0000 (0:00:00.029) 0:01:47.784 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.033) 0:01:47.817 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.023) 0:01:47.840 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.036) 0:01:47.876 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.042) 0:01:47.919 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.029) 0:01:47.948 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.029) 0:01:47.978 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.031) 0:01:48.010 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.334) 0:01:48.344 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.078) 0:01:48.422 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.322) 0:01:48.745 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.024) 0:01:48.770 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.019) 0:01:48.789 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:01 +0000 (0:00:00.020) 0:01:48.810 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.020) 0:01:48.830 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.018) 0:01:48.849 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.019) 0:01:48.869 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.020) 0:01:48.889 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.022) 0:01:48.912 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.037) 0:01:48.950 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.022) 0:01:48.972 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.020) 0:01:48.992 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.053) 0:01:49.046 ********** ok: [sut] => { "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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.030) 0:01:49.076 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.022) 0:01:49.099 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.057) 0:01:49.157 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.095) 0:01:49.252 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.019) 0:01:49.272 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.023) 0:01:49.295 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.031) 0:01:49.327 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Tuesday 09 July 2024 18:08:02 +0000 (0:00:00.018) 0:01:49.345 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Tuesday 09 July 2024 18:08:03 +0000 (0:00:00.874) 0:01:50.219 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Tuesday 09 July 2024 18:08:03 +0000 (0:00:00.308) 0:01:50.528 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Tuesday 09 July 2024 18:08:03 +0000 (0:00:00.020) 0:01:50.548 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Tuesday 09 July 2024 18:08:03 +0000 (0:00:00.020) 0:01:50.568 ********** changed: [sut] => { "changed": true, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "md5sum": "ce647a260371eff050752697c0d6523b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "src": "/root/.ansible/tmp/ansible-tmp-1720548483.7977078-3743-79360855575745/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.673) 0:01:51.241 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.020) 0:01:51.262 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.021) 0:01:51.284 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.021) 0:01:51.306 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.016) 0:01:51.322 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.015) 0:01:51.338 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.051) 0:01:51.389 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.018) 0:01:51.408 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.020) 0:01:51.428 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.056) 0:01:51.485 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.035) 0:01:51.520 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.022) 0:01:51.543 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.022) 0:01:51.565 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:04 +0000 (0:00:00.028) 0:01:51.594 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.264) 0:01:51.858 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.034) 0:01:51.893 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.261) 0:01:52.155 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.019) 0:01:52.174 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.017) 0:01:52.192 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.017) 0:01:52.210 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.017) 0:01:52.227 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.018) 0:01:52.245 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.019) 0:01:52.265 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.020) 0:01:52.286 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.027) 0:01:52.313 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.027) 0:01:52.340 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.024) 0:01:52.365 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.030) 0:01:52.395 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.063) 0:01:52.459 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "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 : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.028) 0:01:52.487 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.025) 0:01:52.513 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.019) 0:01:52.533 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run the role with credentials in global vars] **************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:132 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.028) 0:01:52.562 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.053) 0:01:52.615 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.034) 0:01:52.649 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.027) 0:01:52.677 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.022) 0:01:52.700 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.021) 0:01:52.722 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:08:05 +0000 (0:00:00.056) 0:01:52.778 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:08:07 +0000 (0:00:01.772) 0:01:54.551 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:08:07 +0000 (0:00:00.060) 0:01:54.611 ********** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:08:07 +0000 (0:00:00.023) 0:01:54.635 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031577", "end": "2024-07-09 18:08:08.077237", "rc": 0, "start": "2024-07-09 18:08:08.045660" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.287) 0:01:54.922 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.022) 0:01:54.944 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.018) 0:01:54.963 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.022) 0:01:54.985 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.022) 0:01:55.008 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.039) 0:01:55.047 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.024) 0:01:55.072 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.024) 0:01:55.096 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.032) 0:01:55.129 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.248) 0:01:55.377 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.030) 0:01:55.408 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.269) 0:01:55.677 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.020) 0:01:55.697 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.019) 0:01:55.717 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.018) 0:01:55.736 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:08 +0000 (0:00:00.072) 0:01:55.809 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.019) 0:01:55.829 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.018) 0:01:55.848 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.017) 0:01:55.866 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.018) 0:01:55.884 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.024) 0:01:55.908 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.035) 0:01:55.944 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.019) 0:01:55.963 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.019) 0:01:55.982 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.035) 0:01:56.018 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.019) 0:01:56.037 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.018) 0:01:56.056 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.036) 0:01:56.092 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.020) 0:01:56.113 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.020) 0:01:56.133 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.081) 0:01:56.215 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.025) 0:01:56.240 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.023) 0:01:56.263 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.027) 0:01:56.291 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.022) 0:01:56.314 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.022) 0:01:56.336 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.019) 0:01:56.356 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.021) 0:01:56.377 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.017) 0:01:56.394 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.017) 0:01:56.412 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.017) 0:01:56.429 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.046) 0:01:56.476 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.027) 0:01:56.503 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.029) 0:01:56.533 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.021) 0:01:56.554 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.036) 0:01:56.591 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.023) 0:01:56.614 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.022) 0:01:56.636 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:09 +0000 (0:00:00.121) 0:01:56.758 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.256) 0:01:57.014 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.027) 0:01:57.041 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.257) 0:01:57.299 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.018) 0:01:57.317 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.018) 0:01:57.336 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.017) 0:01:57.354 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.018) 0:01:57.372 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.018) 0:01:57.390 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.017) 0:01:57.408 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.018) 0:01:57.426 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.017) 0:01:57.444 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.018) 0:01:57.463 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.032) 0:01:57.495 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.021) 0:01:57.517 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.021) 0:01:57.538 ********** ok: [sut] => { "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 : Get service name using systemd-escape] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 09 July 2024 18:08:10 +0000 (0:00:00.030) 0:01:57.568 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.008554", "end": "2024-07-09 18:08:10.976999", "rc": 0, "start": "2024-07-09 18:08:10.968445" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.253) 0:01:57.822 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.018) 0:01:57.841 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.106) 0:01:57.948 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.033) 0:01:57.981 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.019) 0:01:58.001 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.018) 0:01:58.019 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.017) 0:01:58.037 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.018) 0:01:58.055 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.016) 0:01:58.072 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => { "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 : Check the kubernetes yaml file] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Tuesday 09 July 2024 18:08:11 +0000 (0:00:00.723) 0:01:58.796 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1720548476.8810596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720548476.4960575, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 404750600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720548476.3000565, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 0, "version": "1232481013", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Tuesday 09 July 2024 18:08:12 +0000 (0:00:00.270) 0:01:59.066 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 34, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Tuesday 09 July 2024 18:08:12 +0000 (0:00:00.262) 0:01:59.328 ********** ok: [sut] => { "changed": false, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 244, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.636) 0:01:59.964 ********** ok: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.432) 0:02:00.397 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.021) 0:02:00.419 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.020) 0:02:00.439 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.021) 0:02:00.461 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.020) 0:02:00.482 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.099) 0:02:00.582 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.031) 0:02:00.613 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.027) 0:02:00.641 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.023) 0:02:00.665 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.033) 0:02:00.698 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.039) 0:02:00.738 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.024) 0:02:00.763 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:13 +0000 (0:00:00.028) 0:02:00.791 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.032) 0:02:00.823 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.275) 0:02:01.098 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.027) 0:02:01.126 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.270) 0:02:01.396 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.020) 0:02:01.417 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.021) 0:02:01.438 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.025) 0:02:01.464 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.021) 0:02:01.486 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.023) 0:02:01.509 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.021) 0:02:01.530 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.019) 0:02:01.549 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.073) 0:02:01.622 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.036) 0:02:01.659 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.023) 0:02:01.683 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.020) 0:02:01.704 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.043) 0:02:01.747 ********** ok: [sut] => { "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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.031) 0:02:01.779 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Tuesday 09 July 2024 18:08:14 +0000 (0:00:00.018) 0:02:01.798 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 09 July 2024 18:08:15 +0000 (0:00:00.043) 0:02:01.841 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:08:15 +0000 (0:00:00.032) 0:02:01.874 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:08:15 +0000 (0:00:00.018) 0:02:01.892 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:08:15 +0000 (0:00:00.018) 0:02:01.911 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 09 July 2024 18:08:15 +0000 (0:00:00.017) 0:02:01.929 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Tuesday 09 July 2024 18:08:15 +0000 (0:00:00.016) 0:02:01.945 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Tuesday 09 July 2024 18:08:15 +0000 (0:00:00.695) 0:02:02.641 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 43, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.269) 0:02:02.910 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.021) 0:02:02.932 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.020) 0:02:02.952 ********** ok: [sut] => { "changed": false, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.683) 0:02:03.635 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.021) 0:02:03.657 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.022) 0:02:03.679 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.022) 0:02:03.702 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.017) 0:02:03.719 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.017) 0:02:03.737 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Get authfile locally] **************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:143 Tuesday 09 July 2024 18:08:16 +0000 (0:00:00.027) 0:02:03.764 ********** changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_9uzkzhnd_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:149 Tuesday 09 July 2024 18:08:17 +0000 (0:00:00.314) 0:02:04.078 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:08:17 +0000 (0:00:00.061) 0:02:04.140 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:08:17 +0000 (0:00:00.033) 0:02:04.174 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:08:17 +0000 (0:00:00.025) 0:02:04.199 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:08:17 +0000 (0:00:00.019) 0:02:04.218 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:08:17 +0000 (0:00:00.021) 0:02:04.240 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:08:17 +0000 (0:00:00.048) 0:02:04.288 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:08:19 +0000 (0:00:01.815) 0:02:06.104 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.024) 0:02:06.128 ********** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.024) 0:02:06.153 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032616", "end": "2024-07-09 18:08:19.585363", "rc": 0, "start": "2024-07-09 18:08:19.552747" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.283) 0:02:06.437 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.022) 0:02:06.460 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.022) 0:02:06.482 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.024) 0:02:06.507 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.023) 0:02:06.530 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.040) 0:02:06.571 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.023) 0:02:06.594 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.021) 0:02:06.615 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:19 +0000 (0:00:00.028) 0:02:06.644 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.242) 0:02:06.886 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.030) 0:02:06.917 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.256) 0:02:07.174 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.017) 0:02:07.192 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.071) 0:02:07.263 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.019) 0:02:07.283 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.018) 0:02:07.302 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.017) 0:02:07.319 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.018) 0:02:07.338 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.017) 0:02:07.356 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.018) 0:02:07.374 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.025) 0:02:07.399 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.035) 0:02:07.435 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.019) 0:02:07.454 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.018) 0:02:07.472 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.035) 0:02:07.508 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.019) 0:02:07.527 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.019) 0:02:07.546 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.038) 0:02:07.585 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.021) 0:02:07.606 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.065) 0:02:07.671 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.039) 0:02:07.710 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.021) 0:02:07.731 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.019) 0:02:07.751 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.019) 0:02:07.770 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.019) 0:02:07.790 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:08:20 +0000 (0:00:00.019) 0:02:07.809 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.018) 0:02:07.828 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.019) 0:02:07.847 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.016) 0:02:07.864 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.045) 0:02:07.910 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.021) 0:02:07.931 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.033) 0:02:07.965 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.023) 0:02:07.989 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.022) 0:02:08.011 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.028) 0:02:08.040 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.313) 0:02:08.354 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.028) 0:02:08.382 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.264) 0:02:08.646 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.019) 0:02:08.666 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.018) 0:02:08.684 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.018) 0:02:08.703 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.018) 0:02:08.721 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.019) 0:02:08.741 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.018) 0:02:08.759 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.018) 0:02:08.778 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:08:21 +0000 (0:00:00.018) 0:02:08.796 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:08:22 +0000 (0:00:00.030) 0:02:08.827 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:08:22 +0000 (0:00:00.253) 0:02:09.080 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:08:22 +0000 (0:00:00.678) 0:02:09.759 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:08:22 +0000 (0:00:00.023) 0:02:09.782 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:08:22 +0000 (0:00:00.019) 0:02:09.801 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.019) 0:02:09.820 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.018) 0:02:09.839 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.017) 0:02:09.856 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.100) 0:02:09.957 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.029) 0:02:09.987 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.028) 0:02:10.015 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.024) 0:02:10.040 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.037) 0:02:10.077 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.024) 0:02:10.102 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.026) 0:02:10.128 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.045) 0:02:10.174 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.269) 0:02:10.443 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.029) 0:02:10.472 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.248) 0:02:10.721 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.020) 0:02:10.742 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.020) 0:02:10.762 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.021) 0:02:10.784 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:23 +0000 (0:00:00.019) 0:02:10.803 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.019) 0:02:10.823 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.018) 0:02:10.841 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.017) 0:02:10.859 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.067) 0:02:10.926 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.019) 0:02:10.945 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.032) 0:02:10.978 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.024) 0:02:11.002 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.024) 0:02:11.026 ********** ok: [sut] => { "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 : Get service name using systemd-escape] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.030) 0:02:11.057 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.007276", "end": "2024-07-09 18:08:24.461684", "rc": 0, "start": "2024-07-09 18:08:24.454408" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.261) 0:02:11.319 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.021) 0:02:11.340 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.045) 0:02:11.386 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.036) 0:02:11.422 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.023) 0:02:11.446 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.023) 0:02:11.470 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.019) 0:02:11.489 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.018) 0:02:11.507 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 09 July 2024 18:08:24 +0000 (0:00:00.017) 0:02:11.525 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => { "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 : Check the kubernetes yaml file] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Tuesday 09 July 2024 18:08:25 +0000 (0:00:00.743) 0:02:12.269 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1720548476.8810596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720548476.4960575, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 404750600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720548476.3000565, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 0, "version": "1232481013", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Tuesday 09 July 2024 18:08:25 +0000 (0:00:00.292) 0:02:12.562 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 34, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Tuesday 09 July 2024 18:08:26 +0000 (0:00:00.319) 0:02:12.881 ********** ok: [sut] => { "changed": false, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 244, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Tuesday 09 July 2024 18:08:26 +0000 (0:00:00.614) 0:02:13.496 ********** ok: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.414) 0:02:13.911 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.020) 0:02:13.931 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.020) 0:02:13.952 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.019) 0:02:13.971 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.020) 0:02:13.992 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.050) 0:02:14.042 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.027) 0:02:14.070 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.026) 0:02:14.096 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.020) 0:02:14.116 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.030) 0:02:14.147 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.036) 0:02:14.183 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.022) 0:02:14.206 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.022) 0:02:14.228 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.027) 0:02:14.256 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.236) 0:02:14.492 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:27 +0000 (0:00:00.027) 0:02:14.520 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.303) 0:02:14.823 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.020) 0:02:14.844 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.020) 0:02:14.864 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.020) 0:02:14.884 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.019) 0:02:14.904 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.020) 0:02:14.924 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.018) 0:02:14.943 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.019) 0:02:14.962 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.020) 0:02:14.982 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.037) 0:02:15.020 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.023) 0:02:15.044 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.022) 0:02:15.066 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.050) 0:02:15.117 ********** ok: [sut] => { "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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.031) 0:02:15.149 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.020) 0:02:15.169 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.044) 0:02:15.214 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.034) 0:02:15.248 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.067) 0:02:15.315 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.019) 0:02:15.335 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.018) 0:02:15.354 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Tuesday 09 July 2024 18:08:28 +0000 (0:00:00.017) 0:02:15.371 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Tuesday 09 July 2024 18:08:29 +0000 (0:00:00.686) 0:02:16.058 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 43, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Tuesday 09 July 2024 18:08:29 +0000 (0:00:00.285) 0:02:16.343 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Tuesday 09 July 2024 18:08:29 +0000 (0:00:00.033) 0:02:16.377 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Tuesday 09 July 2024 18:08:29 +0000 (0:00:00.023) 0:02:16.400 ********** ok: [sut] => { "changed": false, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.644) 0:02:17.045 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.021) 0:02:17.066 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.021) 0:02:17.088 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_copy_content is changed or __podman_copy_file is changed or __podman_template_file is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.021) 0:02:17.109 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.017) 0:02:17.127 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.054) 0:02:17.181 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.024) 0:02:17.206 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.035) 0:02:17.241 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.025) 0:02:17.267 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.147) 0:02:17.414 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.031) 0:02:17.445 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.260) 0:02:17.706 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:30 +0000 (0:00:00.027) 0:02:17.734 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.263) 0:02:17.997 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.020) 0:02:18.017 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.018) 0:02:18.036 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.018) 0:02:18.055 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.018) 0:02:18.073 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.018) 0:02:18.092 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.018) 0:02:18.111 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.017) 0:02:18.128 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.018) 0:02:18.147 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.030) 0:02:18.177 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.023) 0:02:18.201 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.021) 0:02:18.222 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.022) 0:02:18.244 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.019) 0:02:18.264 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.019) 0:02:18.284 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.068) 0:02:18.353 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - root] *********************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:161 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.027) 0:02:18.380 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.068) 0:02:18.448 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.033) 0:02:18.482 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.024) 0:02:18.506 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.019) 0:02:18.525 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.019) 0:02:18.545 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:08:31 +0000 (0:00:00.049) 0:02:18.594 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:08:33 +0000 (0:00:01.681) 0:02:20.276 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:08:33 +0000 (0:00:00.019) 0:02:20.295 ********** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:08:33 +0000 (0:00:00.022) 0:02:20.317 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.041105", "end": "2024-07-09 18:08:33.758787", "rc": 0, "start": "2024-07-09 18:08:33.717682" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:08:33 +0000 (0:00:00.294) 0:02:20.612 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:08:33 +0000 (0:00:00.095) 0:02:20.707 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:08:33 +0000 (0:00:00.023) 0:02:20.730 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:08:33 +0000 (0:00:00.027) 0:02:20.758 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:08:33 +0000 (0:00:00.031) 0:02:20.790 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.044) 0:02:20.835 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.025) 0:02:20.860 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.029) 0:02:20.889 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.037) 0:02:20.926 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.264) 0:02:21.191 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.028) 0:02:21.220 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.269) 0:02:21.489 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.019) 0:02:21.508 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.019) 0:02:21.528 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.019) 0:02:21.548 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.019) 0:02:21.567 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.018) 0:02:21.586 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.019) 0:02:21.606 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.018) 0:02:21.625 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.085) 0:02:21.710 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.040) 0:02:21.751 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:08:34 +0000 (0:00:00.043) 0:02:21.794 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.025) 0:02:21.819 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.030) 0:02:21.849 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.040) 0:02:21.890 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.023) 0:02:21.913 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.024) 0:02:21.938 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.046) 0:02:21.985 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.023) 0:02:22.009 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.020) 0:02:22.029 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.038) 0:02:22.068 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.020) 0:02:22.089 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.019) 0:02:22.108 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.086) 0:02:22.194 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.020) 0:02:22.214 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.019) 0:02:22.234 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.019) 0:02:22.253 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.021) 0:02:22.274 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.046) 0:02:22.321 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.021) 0:02:22.342 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.023) 0:02:22.366 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.023) 0:02:22.389 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.036) 0:02:22.425 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.023) 0:02:22.449 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.021) 0:02:22.471 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.028) 0:02:22.499 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.259) 0:02:22.758 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:35 +0000 (0:00:00.030) 0:02:22.788 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.253) 0:02:23.042 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.019) 0:02:23.061 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.018) 0:02:23.080 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.072) 0:02:23.153 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.020) 0:02:23.173 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.022) 0:02:23.195 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.019) 0:02:23.215 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.017) 0:02:23.233 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.018) 0:02:23.251 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.024) 0:02:23.276 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.022) 0:02:23.298 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.030) 0:02:23.328 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.020) 0:02:23.349 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "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 : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.025) 0:02:23.374 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.027) 0:02:23.401 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.020) 0:02:23.422 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.019) 0:02:23.441 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.048) 0:02:23.490 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.023) 0:02:23.513 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.039) 0:02:23.552 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.074) 0:02:23.627 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.023) 0:02:23.651 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:36 +0000 (0:00:00.029) 0:02:23.681 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.251) 0:02:23.932 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.031) 0:02:23.964 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.244) 0:02:24.208 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.020) 0:02:24.229 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.020) 0:02:24.249 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.019) 0:02:24.269 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.019) 0:02:24.289 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.018) 0:02:24.308 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.019) 0:02:24.327 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.018) 0:02:24.346 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.019) 0:02:24.366 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.028) 0:02:24.394 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.019) 0:02:24.413 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.027) 0:02:24.441 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.021) 0:02:24.462 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.022) 0:02:24.485 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.020) 0:02:24.505 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_handle_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.072) 0:02:24.578 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.017) 0:02:24.595 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.053) 0:02:24.648 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.027) 0:02:24.676 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.028) 0:02:24.704 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.021) 0:02:24.726 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.037) 0:02:24.763 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:37 +0000 (0:00:00.023) 0:02:24.786 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.027) 0:02:24.814 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.030) 0:02:24.844 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.259) 0:02:25.104 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.028) 0:02:25.133 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.253) 0:02:25.386 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.019) 0:02:25.406 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.018) 0:02:25.424 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.018) 0:02:25.443 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.017) 0:02:25.460 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.092) 0:02:25.552 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.019) 0:02:25.572 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.020) 0:02:25.593 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.019) 0:02:25.612 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.019) 0:02:25.632 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.031) 0:02:25.664 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.022) 0:02:25.686 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.023) 0:02:25.710 ********** ok: [sut] => { "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 : Get service name using systemd-escape] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 09 July 2024 18:08:38 +0000 (0:00:00.025) 0:02:25.735 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.007605", "end": "2024-07-09 18:08:39.132616", "rc": 0, "start": "2024-07-09 18:08:39.125011" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 09 July 2024 18:08:39 +0000 (0:00:00.245) 0:02:25.981 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 09 July 2024 18:08:39 +0000 (0:00:00.040) 0:02:26.022 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 09 July 2024 18:08:39 +0000 (0:00:00.020) 0:02:26.042 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Tue 2024-07-09 18:08:00 UTC", "ActiveEnterTimestampMonotonic": "900812830", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target sysinit.target systemd-journald.socket system-podman\\x2dkube.slice basic.target -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-07-09 18:07:59 UTC", "AssertTimestampMonotonic": "899639031", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2024-07-09 18:07:59 UTC", "ConditionTimestampMonotonic": "899639030", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16563", "ExecMainStartTimestamp": "Tue 2024-07-09 18:08:00 UTC", "ExecMainStartTimestampMonotonic": "900812808", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Tue 2024-07-09 18:07:59 UTC] ; stop_time=[n/a] ; pid=16419 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2024-07-09 18:07:59 UTC", "InactiveExitTimestampMonotonic": "899639864", "InvocationID": "e0f532bd239644f283b7adae17301e58", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "16563", "MemoryAccounting": "yes", "MemoryCurrent": "24739840", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system-podman\\x2dkube.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2024-07-09 18:08:00 UTC", "StateChangeTimestampMonotonic": "900812830", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "13", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestamp": "Tue 2024-07-09 18:08:00 UTC", "WatchdogTimestampMonotonic": "900812827", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Tuesday 09 July 2024 18:08:40 +0000 (0:00:01.076) 0:02:27.119 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548476.8810596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720548476.4960575, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 404750600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720548476.3000565, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 0, "version": "1232481013", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Tuesday 09 July 2024 18:08:40 +0000 (0:00:00.207) 0:02:27.326 ********** changed: [sut] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Tuesday 09 July 2024 18:08:40 +0000 (0:00:00.300) 0:02:27.627 ********** changed: [sut] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.201) 0:02:27.828 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.028288", "end": "2024-07-09 18:08:41.208357", "rc": 0, "start": "2024-07-09 18:08:41.180069" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.224) 0:02:28.053 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.083) 0:02:28.136 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.020) 0:02:28.157 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.021) 0:02:28.178 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.019) 0:02:28.198 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.020) 0:02:28.218 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.055) 0:02:28.274 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.028) 0:02:28.302 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.024) 0:02:28.327 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.019) 0:02:28.347 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.030) 0:02:28.377 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.036) 0:02:28.414 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.021) 0:02:28.435 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.022) 0:02:28.458 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.029) 0:02:28.488 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.202) 0:02:28.690 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:41 +0000 (0:00:00.029) 0:02:28.720 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.202) 0:02:28.923 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.085) 0:02:29.008 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.021) 0:02:29.030 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.021) 0:02:29.052 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.020) 0:02:29.072 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.021) 0:02:29.093 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.019) 0:02:29.112 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.019) 0:02:29.132 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.021) 0:02:29.154 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.036) 0:02:29.190 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.023) 0:02:29.214 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.018) 0:02:29.233 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.043) 0:02:29.276 ********** ok: [sut] => { "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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.025) 0:02:29.301 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.044) 0:02:29.346 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 09 July 2024 18:08:42 +0000 (0:00:00.020) 0:02:29.367 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target -.mount system.slice systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Tuesday 09 July 2024 18:08:43 +0000 (0:00:00.483) 0:02:29.850 ********** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39 Tuesday 09 July 2024 18:08:43 +0000 (0:00:00.196) 0:02:30.047 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:08:43 +0000 (0:00:00.100) 0:02:30.147 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:08:43 +0000 (0:00:00.027) 0:02:30.175 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:08:43 +0000 (0:00:00.021) 0:02:30.196 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47 Tuesday 09 July 2024 18:08:43 +0000 (0:00:00.018) 0:02:30.215 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56 Tuesday 09 July 2024 18:08:43 +0000 (0:00:00.452) 0:02:30.668 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.063190", "end": "2024-07-09 18:08:44.084251", "rc": 0, "start": "2024-07-09 18:08:44.021061" } STDOUT: 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f eefc81f451e2bf2bb95572e0bec43ed734280d4ba78bd2d096f034ba19c00e24 TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.261) 0:02:30.929 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.024) 0:02:30.954 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"volume\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.026) 0:02:30.980 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.022) 0:02:31.002 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.022) 0:02:31.024 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.021) 0:02:31.046 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.022) 0:02:31.068 ********** skipping: [sut] => { "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 : For testing and debugging - services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.021) 0:02:31.089 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.022) 0:02:31.112 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.018) 0:02:31.130 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.016) 0:02:31.147 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.055) 0:02:31.203 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.022) 0:02:31.225 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.099) 0:02:31.324 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.024) 0:02:31.349 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.023) 0:02:31.373 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.035) 0:02:31.408 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.208) 0:02:31.617 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:44 +0000 (0:00:00.035) 0:02:31.653 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.212) 0:02:31.866 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.020) 0:02:31.886 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.021) 0:02:31.908 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.021) 0:02:31.930 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.020) 0:02:31.951 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.019) 0:02:31.970 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.019) 0:02:31.990 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.018) 0:02:32.009 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.020) 0:02:32.029 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.029) 0:02:32.058 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.019) 0:02:32.077 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.021) 0:02:32.099 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.021) 0:02:32.120 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.253) 0:02:32.374 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:08:45 +0000 (0:00:00.254) 0:02:32.628 ********** changed: [sut] => { "changed": true, "path": "/root/.config/containers", "state": "absent" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.202) 0:02:32.831 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.062) 0:02:32.893 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.021) 0:02:32.915 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.022) 0:02:32.938 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.021) 0:02:32.959 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.036) 0:02:32.995 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.024) 0:02:33.020 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.024) 0:02:33.044 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.029) 0:02:33.073 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.199) 0:02:33.273 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.028) 0:02:33.302 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.200) 0:02:33.503 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.018) 0:02:33.521 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.019) 0:02:33.541 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.075) 0:02:33.617 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.019) 0:02:33.636 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.018) 0:02:33.655 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.018) 0:02:33.673 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.018) 0:02:33.692 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.018) 0:02:33.710 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.026) 0:02:33.736 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.022) 0:02:33.759 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.030) 0:02:33.789 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:08:46 +0000 (0:00:00.021) 0:02:33.811 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "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 : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:08:47 +0000 (0:00:00.025) 0:02:33.837 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:08:47 +0000 (0:00:00.557) 0:02:34.394 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:08:47 +0000 (0:00:00.195) 0:02:34.589 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Create a user for rootless] ********************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:175 Tuesday 09 July 2024 18:08:47 +0000 (0:00:00.211) 0:02:34.801 ********** changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 2001, "home": "/home/auth_test_user1", "name": "auth_test_user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 2001 } TASK [Provide a credentials file - rootless] *********************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:180 Tuesday 09 July 2024 18:08:48 +0000 (0:00:00.440) 0:02:35.241 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:08:48 +0000 (0:00:00.074) 0:02:35.316 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:08:48 +0000 (0:00:00.093) 0:02:35.410 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:08:48 +0000 (0:00:00.027) 0:02:35.437 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:08:48 +0000 (0:00:00.022) 0:02:35.459 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:08:48 +0000 (0:00:00.023) 0:02:35.483 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:08:48 +0000 (0:00:00.046) 0:02:35.529 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:08:49 +0000 (0:00:01.271) 0:02:36.801 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.020) 0:02:36.821 ********** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.023) 0:02:36.845 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026029", "end": "2024-07-09 18:08:50.219632", "rc": 0, "start": "2024-07-09 18:08:50.193603" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.218) 0:02:37.064 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.022) 0:02:37.086 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.018) 0:02:37.105 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.021) 0:02:37.126 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.023) 0:02:37.150 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.040) 0:02:37.190 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.097) 0:02:37.287 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.024) 0:02:37.312 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.033) 0:02:37.345 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.201) 0:02:37.546 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.030) 0:02:37.577 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.197) 0:02:37.775 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.018) 0:02:37.794 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:50 +0000 (0:00:00.018) 0:02:37.813 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.018) 0:02:37.831 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.018) 0:02:37.850 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.018) 0:02:37.869 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.018) 0:02:37.887 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.018) 0:02:37.905 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.018) 0:02:37.924 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.025) 0:02:37.950 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.036) 0:02:37.987 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.020) 0:02:38.008 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.019) 0:02:38.027 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.099) 0:02:38.126 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.022) 0:02:38.149 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.021) 0:02:38.170 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.039) 0:02:38.210 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.021) 0:02:38.231 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.022) 0:02:38.253 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.040) 0:02:38.294 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.020) 0:02:38.315 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.021) 0:02:38.336 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.021) 0:02:38.357 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.020) 0:02:38.378 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.023) 0:02:38.401 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.023) 0:02:38.424 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.026) 0:02:38.450 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.055) 0:02:38.506 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.111) 0:02:38.618 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.044) 0:02:38.663 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.024) 0:02:38.688 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:51 +0000 (0:00:00.038) 0:02:38.727 ********** ok: [sut] => { "ansible_facts": { "getent_passwd": { "auth_test_user1": [ "x", "2001", "2001", "", "/home/auth_test_user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:52 +0000 (0:00:00.206) 0:02:38.933 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:52 +0000 (0:00:00.023) 0:02:38.956 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:52 +0000 (0:00:00.029) 0:02:38.986 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:52 +0000 (0:00:00.200) 0:02:39.186 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:52 +0000 (0:00:00.028) 0:02:39.214 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:52 +0000 (0:00:00.198) 0:02:39.413 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003688", "end": "2024-07-09 18:08:52.772472", "rc": 0, "start": "2024-07-09 18:08:52.768784" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:52 +0000 (0:00:00.204) 0:02:39.617 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003617", "end": "2024-07-09 18:08:52.972876", "rc": 0, "start": "2024-07-09 18:08:52.969259" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.200) 0:02:39.817 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.033) 0:02:39.851 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.021) 0:02:39.872 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.020) 0:02:39.893 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.021) 0:02:39.915 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.019) 0:02:39.934 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.019) 0:02:39.954 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.025) 0:02:39.979 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.093) 0:02:40.073 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.031) 0:02:40.104 ********** changed: [sut] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0700", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:08:53 +0000 (0:00:00.208) 0:02:40.313 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.527) 0:02:40.841 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.028) 0:02:40.869 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.021) 0:02:40.890 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.021) 0:02:40.912 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.052) 0:02:40.964 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.024) 0:02:40.989 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.036) 0:02:41.025 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.024) 0:02:41.050 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.023) 0:02:41.074 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.031) 0:02:41.106 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.203) 0:02:41.309 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.028) 0:02:41.337 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.197) 0:02:41.535 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003621", "end": "2024-07-09 18:08:54.889829", "rc": 0, "start": "2024-07-09 18:08:54.886208" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:54 +0000 (0:00:00.198) 0:02:41.733 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003746", "end": "2024-07-09 18:08:55.090022", "rc": 0, "start": "2024-07-09 18:08:55.086276" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.273) 0:02:42.007 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.037) 0:02:42.044 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.022) 0:02:42.067 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.022) 0:02:42.089 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.021) 0:02:42.111 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.025) 0:02:42.136 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.019) 0:02:42.155 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.065) 0:02:42.221 ********** ok: [sut] => { "changed": false, "gid": 2001, "group": "auth_test_user1", "mode": "0700", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 21, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.206) 0:02:42.428 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:08:55 +0000 (0:00:00.022) 0:02:42.451 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.507) 0:02:42.958 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.021) 0:02:42.979 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.022) 0:02:43.001 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.020) 0:02:43.022 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.017) 0:02:43.040 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.052) 0:02:43.093 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.029) 0:02:43.122 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.029) 0:02:43.152 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.094) 0:02:43.246 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.038) 0:02:43.285 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.024) 0:02:43.309 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.023) 0:02:43.332 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.032) 0:02:43.365 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.212) 0:02:43.578 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.029) 0:02:43.607 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:08:56 +0000 (0:00:00.199) 0:02:43.806 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003692", "end": "2024-07-09 18:08:57.163445", "rc": 0, "start": "2024-07-09 18:08:57.159753" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.198) 0:02:44.005 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003570", "end": "2024-07-09 18:08:57.358317", "rc": 0, "start": "2024-07-09 18:08:57.354747" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.195) 0:02:44.200 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.035) 0:02:44.236 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.022) 0:02:44.258 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.020) 0:02:44.278 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.030) 0:02:44.309 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.022) 0:02:44.332 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.022) 0:02:44.354 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.020) 0:02:44.375 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.033) 0:02:44.409 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.023) 0:02:44.432 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.113) 0:02:44.546 ********** ok: [sut] => { "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 : Get service name using systemd-escape] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.028) 0:02:44.574 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.006252", "end": "2024-07-09 18:08:57.935184", "rc": 0, "start": "2024-07-09 18:08:57.928932" } STDOUT: podman-kube@-home-auth_test_user1-.config-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.207) 0:02:44.782 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 09 July 2024 18:08:57 +0000 (0:00:00.024) 0:02:44.807 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 09 July 2024 18:08:58 +0000 (0:00:00.046) 0:02:44.854 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:08:58 +0000 (0:00:00.037) 0:02:44.891 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.018382", "end": "2024-07-09 18:08:58.264867", "rc": 0, "start": "2024-07-09 18:08:58.246485" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:08:58 +0000 (0:00:00.231) 0:02:45.123 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:08:58 +0000 (0:00:00.025) 0:02:45.148 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Tuesday 09 July 2024 18:08:58 +0000 (0:00:00.021) 0:02:45.169 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_create_host_directories | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Tuesday 09 July 2024 18:08:58 +0000 (0:00:00.018) 0:02:45.188 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Tuesday 09 July 2024 18:08:58 +0000 (0:00:00.017) 0:02:45.205 ********** changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Tuesday 09 July 2024 18:08:59 +0000 (0:00:00.950) 0:02:46.156 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Tuesday 09 July 2024 18:08:59 +0000 (0:00:00.193) 0:02:46.349 ********** changed: [sut] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0755", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Tuesday 09 July 2024 18:08:59 +0000 (0:00:00.205) 0:02:46.555 ********** changed: [sut] => { "changed": true, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 2001, "group": "auth_test_user1", "md5sum": "8db65ab83723a021adc90b4f543fdca0", "mode": "0644", "owner": "auth_test_user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 244, "src": "/root/.ansible/tmp/ansible-tmp-1720548539.7830956-5007-1306426288361/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Tuesday 09 July 2024 18:09:00 +0000 (0:00:00.510) 0:02:47.066 ********** changed: [sut] => { "actions": [ "/bin/podman play kube --start=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: a942ee5d6d68b8d7d2ea1f328f8dfe1a7b01a06849fca2fb095862fd094cbd9d Container: dc7fd117771042dd2e37654f77220615888360c1ca225a0b7be854674b5753c9 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Tuesday 09 July 2024 18:09:01 +0000 (0:00:01.007) 0:02:48.073 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Tuesday 09 July 2024 18:09:01 +0000 (0:00:00.455) 0:02:48.528 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target -.mount run-user-2001.mount basic.target podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "podman\\x2dkube.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Tuesday 09 July 2024 18:09:02 +0000 (0:00:00.462) 0:02:48.990 ********** changed: [sut] => { "changed": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target -.mount basic.target podman\\x2dkube.slice run-user-2001.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "podman\\x2dkube.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Tuesday 09 July 2024 18:09:03 +0000 (0:00:01.045) 0:02:50.036 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.020) 0:02:50.057 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.056) 0:02:50.113 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.027) 0:02:50.141 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.026) 0:02:50.168 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.019) 0:02:50.187 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.030) 0:02:50.218 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.036) 0:02:50.255 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.024) 0:02:50.280 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.023) 0:02:50.303 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.030) 0:02:50.333 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.248) 0:02:50.582 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:03 +0000 (0:00:00.029) 0:02:50.611 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.257) 0:02:50.869 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005688", "end": "2024-07-09 18:09:04.278614", "rc": 0, "start": "2024-07-09 18:09:04.272926" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.256) 0:02:51.125 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006979", "end": "2024-07-09 18:09:04.522146", "rc": 0, "start": "2024-07-09 18:09:04.515167" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.242) 0:02:51.368 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.095) 0:02:51.464 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.021) 0:02:51.485 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.018) 0:02:51.503 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.019) 0:02:51.523 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.018) 0:02:51.541 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.019) 0:02:51.561 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.038) 0:02:51.600 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/auth_test_user1/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.028) 0:02:51.628 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.021) 0:02:51.649 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.047) 0:02:51.697 ********** ok: [sut] => { "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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.029) 0:02:51.726 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.019) 0:02:51.746 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 09 July 2024 18:09:04 +0000 (0:00:00.045) 0:02:51.791 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:09:05 +0000 (0:00:00.035) 0:02:51.827 ********** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/auth_test_user1 exists MSG: Did not run command since '/var/lib/systemd/linger/auth_test_user1' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:09:05 +0000 (0:00:00.242) 0:02:52.069 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:09:05 +0000 (0:00:00.027) 0:02:52.096 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 09 July 2024 18:09:05 +0000 (0:00:00.023) 0:02:52.120 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Tuesday 09 July 2024 18:09:05 +0000 (0:00:00.129) 0:02:52.250 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Tuesday 09 July 2024 18:09:06 +0000 (0:00:00.738) 0:02:52.988 ********** changed: [sut] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0755", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Tuesday 09 July 2024 18:09:06 +0000 (0:00:00.264) 0:02:53.253 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Tuesday 09 July 2024 18:09:06 +0000 (0:00:00.021) 0:02:53.275 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Tuesday 09 July 2024 18:09:06 +0000 (0:00:00.019) 0:02:53.294 ********** changed: [sut] => { "changed": true, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "gid": 2001, "group": "auth_test_user1", "md5sum": "ce647a260371eff050752697c0d6523b", "mode": "0644", "owner": "auth_test_user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 171, "src": "/root/.ansible/tmp/ansible-tmp-1720548546.5224912-5090-270526673781835/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.674) 0:02:53.969 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.022) 0:02:53.991 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.024) 0:02:54.015 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.024) 0:02:54.040 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.018) 0:02:54.058 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.056) 0:02:54.115 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.023) 0:02:54.139 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.034) 0:02:54.174 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.023) 0:02:54.198 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.022) 0:02:54.221 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.030) 0:02:54.251 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.243) 0:02:54.494 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:07 +0000 (0:00:00.096) 0:02:54.591 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.257) 0:02:54.848 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005428", "end": "2024-07-09 18:09:08.248607", "rc": 0, "start": "2024-07-09 18:09:08.243179" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.245) 0:02:55.094 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006015", "end": "2024-07-09 18:09:08.509993", "rc": 0, "start": "2024-07-09 18:09:08.503978" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.261) 0:02:55.355 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.032) 0:02:55.388 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.019) 0:02:55.407 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.018) 0:02:55.426 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.018) 0:02:55.444 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.018) 0:02:55.463 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.018) 0:02:55.481 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.064) 0:02:55.546 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.021) 0:02:55.567 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.020) 0:02:55.588 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.021) 0:02:55.610 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.020) 0:02:55.630 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.019) 0:02:55.650 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.020) 0:02:55.670 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:09:08 +0000 (0:00:00.058) 0:02:55.728 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.090) 0:02:55.819 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.027) 0:02:55.846 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.023) 0:02:55.870 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.037) 0:02:55.908 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.024) 0:02:55.932 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.023) 0:02:55.955 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.029) 0:02:55.985 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.247) 0:02:56.232 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.028) 0:02:56.261 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.260) 0:02:56.522 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003833", "end": "2024-07-09 18:09:09.915236", "rc": 0, "start": "2024-07-09 18:09:09.911403" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:09 +0000 (0:00:00.244) 0:02:56.766 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005211", "end": "2024-07-09 18:09:10.170182", "rc": 0, "start": "2024-07-09 18:09:10.164971" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.255) 0:02:57.021 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.036) 0:02:57.058 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.021) 0:02:57.079 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.020) 0:02:57.099 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.020) 0:02:57.120 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.018) 0:02:57.138 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.018) 0:02:57.157 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.024) 0:02:57.182 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.100) 0:02:57.283 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.031) 0:02:57.315 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.023) 0:02:57.339 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "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 : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.029) 0:02:57.368 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.026) 0:02:57.395 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.020) 0:02:57.415 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - root] *********************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:208 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.029) 0:02:57.445 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.042) 0:02:57.488 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.034) 0:02:57.523 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.024) 0:02:57.548 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.021) 0:02:57.569 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.021) 0:02:57.591 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:09:10 +0000 (0:00:00.050) 0:02:57.641 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:09:12 +0000 (0:00:01.782) 0:02:59.423 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:09:12 +0000 (0:00:00.021) 0:02:59.445 ********** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:09:12 +0000 (0:00:00.022) 0:02:59.467 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.036695", "end": "2024-07-09 18:09:12.918230", "rc": 0, "start": "2024-07-09 18:09:12.881535" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:09:12 +0000 (0:00:00.300) 0:02:59.767 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:09:12 +0000 (0:00:00.022) 0:02:59.790 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:09:12 +0000 (0:00:00.021) 0:02:59.811 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.026) 0:02:59.837 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.024) 0:02:59.862 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.044) 0:02:59.906 ********** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.253) 0:03:00.160 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.022) 0:03:00.182 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.028) 0:03:00.211 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.244) 0:03:00.455 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.028) 0:03:00.484 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.250) 0:03:00.735 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.020) 0:03:00.755 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:13 +0000 (0:00:00.019) 0:03:00.774 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.100) 0:03:00.875 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.020) 0:03:00.895 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.018) 0:03:00.914 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.019) 0:03:00.933 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.018) 0:03:00.952 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.019) 0:03:00.971 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.026) 0:03:00.998 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.045) 0:03:01.044 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.021) 0:03:01.066 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.021) 0:03:01.087 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.041) 0:03:01.129 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.020) 0:03:01.149 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.021) 0:03:01.171 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.041) 0:03:01.212 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.022) 0:03:01.234 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.019) 0:03:01.254 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.120) 0:03:01.375 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.021) 0:03:01.396 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.021) 0:03:01.418 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.019) 0:03:01.438 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.020) 0:03:01.458 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.019) 0:03:01.477 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.019) 0:03:01.497 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.020) 0:03:01.518 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.051) 0:03:01.570 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.023) 0:03:01.593 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.025) 0:03:01.618 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.022) 0:03:01.641 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.038) 0:03:01.679 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.023) 0:03:01.703 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.023) 0:03:01.727 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:14 +0000 (0:00:00.029) 0:03:01.756 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.323) 0:03:02.079 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.029) 0:03:02.109 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.260) 0:03:02.369 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.020) 0:03:02.390 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.019) 0:03:02.409 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.020) 0:03:02.430 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.020) 0:03:02.450 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.019) 0:03:02.470 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.018) 0:03:02.488 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.019) 0:03:02.508 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.018) 0:03:02.526 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.026) 0:03:02.553 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.022) 0:03:02.576 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.029) 0:03:02.605 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.020) 0:03:02.625 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "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 : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.025) 0:03:02.651 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.029) 0:03:02.680 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.020) 0:03:02.701 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:09:15 +0000 (0:00:00.021) 0:03:02.722 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.119) 0:03:02.841 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.025) 0:03:02.866 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.037) 0:03:02.904 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.025) 0:03:02.930 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.022) 0:03:02.952 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.030) 0:03:02.983 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.242) 0:03:03.225 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.029) 0:03:03.255 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.234) 0:03:03.489 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.020) 0:03:03.510 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.022) 0:03:03.532 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.020) 0:03:03.553 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.019) 0:03:03.572 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.018) 0:03:03.591 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.020) 0:03:03.611 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.019) 0:03:03.630 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.020) 0:03:03.650 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.100) 0:03:03.751 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.021) 0:03:03.772 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:09:16 +0000 (0:00:00.021) 0:03:03.794 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.021) 0:03:03.815 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.022) 0:03:03.837 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.021) 0:03:03.859 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_handle_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.022) 0:03:03.882 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.018) 0:03:03.900 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.057) 0:03:03.957 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.028) 0:03:03.986 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.029) 0:03:04.015 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.022) 0:03:04.037 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.037) 0:03:04.074 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.023) 0:03:04.097 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.023) 0:03:04.121 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.029) 0:03:04.150 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.253) 0:03:04.403 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.028) 0:03:04.432 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.333) 0:03:04.766 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.021) 0:03:04.788 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:17 +0000 (0:00:00.020) 0:03:04.808 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.020) 0:03:04.829 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.019) 0:03:04.849 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.020) 0:03:04.869 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.020) 0:03:04.889 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.019) 0:03:04.909 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.019) 0:03:04.929 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.021) 0:03:04.950 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.033) 0:03:04.983 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.022) 0:03:05.006 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.028) 0:03:05.034 ********** ok: [sut] => { "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 : Get service name using systemd-escape] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.027) 0:03:05.062 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.006745", "end": "2024-07-09 18:09:18.466752", "rc": 0, "start": "2024-07-09 18:09:18.460007" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.251) 0:03:05.314 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.042) 0:03:05.357 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 09 July 2024 18:09:18 +0000 (0:00:00.020) 0:03:05.377 ********** ok: [sut] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount sysinit.target system-podman\\x2dkube.slice systemd-journald.socket network-online.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system-podman\\x2dkube.slice -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.437) 0:03:05.814 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.339) 0:03:06.154 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_file_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.027) 0:03:06.182 ********** ok: [sut] => { "changed": false, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.257) 0:03:06.439 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.022) 0:03:06.462 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.035) 0:03:06.497 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.023) 0:03:06.521 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.020) 0:03:06.541 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.020) 0:03:06.562 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.021) 0:03:06.584 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.061) 0:03:06.645 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.033) 0:03:06.679 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.037) 0:03:06.717 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.028) 0:03:06.745 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 09 July 2024 18:09:19 +0000 (0:00:00.038) 0:03:06.784 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.042) 0:03:06.826 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.032) 0:03:06.859 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.129) 0:03:06.989 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.032) 0:03:07.021 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.246) 0:03:07.268 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.028) 0:03:07.297 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.268) 0:03:07.565 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.022) 0:03:07.587 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.020) 0:03:07.608 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.021) 0:03:07.630 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.023) 0:03:07.653 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.023) 0:03:07.676 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.020) 0:03:07.697 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.025) 0:03:07.723 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.021) 0:03:07.744 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.035) 0:03:07.780 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 09 July 2024 18:09:20 +0000 (0:00:00.023) 0:03:07.803 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.018) 0:03:07.822 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.045) 0:03:07.867 ********** ok: [sut] => { "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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.027) 0:03:07.894 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.118) 0:03:08.012 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.020) 0:03:08.033 ********** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service auth_test_1_quadlet.service: host TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.410) 0:03:08.444 ********** ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.271) 0:03:08.715 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.034) 0:03:08.749 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.022) 0:03:08.772 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:09:21 +0000 (0:00:00.021) 0:03:08.794 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.020) 0:03:08.814 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.021) 0:03:08.835 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.020) 0:03:08.856 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.020) 0:03:08.876 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.019) 0:03:08.896 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.020) 0:03:08.917 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.022) 0:03:08.939 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.021) 0:03:08.961 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.021) 0:03:08.982 ********** skipping: [sut] => { "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 : For testing and debugging - services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.020) 0:03:09.002 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.020) 0:03:09.022 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.018) 0:03:09.040 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.127) 0:03:09.168 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.070) 0:03:09.239 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.026) 0:03:09.265 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.035) 0:03:09.300 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.023) 0:03:09.324 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.022) 0:03:09.346 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.028) 0:03:09.375 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.231) 0:03:09.607 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:22 +0000 (0:00:00.028) 0:03:09.635 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.241) 0:03:09.877 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.022) 0:03:09.899 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.023) 0:03:09.922 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.020) 0:03:09.943 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.020) 0:03:09.963 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.019) 0:03:09.983 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.020) 0:03:10.003 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.018) 0:03:10.022 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.090) 0:03:10.112 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.031) 0:03:10.144 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.022) 0:03:10.166 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.021) 0:03:10.188 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.024) 0:03:10.213 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.244) 0:03:10.458 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:09:23 +0000 (0:00:00.248) 0:03:10.706 ********** ok: [sut] => { "changed": false, "path": "/root/.config/containers", "state": "absent" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.268) 0:03:10.975 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.077) 0:03:11.052 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.021) 0:03:11.074 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.025) 0:03:11.099 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.023) 0:03:11.123 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.038) 0:03:11.161 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.030) 0:03:11.191 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.024) 0:03:11.216 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.031) 0:03:11.248 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.271) 0:03:11.519 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:24 +0000 (0:00:00.124) 0:03:11.644 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.250) 0:03:11.895 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.022) 0:03:11.917 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.020) 0:03:11.937 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.021) 0:03:11.959 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.021) 0:03:11.980 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.023) 0:03:12.003 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.033) 0:03:12.036 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.024) 0:03:12.061 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.023) 0:03:12.085 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.030) 0:03:12.116 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.025) 0:03:12.141 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.030) 0:03:12.171 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.021) 0:03:12.193 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "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 : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:09:25 +0000 (0:00:00.027) 0:03:12.221 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:09:26 +0000 (0:00:00.714) 0:03:12.936 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:09:26 +0000 (0:00:00.263) 0:03:13.199 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - rootless] ******************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:228 Tuesday 09 July 2024 18:09:26 +0000 (0:00:00.276) 0:03:13.476 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 09 July 2024 18:09:26 +0000 (0:00:00.155) 0:03:13.631 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 09 July 2024 18:09:26 +0000 (0:00:00.037) 0:03:13.669 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 09 July 2024 18:09:26 +0000 (0:00:00.041) 0:03:13.710 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 09 July 2024 18:09:26 +0000 (0:00:00.034) 0:03:13.745 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 09 July 2024 18:09:26 +0000 (0:00:00.025) 0:03:13.771 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 09 July 2024 18:09:27 +0000 (0:00:00.061) 0:03:13.832 ********** ok: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 09 July 2024 18:09:28 +0000 (0:00:01.618) 0:03:15.451 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 09 July 2024 18:09:28 +0000 (0:00:00.026) 0:03:15.478 ********** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 09 July 2024 18:09:28 +0000 (0:00:00.026) 0:03:15.504 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.045837", "end": "2024-07-09 18:09:28.938253", "rc": 0, "start": "2024-07-09 18:09:28.892416" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 09 July 2024 18:09:28 +0000 (0:00:00.281) 0:03:15.785 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Tuesday 09 July 2024 18:09:28 +0000 (0:00:00.022) 0:03:15.808 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Tuesday 09 July 2024 18:09:29 +0000 (0:00:00.019) 0:03:15.827 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Tuesday 09 July 2024 18:09:29 +0000 (0:00:00.024) 0:03:15.851 ********** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 09 July 2024 18:09:29 +0000 (0:00:00.144) 0:03:15.996 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:29 +0000 (0:00:00.045) 0:03:16.042 ********** ok: [sut] => { "ansible_facts": { "getent_passwd": { "auth_test_user1": [ "x", "2001", "2001", "", "/home/auth_test_user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:29 +0000 (0:00:00.263) 0:03:16.305 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:29 +0000 (0:00:00.024) 0:03:16.330 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:29 +0000 (0:00:00.034) 0:03:16.365 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:29 +0000 (0:00:00.249) 0:03:16.614 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:29 +0000 (0:00:00.031) 0:03:16.646 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.251) 0:03:16.897 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005726", "end": "2024-07-09 18:09:30.296077", "rc": 0, "start": "2024-07-09 18:09:30.290351" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.246) 0:03:17.143 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004704", "end": "2024-07-09 18:09:30.530920", "rc": 0, "start": "2024-07-09 18:09:30.526216" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.237) 0:03:17.380 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.033) 0:03:17.413 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.023) 0:03:17.437 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.024) 0:03:17.461 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.024) 0:03:17.486 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.022) 0:03:17.508 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.024) 0:03:17.532 ********** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/root/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/root/.config/containers/policy.json", "__podman_registries_conf_file": "/root/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/root/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.029) 0:03:17.562 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.042) 0:03:17.605 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.137) 0:03:17.742 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.024) 0:03:17.766 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 09 July 2024 18:09:30 +0000 (0:00:00.040) 0:03:17.807 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.021) 0:03:17.828 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.020) 0:03:17.849 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.039) 0:03:17.889 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.022) 0:03:17.912 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.025) 0:03:17.937 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.042) 0:03:17.979 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.020) 0:03:17.999 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.020) 0:03:18.020 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.019) 0:03:18.040 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.022) 0:03:18.063 ********** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.019) 0:03:18.082 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.019) 0:03:18.102 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.096) 0:03:18.199 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.050) 0:03:18.250 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.019) 0:03:18.269 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.024) 0:03:18.294 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.031) 0:03:18.325 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.039) 0:03:18.364 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.024) 0:03:18.388 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.024) 0:03:18.413 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.029) 0:03:18.443 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.238) 0:03:18.682 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:31 +0000 (0:00:00.029) 0:03:18.711 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.239) 0:03:18.950 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004224", "end": "2024-07-09 18:09:32.352534", "rc": 0, "start": "2024-07-09 18:09:32.348310" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.252) 0:03:19.203 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004951", "end": "2024-07-09 18:09:32.613936", "rc": 0, "start": "2024-07-09 18:09:32.608985" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.254) 0:03:19.458 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.032) 0:03:19.491 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.019) 0:03:19.510 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.018) 0:03:19.529 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.143) 0:03:19.672 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.021) 0:03:19.693 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.021) 0:03:19.715 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.028) 0:03:19.743 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.022) 0:03:19.766 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:09:32 +0000 (0:00:00.029) 0:03:19.795 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.020) 0:03:19.815 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "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 : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.026) 0:03:19.842 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.028) 0:03:19.870 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.022) 0:03:19.893 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.021) 0:03:19.914 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.052) 0:03:19.967 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.025) 0:03:19.992 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.039) 0:03:20.031 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.027) 0:03:20.059 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.024) 0:03:20.084 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.030) 0:03:20.114 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.363) 0:03:20.478 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.029) 0:03:20.507 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:33 +0000 (0:00:00.243) 0:03:20.751 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005756", "end": "2024-07-09 18:09:34.171441", "rc": 0, "start": "2024-07-09 18:09:34.165685" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.271) 0:03:21.022 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005297", "end": "2024-07-09 18:09:34.435488", "rc": 0, "start": "2024-07-09 18:09:34.430191" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.263) 0:03:21.286 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.036) 0:03:21.322 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.022) 0:03:21.345 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.023) 0:03:21.368 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.020) 0:03:21.388 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.021) 0:03:21.410 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.020) 0:03:21.430 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.033) 0:03:21.463 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.022) 0:03:21.486 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.022) 0:03:21.508 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.022) 0:03:21.531 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.021) 0:03:21.552 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.021) 0:03:21.574 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_handle_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.022) 0:03:21.596 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.018) 0:03:21.615 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Tuesday 09 July 2024 18:09:34 +0000 (0:00:00.181) 0:03:21.796 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.031) 0:03:21.828 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.031) 0:03:21.860 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.025) 0:03:21.885 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.040) 0:03:21.926 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.027) 0:03:21.953 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.026) 0:03:21.980 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.068) 0:03:22.048 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.307) 0:03:22.356 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.032) 0:03:22.389 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:35 +0000 (0:00:00.255) 0:03:22.645 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003628", "end": "2024-07-09 18:09:36.045514", "rc": 0, "start": "2024-07-09 18:09:36.041886" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.250) 0:03:22.895 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005081", "end": "2024-07-09 18:09:36.295598", "rc": 0, "start": "2024-07-09 18:09:36.290517" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.244) 0:03:23.140 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.035) 0:03:23.175 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.036) 0:03:23.211 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.023) 0:03:23.234 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.020) 0:03:23.255 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.021) 0:03:23.276 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.126) 0:03:23.402 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.020) 0:03:23.423 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.036) 0:03:23.459 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.023) 0:03:23.483 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.025) 0:03:23.509 ********** ok: [sut] => { "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 : Get service name using systemd-escape] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.025) 0:03:23.534 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005736", "end": "2024-07-09 18:09:36.931760", "rc": 0, "start": "2024-07-09 18:09:36.926024" } STDOUT: podman-kube@-home-auth_test_user1-.config-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Tuesday 09 July 2024 18:09:36 +0000 (0:00:00.241) 0:03:23.776 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 09 July 2024 18:09:37 +0000 (0:00:00.045) 0:03:23.822 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548538.2713823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1720548540.9813964, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 118218, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1720548540.9813964, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 09 July 2024 18:09:37 +0000 (0:00:00.270) 0:03:24.092 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Tue 2024-07-09 18:09:03 UTC", "ActiveEnterTimestampMonotonic": "963177543", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target -.mount basic.target podman\\x2dkube.slice run-user-2001.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-07-09 18:09:02 UTC", "AssertTimestampMonotonic": "962515733", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2024-07-09 18:09:02 UTC", "ConditionTimestampMonotonic": "962515732", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-2001.slice/user@2001.service/podman\\x2dkube.slice/podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "26657", "ExecMainStartTimestamp": "Tue 2024-07-09 18:09:03 UTC", "ExecMainStartTimestampMonotonic": "963177521", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Tue 2024-07-09 18:09:02 UTC] ; stop_time=[n/a] ; pid=26622 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2024-07-09 18:09:02 UTC", "InactiveExitTimestampMonotonic": "962516433", "InvocationID": "b22da287183747069b073def48e0a5e3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "26657", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "podman\\x2dkube.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2024-07-09 18:09:03 UTC", "StateChangeTimestampMonotonic": "963177543", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestamp": "Tue 2024-07-09 18:09:03 UTC", "WatchdogTimestampMonotonic": "963177539", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Tuesday 09 July 2024 18:09:38 +0000 (0:00:01.001) 0:03:25.093 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548540.530394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720548540.2003922, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 247464258, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720548540.0083914, "nlink": 1, "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "auth_test_user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 2001, "version": "2126567903", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Tuesday 09 July 2024 18:09:38 +0000 (0:00:00.200) 0:03:25.294 ********** changed: [sut] => { "actions": [ "/bin/podman kube play --down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Tuesday 09 July 2024 18:09:38 +0000 (0:00:00.325) 0:03:25.620 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.201) 0:03:25.821 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.043900", "end": "2024-07-09 18:09:39.229601", "rc": 0, "start": "2024-07-09 18:09:39.185701" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.255) 0:03:26.077 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.035) 0:03:26.112 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.026) 0:03:26.139 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.024) 0:03:26.163 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "auth_test_user1" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.154) 0:03:26.318 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.027) 0:03:26.346 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.063) 0:03:26.409 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.031) 0:03:26.440 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.030) 0:03:26.471 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.037) 0:03:26.508 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.050) 0:03:26.558 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.066) 0:03:26.625 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.052) 0:03:26.677 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.026) 0:03:26.704 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:39 +0000 (0:00:00.052) 0:03:26.757 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:40 +0000 (0:00:00.250) 0:03:27.007 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:40 +0000 (0:00:00.029) 0:03:27.036 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:40 +0000 (0:00:00.199) 0:03:27.236 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003906", "end": "2024-07-09 18:09:40.593830", "rc": 0, "start": "2024-07-09 18:09:40.589924" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:40 +0000 (0:00:00.200) 0:03:27.437 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003590", "end": "2024-07-09 18:09:40.794621", "rc": 0, "start": "2024-07-09 18:09:40.791031" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:40 +0000 (0:00:00.201) 0:03:27.638 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:40 +0000 (0:00:00.033) 0:03:27.672 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:40 +0000 (0:00:00.137) 0:03:27.809 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.020) 0:03:27.830 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.021) 0:03:27.852 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.021) 0:03:27.874 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.024) 0:03:27.898 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.042) 0:03:27.940 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/auth_test_user1/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.028) 0:03:27.969 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.030) 0:03:28.000 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.063) 0:03:28.063 ********** ok: [sut] => { "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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.032) 0:03:28.095 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.047) 0:03:28.143 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548538.2713823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1720548540.9813964, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 118218, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1720548540.9813964, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.218) 0:03:28.362 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.slice basic.target run-user-2001.mount -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/user/2001/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/user/2001/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target -.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "SourcePath": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Tuesday 09 July 2024 18:09:41 +0000 (0:00:00.438) 0:03:28.800 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39 Tuesday 09 July 2024 18:09:42 +0000 (0:00:00.206) 0:03:29.006 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 09 July 2024 18:09:42 +0000 (0:00:00.033) 0:03:29.040 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 09 July 2024 18:09:42 +0000 (0:00:00.026) 0:03:29.066 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 09 July 2024 18:09:42 +0000 (0:00:00.023) 0:03:29.090 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "auth_test_user1" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47 Tuesday 09 July 2024 18:09:42 +0000 (0:00:00.150) 0:03:29.241 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56 Tuesday 09 July 2024 18:09:42 +0000 (0:00:00.362) 0:03:29.603 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.062847", "end": "2024-07-09 18:09:43.030430", "rc": 0, "start": "2024-07-09 18:09:42.967583" } STDOUT: 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f 478d2028fc6a3a0beac90912f3e23d5dbaa107c48c8358852373b6af40e9cefe TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.273) 0:03:29.877 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.022) 0:03:29.899 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"volume\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.021) 0:03:29.921 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.021) 0:03:29.943 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.028) 0:03:29.971 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.023) 0:03:29.995 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.025) 0:03:30.020 ********** skipping: [sut] => { "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 : For testing and debugging - services] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.026) 0:03:30.047 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.030) 0:03:30.078 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.037) 0:03:30.115 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for sut => (item=auth_test_user1) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.059) 0:03:30.174 ********** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_linger_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set cancel linger vars] *************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.024) 0:03:30.199 ********** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.025) 0:03:30.224 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548538.2713823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1720548540.9813964, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 118218, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1720548540.9813964, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Tuesday 09 July 2024 18:09:43 +0000 (0:00:00.207) 0:03:30.431 ********** ok: [sut] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Tuesday 09 July 2024 18:09:44 +0000 (0:00:00.436) 0:03:30.868 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.053531", "end": "2024-07-09 18:09:44.283303", "rc": 0, "start": "2024-07-09 18:09:44.229772" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Tuesday 09 July 2024 18:09:44 +0000 (0:00:00.264) 0:03:31.132 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.038814", "end": "2024-07-09 18:09:44.533430", "rc": 0, "start": "2024-07-09 18:09:44.494616" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Tuesday 09 July 2024 18:09:44 +0000 (0:00:00.339) 0:03:31.472 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.011544", "end": "2024-07-09 18:09:44.839581", "rc": 0, "start": "2024-07-09 18:09:44.828037" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Tuesday 09 July 2024 18:09:44 +0000 (0:00:00.217) 0:03:31.690 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 09 July 2024 18:09:44 +0000 (0:00:00.066) 0:03:31.757 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 09 July 2024 18:09:44 +0000 (0:00:00.024) 0:03:31.781 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:45 +0000 (0:00:00.038) 0:03:31.819 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:45 +0000 (0:00:00.029) 0:03:31.849 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:45 +0000 (0:00:00.024) 0:03:31.873 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:45 +0000 (0:00:00.032) 0:03:31.905 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:45 +0000 (0:00:00.224) 0:03:32.130 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:45 +0000 (0:00:00.049) 0:03:32.180 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:45 +0000 (0:00:00.217) 0:03:32.397 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003667", "end": "2024-07-09 18:09:45.766730", "rc": 0, "start": "2024-07-09 18:09:45.763063" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:45 +0000 (0:00:00.212) 0:03:32.609 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003567", "end": "2024-07-09 18:09:45.964883", "rc": 0, "start": "2024-07-09 18:09:45.961316" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.209) 0:03:32.819 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.039) 0:03:32.859 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.030) 0:03:32.889 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.024) 0:03:32.914 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.024) 0:03:32.938 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.151) 0:03:33.089 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.034) 0:03:33.124 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.035) 0:03:33.160 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.021) 0:03:33.182 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.043) 0:03:33.226 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.026) 0:03:33.252 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.222) 0:03:33.475 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.205) 0:03:33.680 ********** skipping: [sut] => { "changed": false, "false_condition": "__credential_dir_files.matched == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.029) 0:03:33.710 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Check given registry_host] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.074) 0:03:33.785 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"registry_host\"] is search(\"/\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 0] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Tuesday 09 July 2024 18:09:46 +0000 (0:00:00.020) 0:03:33.806 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 1] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.035) 0:03:33.841 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.024) 0:03:33.865 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.037) 0:03:33.903 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.031) 0:03:33.934 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.025) 0:03:33.960 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.029) 0:03:33.989 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.368) 0:03:34.358 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.033) 0:03:34.391 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1720548433.9198396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720548404.4686906, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3222936075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.212) 0:03:34.603 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005884", "end": "2024-07-09 18:09:47.959193", "rc": 0, "start": "2024-07-09 18:09:47.953309" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 09 July 2024 18:09:47 +0000 (0:00:00.198) 0:03:34.802 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003604", "end": "2024-07-09 18:09:48.176259", "rc": 0, "start": "2024-07-09 18:09:48.172655" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.218) 0:03:35.020 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.032) 0:03:35.053 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.019) 0:03:35.072 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.019) 0:03:35.091 ********** skipping: [sut] => { "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: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.020) 0:03:35.112 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.021) 0:03:35.133 ********** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.020) 0:03:35.153 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.029) 0:03:35.183 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-cert spec variables part 4] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.023) 0:03:35.207 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.030) 0:03:35.237 ********** skipping: [sut] => { "changed": false, "false_condition": "__podman_cert_spec_item[\"state\"] | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.023) 0:03:35.260 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "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 : Remove certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Tuesday 09 July 2024 18:09:48 +0000 (0:00:00.028) 0:03:35.289 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Tuesday 09 July 2024 18:09:49 +0000 (0:00:00.563) 0:03:35.853 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Tuesday 09 July 2024 18:09:49 +0000 (0:00:00.196) 0:03:36.049 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Remove user] ************************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:249 Tuesday 09 July 2024 18:09:49 +0000 (0:00:00.208) 0:03:36.258 ********** changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:254 Tuesday 09 July 2024 18:09:49 +0000 (0:00:00.405) 0:03:36.664 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:272 Tuesday 09 July 2024 18:09:50 +0000 (0:00:00.205) 0:03:36.869 ********** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_9uzkzhnd_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tests_auth_and_security.yml:280 Tuesday 09 July 2024 18:09:50 +0000 (0:00:00.154) 0:03:37.024 ********** included: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/cleanup_registry.yml:3 Tuesday 09 July 2024 18:09:50 +0000 (0:00:00.041) 0:03:37.066 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.267896", "end": "2024-07-09 18:09:50.689942", "rc": 0, "start": "2024-07-09 18:09:50.422046" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/cleanup_registry.yml:7 Tuesday 09 July 2024 18:09:50 +0000 (0:00:00.469) 0:03:37.535 ********** changed: [sut] => (item=/tmp/lsr_kzv3b06o_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_kzv3b06o_podman", "path": "/tmp/lsr_kzv3b06o_podman", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=787 changed=71 unreachable=0 failed=0 skipped=898 rescued=2 ignored=0 Tuesday 09 July 2024 18:09:50 +0000 (0:00:00.231) 0:03:37.767 ********** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 56.54s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 4.63s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:52 - fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.92s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.99s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Start registry ---------------------------------------------------------- 2.44s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:89 - fedora.linux_system_roles.podman : Gather the package facts ------------- 1.82s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.78s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.77s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Start service ------------------------ 1.71s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.68s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.62s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Push test images into local registry ------------------------------------ 1.44s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/tests/tasks/setup_registry.yml:114 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.44s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.28s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.27s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.27s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.26s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.14s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 fedora.linux_system_roles.podman : Stop and disable service ------------- 1.08s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ------------------------ 1.05s /WORKDIR/git-handle-quadlet-cleanupqp2p4l7v/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) ---^---^---^---^---^---