# 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-cleanupk6fcefhn/.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-cleanupk6fcefhn/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_auth_and_security.yml:4 Wednesday 10 July 2024 04:29:44 +0000 (0:00:00.011) 0:00:00.011 ******** 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-cleanupk6fcefhn/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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:9 Wednesday 10 July 2024 04:29:44 +0000 (0:00:00.014) 0:00:00.026 ******** ok: [sut] TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_auth_and_security.yml:46 Wednesday 10 July 2024 04:29:47 +0000 (0:00:02.379) 0:00:02.406 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:29:47 +0000 (0:00:00.027) 0:00:02.433 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:29:47 +0000 (0:00:00.015) 0:00:02.449 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:29:47 +0000 (0:00:00.017) 0:00:02.467 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:29:47 +0000 (0:00:00.262) 0:00:02.729 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:29:47 +0000 (0:00:00.014) 0:00:02.744 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:29:47 +0000 (0:00:00.025) 0:00:02.769 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:29:48 +0000 (0:00:00.878) 0:00:03.648 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:29:48 +0000 (0:00:00.025) 0:00:03.673 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libnet-1.3-3.fc40.x86_64", "Installed: gvisor-tap-vsock-6:0.7.3-2.fc40.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.3-2.fc40.x86_64", "Installed: netavark-1.11.0-1.fc40.x86_64", "Installed: aardvark-dns-1.11.0-1.fc40.x86_64", "Installed: composefs-1.0.3-1.fc40.x86_64", "Installed: criu-3.19-4.fc40.x86_64", "Installed: yajl-2.1.0-23.fc40.x86_64", "Installed: composefs-libs-1.0.3-1.fc40.x86_64", "Installed: criu-libs-3.19-4.fc40.x86_64", "Installed: catatonit-0.1.7-22.fc40.x86_64", "Installed: libmd-1.1.0-4.fc40.x86_64", "Installed: container-selinux-2:2.232.1-1.fc40.noarch", "Installed: containers-common-5:0.59.1-2.fc40.noarch", "Installed: containers-common-extra-5:0.59.1-2.fc40.noarch", "Installed: qemu-user-static-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-aarch64-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-alpha-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-arm-2:8.2.2-1.fc40.x86_64", "Installed: conmon-2:2.1.10-1.fc40.x86_64", "Installed: qemu-user-static-cris-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-hexagon-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-hppa-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-m68k-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-loongarch64-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-microblaze-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-mips-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-nios2-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-or1k-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-ppc-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-riscv-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-s390x-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-sh4-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-sparc-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-x86-2:8.2.2-1.fc40.x86_64", "Installed: qemu-user-static-xtensa-2:8.2.2-1.fc40.x86_64", "Installed: podman-5:5.1.1-1.fc40.x86_64", "Installed: passt-0^20240624.g1ee2eca-1.fc40.x86_64", "Installed: libbsd-0.12.2-3.fc40.x86_64", "Installed: passt-selinux-0^20240624.g1ee2eca-1.fc40.noarch", "Installed: shadow-utils-subid-2:4.15.1-3.fc40.x86_64", "Installed: crun-1.15-1.fc40.x86_64" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:31:41 +0000 (0:01:52.585) 0:01:56.259 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031471", "end": "2024-07-10 04:31:41.391267", "rc": 0, "start": "2024-07-10 04:31:41.359796" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:31:41 +0000 (0:00:00.373) 0:01:56.633 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:31:41 +0000 (0:00:00.020) 0:01:56.653 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:31:41 +0000 (0:00:00.020) 0:01:56.673 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:31:41 +0000 (0:00:00.034) 0:01:56.708 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:31:41 +0000 (0:00:00.029) 0:01:56.737 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:31:41 +0000 (0:00:00.051) 0:01:56.789 ******** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:31:41 +0000 (0:00:00.359) 0:01:57.149 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:31:41 +0000 (0:00:00.021) 0:01:57.171 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:31:41 +0000 (0:00:00.032) 0:01:57.203 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.222) 0:01:57.425 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.025) 0:01:57.451 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1716422400.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.225) 0:01:57.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.017) 0:01:57.694 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.018) 0:01:57.713 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.017) 0:01:57.730 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.019) 0:01:57.750 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.025) 0:01:57.775 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.018) 0:01:57.794 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.018) 0:01:57.812 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.022) 0:01:57.835 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.036) 0:01:57.872 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.035) 0:01:57.908 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.018) 0:01:57.926 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.026) 0:01:57.953 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.064) 0:01:58.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.031) 0:01:58.049 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.018) 0:01:58.068 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.038) 0:01:58.107 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.020) 0:01:58.127 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.022) 0:01:58.149 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:31:42 +0000 (0:00:00.039) 0:01:58.189 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.020) 0:01:58.209 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.028) 0:01:58.238 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.024) 0:01:58.262 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.024) 0:01:58.286 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.031) 0:01:58.318 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.024) 0:01:58.342 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.021) 0:01:58.364 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.021) 0:01:58.386 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.017) 0:01:58.403 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.019) 0:01:58.423 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.043) 0:01:58.467 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.018) 0:01:58.486 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.017) 0:01:58.503 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.017) 0:01:58.520 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:50 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.026) 0:01:58.546 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:5 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.033) 0:01:58.580 ******** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_ikvts91e_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:12 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.299) 0:01:58.879 ******** ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_ikvts91e_podman/auth", "__podman_test_authfile": "/tmp/lsr_ikvts91e_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:17 Wednesday 10 July 2024 04:31:43 +0000 (0:00:00.019) 0:01:58.899 ******** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_ikvts91e_podman/auth", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Generate certificates for registry] ************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:23 Wednesday 10 July 2024 04:31:44 +0000 (0:00:00.338) 0:01:59.238 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Wednesday 10 July 2024 04:31:44 +0000 (0:00:00.042) 0:01:59.281 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Wednesday 10 July 2024 04:31:44 +0000 (0:00:00.031) 0:01:59.312 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Wednesday 10 July 2024 04:31:44 +0000 (0:00:00.024) 0:01:59.336 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Wednesday 10 July 2024 04:31:44 +0000 (0:00:00.223) 0:01:59.560 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Wednesday 10 July 2024 04:31:44 +0000 (0:00:00.033) 0:01:59.594 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Wednesday 10 July 2024 04:31:44 +0000 (0:00:00.107) 0:01:59.701 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pycparser-2.20-14.fc40.noarch", "Installed: python3-cffi-1.16.0-4.fc40.x86_64", "Installed: python3-ply-3.11-23.fc40.noarch", "Installed: python3-cryptography-41.0.7-1.fc40.x86_64", "Installed: python3-pyasn1-0.5.1-3.fc40.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Wednesday 10 July 2024 04:31:48 +0000 (0:00:03.672) 0:02:03.373 ******** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.19-5.fc40.x86_64", "Installed: python3-packaging-23.2-4.fc40.noarch", "Installed: dbus-tools-1:1.14.10-3.fc40.x86_64" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Wednesday 10 July 2024 04:31:52 +0000 (0:00:04.561) 0:02:07.934 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Wednesday 10 July 2024 04:31:53 +0000 (0:00:00.293) 0:02:08.228 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Wednesday 10 July 2024 04:31:53 +0000 (0:00:00.281) 0:02:08.509 ******** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target dbus-broker.service dbus.socket basic.target syslog.target systemd-journald.socket network.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3463831552", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4425", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Wednesday 10 July 2024 04:31:54 +0000 (0:00:00.955) 0:02:09.465 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Wednesday 10 July 2024 04:31:55 +0000 (0:00:00.774) 0:02:10.239 ******** ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQUxDK2x0blFRMFB1dGw5L1Jzb05vT0l3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJJdwpZbVU1Tm1RNUxXUXdORE0wTTJWbExXSTJOV1kzWmpRMkxXTmhNR1JoTUdVeE1CNFhEVEkwTURjeE1EQTBNekUxCk5Gb1hEVEkxTURjeE1EQTBNekUxTkZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE1Z1IxSitoTVovVnB2Sk9VY0lVREhqL2F3OEV4WGdheQpHb0lIbnN4c3ZzdGc1ZjJGa2o4cDdkSmd1OGtGamRhS2pPWktQaitaS1BqbTNoTkVJSEZiV2FoTEVjU0RnMWNtCmNqZ3RSYTg0WVdOVUJ2emdmVEExODBqSlMwY1JncEE5Zmx4UWJtejA3TnZvOTJhT3hhOTlENU5saFEyUG1XdnIKWUVXMTBra1M1dnZtZTFva1N6WWYwVVpnMUZnRi8vM3B5Q0l0bU9LVEMyZTJNdkRicUlPOHFPbXRaU0E4NmlvTwo3NVRMZGYwU2VUTjNNMEJmSVhoTmVBamkrb0tWeWM4R0RXUkJrdys3dmZqb1RkK25ZVFZOZTRwZjFvSGo1U2QzCm5kNTgzWSt0NWUxNWlrVG81RWFNR21OeWVwK2ppTzJYYk9ReFZYKzV2K3h6ZXFsV0xHbmJzd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVUYrVHc2aXUwWVNIRS94NVhMZ2dRdURBbjhZWXdId1lEVlIwakJCZ3dGb0FVak85VzFVbmsKbTdwekJFRHlVenB6WStUQ3paWXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBRTBacjBPbG9iODVScmt4UnRmNgpyUVo2aXBmRkp6TjFXMVNIY3l5OXk4SnR2cHIzbG5YNGxxMHV6NFh5R3JLTnFmdmhhNTVMTG9EZWtWMkdweUgyCjNFTDl2RXMwUzlPTE1FYkwyWHMzRmcxZEtOQUI5eTdSMVc3WEo0UDBkZjUxWjNtYjVBVkUrSVZDaUxYSXc0NkEKbTVURWl0amJHZTc0K1NqKzFiZ0pPbzZ0dFYwaWs1OEkrN3duWVZxcFNGTDA1dEZZeGdSVFNETEU3ak1iRlgxVQpIWXM1WjdZNG9SM0VSTnVYY2h2c2dqOW90ZDQ2NnJScDRLVnA3UkVJVzk0SU1admZDMjUzSnlEQzhKM2hVTXYyCno1dmQwTlQ1ZWJRVHc5c2NHR1dBbVk2R3B6YnFxZnJmOG9QT2JyMzRKU0JVQ2lTNnN3c0k1MHB4djRsbUx2cEUKdjNBPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRRG1CSFVuNkV4bjlXbTgKazVSd2hRTWVQOXJEd1RGZUJySWFnZ2Vlekd5K3kyRGwvWVdTUHludDBtQzd5UVdOMW9xTTVrbytQNWtvK09iZQpFMFFnY1Z0WnFFc1J4SU9EVnlaeU9DMUZyemhoWTFRRy9PQjlNRFh6U01sTFJ4R0NrRDErWEZCdWJQVHMyK2ozClpvN0ZyMzBQazJXRkRZK1phK3RnUmJYU1NSTG0rK1o3V2lSTE5oL1JSbURVV0FYLy9lbklJaTJZNHBNTFo3WXkKOE51b2c3eW82YTFsSUR6cUtnN3ZsTXQxL1JKNU0zY3pRRjhoZUUxNENPTDZncFhKendZTlpFR1REN3U5K09oTgozNmRoTlUxN2lsL1dnZVBsSjNlZDNuemRqNjNsN1htS1JPamtSb3dhWTNKNm42T0k3WmRzNURGVmY3bS83SE42CnFWWXNhZHV6QWdNQkFBRUNnZ0VBRkxIMCtvUzNqeWp3L1FNSU9ZRjJNTndNNmt6eERLVXNsQjc3NFlsQ0JYNlYKOXN0ekg1L29QVm9PMHdaNHBmVFdIV3hBNU0zakVXRW5vSFo2VERMMnhaL1ROVU9KazZFZE4reWZBaVNNUFpMcQp4Z0F0a0lYc2JMbXhSc0VicmJRZG5FZGhBelp4YVBnMlEwQXFlMVhaT2pRSVQ4clREem83QUx2MDZua2hwcjk2Cm9EWVhqdkEvMkNjbVc1L0lpVVorN09rRW1Rc21YeFZDQVZobGFxcXpGVUVDaGVoSC9oL3dyWEVwR0pyM0Q3cHYKd1ZGZDlMUWxEZGFYbGtCanhycmd5OUJXWXpUczViSGdEM2Y5c2dTTlFYZDRSa09vSEkrc3UrakkvcmcvZGV1WQpaTXZzUmd5akRVYUZ0bzRzODczejRRbHh2U3E1UzRIc3pXOERxc3Z2aVFLQmdRRDhCcmRlUnZ5MFo4Zk5qZkozCnhORVIzc1d1WHBGaTgwMzh4V3R0SmR2MGtGMCtzZXZRQmhNand0NFg2M3FwM0JTVGRsSlUrUUhWZVN1bVFBWTMKRkhGUjZYZHpOM042VldBSmhrWWJRQ1YzaDUxTUJJRW1HbjRWWCtkaDUwbUducHJmbGFOSllFT3FXajcrTzRlVQpkbHo0LzhsQUJncHllWUFsSVpoSFUvWkZxUUtCZ1FEcHBPZU54VEYyVmRsZzVxakJoaXlZalBRbHM4THd2WjNtCk5ONC9vL2pJeFZhc0FhUys3Y1lzbTJpamNheE1KWDAxN3pNbE9YKy9uRDFHbHpDaFdKK21tNmpPL0VjaWZkREgKUnVSZDlNK0dnR010MW5wSjUrN2JpcUxucXBHRDJ1UEtpdFhrZGZoZThYV1RuR0NRQlRnQW5Hb0lxY09mbmFLcgpyUVRFV2tKMyt3S0JnUURwRkVVTm1kVW4renJicmNWcVlzbUFIMmp2SkdLTkFydERaRWsvdmwyM3hyT1Z3ZkoyCmhzZTRzUVc1Vlh3eUQybXdIeU54bG9ETnJxeGhxcUNVM0FFWllqT29pTVh4ZzNlNEYwaEs5MzR2RjJxdjNSS2IKN0xCaWtEbHJYLzJ0MUkwaTdqNy9JMW93K0JsK0Fnd1hqNGZZZUtiazRURlVRVzN6NlNmdC80YXBVUUtCZ0J3eQpOM09IZWFtalFLR09GSTJPU0xGOFNUYUhsQjREZEJ2RkE1RkFrNVIvSkMrTDN6cmZiUXdURVRTd1VpKzZVbnNBCnkvWlJFeGFubjBsMmszclZQQ2NhSCt3aXk5N2d1aUppYnNyYjhYTjA2UU11SUFIdFNJa2NHUDdHT2R0a3ZockMKV0gvQ3NOK2NXaWtmTlJRTVhTN05zWW9zR3B5WHBIcjlYVmJvNFo2akFvR0JBSVlKVG1EWXNNendWcGpCTDFZNwp1Y2xkbjl4M2MvT0J2T25qd0UrZ1ZOMzN1b003Y1dGSUNyK1FLZHVkTDhIT0tVOXRLZWdTc0J2eHhxNm9tWXFXCnBhOHdzbm1rL2VNNEh3cHFLMDBtajYydnNERkg0a0ovTGdEYWxUeldFV0pMRHBneXZnOUkreTFJd1FnbmZLR0YKeElQSUxFTUh4T3F5RnJpQzRrYkxYQy9NCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQUxDK2x0blFRMFB1dGw5L1Jzb05vT0l3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJJdwpZbVU1Tm1RNUxXUXdORE0wTTJWbExXSTJOV1kzWmpRMkxXTmhNR1JoTUdVeE1CNFhEVEkwTURjeE1EQTBNekUxCk5Gb1hEVEkxTURjeE1EQTBNekUxTkZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE1Z1IxSitoTVovVnB2Sk9VY0lVREhqL2F3OEV4WGdheQpHb0lIbnN4c3ZzdGc1ZjJGa2o4cDdkSmd1OGtGamRhS2pPWktQaitaS1BqbTNoTkVJSEZiV2FoTEVjU0RnMWNtCmNqZ3RSYTg0WVdOVUJ2emdmVEExODBqSlMwY1JncEE5Zmx4UWJtejA3TnZvOTJhT3hhOTlENU5saFEyUG1XdnIKWUVXMTBra1M1dnZtZTFva1N6WWYwVVpnMUZnRi8vM3B5Q0l0bU9LVEMyZTJNdkRicUlPOHFPbXRaU0E4NmlvTwo3NVRMZGYwU2VUTjNNMEJmSVhoTmVBamkrb0tWeWM4R0RXUkJrdys3dmZqb1RkK25ZVFZOZTRwZjFvSGo1U2QzCm5kNTgzWSt0NWUxNWlrVG81RWFNR21OeWVwK2ppTzJYYk9ReFZYKzV2K3h6ZXFsV0xHbmJzd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVUYrVHc2aXUwWVNIRS94NVhMZ2dRdURBbjhZWXdId1lEVlIwakJCZ3dGb0FVak85VzFVbmsKbTdwekJFRHlVenB6WStUQ3paWXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBRTBacjBPbG9iODVScmt4UnRmNgpyUVo2aXBmRkp6TjFXMVNIY3l5OXk4SnR2cHIzbG5YNGxxMHV6NFh5R3JLTnFmdmhhNTVMTG9EZWtWMkdweUgyCjNFTDl2RXMwUzlPTE1FYkwyWHMzRmcxZEtOQUI5eTdSMVc3WEo0UDBkZjUxWjNtYjVBVkUrSVZDaUxYSXc0NkEKbTVURWl0amJHZTc0K1NqKzFiZ0pPbzZ0dFYwaWs1OEkrN3duWVZxcFNGTDA1dEZZeGdSVFNETEU3ak1iRlgxVQpIWXM1WjdZNG9SM0VSTnVYY2h2c2dqOW90ZDQ2NnJScDRLVnA3UkVJVzk0SU1admZDMjUzSnlEQzhKM2hVTXYyCno1dmQwTlQ1ZWJRVHc5c2NHR1dBbVk2R3B6YnFxZnJmOG9QT2JyMzRKU0JVQ2lTNnN3c0k1MHB4djRsbUx2cEUKdjNBPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Wednesday 10 July 2024 04:31:55 +0000 (0:00:00.694) 0:02:10.934 ******** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRALC+ltnQQ0Putl9/RsoNoOIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Iw\nYmU5NmQ5LWQwNDM0M2VlLWI2NWY3ZjQ2LWNhMGRhMGUxMB4XDTI0MDcxMDA0MzE1\nNFoXDTI1MDcxMDA0MzE1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5gR1J+hMZ/VpvJOUcIUDHj/aw8ExXgay\nGoIHnsxsvstg5f2Fkj8p7dJgu8kFjdaKjOZKPj+ZKPjm3hNEIHFbWahLEcSDg1cm\ncjgtRa84YWNUBvzgfTA180jJS0cRgpA9flxQbmz07Nvo92aOxa99D5NlhQ2PmWvr\nYEW10kkS5vvme1okSzYf0UZg1FgF//3pyCItmOKTC2e2MvDbqIO8qOmtZSA86ioO\n75TLdf0SeTN3M0BfIXhNeAji+oKVyc8GDWRBkw+7vfjoTd+nYTVNe4pf1oHj5Sd3\nnd583Y+t5e15ikTo5EaMGmNyep+jiO2XbOQxVX+5v+xzeqlWLGnbswIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUF+Tw6iu0YSHE/x5XLggQuDAn8YYwHwYDVR0jBBgwFoAUjO9W1Unk\nm7pzBEDyUzpzY+TCzZYwDQYJKoZIhvcNAQELBQADggEBAE0Zr0Olob85RrkxRtf6\nrQZ6ipfFJzN1W1SHcyy9y8Jtvpr3lnX4lq0uz4XyGrKNqfvha55LLoDekV2GpyH2\n3EL9vEs0S9OLMEbL2Xs3Fg1dKNAB9y7R1W7XJ4P0df51Z3mb5AVE+IVCiLXIw46A\nm5TEitjbGe74+Sj+1bgJOo6ttV0ik58I+7wnYVqpSFL05tFYxgRTSDLE7jMbFX1U\nHYs5Z7Y4oR3ERNuXchvsgj9otd466rRp4KVp7REIW94IMZvfC253JyDC8J3hUMv2\nz5vd0NT5ebQTw9scGGWAmY6Gpzbqqfrf8oPObr34JSBUCiS6swsI50pxv4lmLvpE\nv3A=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRALC+ltnQQ0Putl9/RsoNoOIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Iw\nYmU5NmQ5LWQwNDM0M2VlLWI2NWY3ZjQ2LWNhMGRhMGUxMB4XDTI0MDcxMDA0MzE1\nNFoXDTI1MDcxMDA0MzE1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5gR1J+hMZ/VpvJOUcIUDHj/aw8ExXgay\nGoIHnsxsvstg5f2Fkj8p7dJgu8kFjdaKjOZKPj+ZKPjm3hNEIHFbWahLEcSDg1cm\ncjgtRa84YWNUBvzgfTA180jJS0cRgpA9flxQbmz07Nvo92aOxa99D5NlhQ2PmWvr\nYEW10kkS5vvme1okSzYf0UZg1FgF//3pyCItmOKTC2e2MvDbqIO8qOmtZSA86ioO\n75TLdf0SeTN3M0BfIXhNeAji+oKVyc8GDWRBkw+7vfjoTd+nYTVNe4pf1oHj5Sd3\nnd583Y+t5e15ikTo5EaMGmNyep+jiO2XbOQxVX+5v+xzeqlWLGnbswIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUF+Tw6iu0YSHE/x5XLggQuDAn8YYwHwYDVR0jBBgwFoAUjO9W1Unk\nm7pzBEDyUzpzY+TCzZYwDQYJKoZIhvcNAQELBQADggEBAE0Zr0Olob85RrkxRtf6\nrQZ6ipfFJzN1W1SHcyy9y8Jtvpr3lnX4lq0uz4XyGrKNqfvha55LLoDekV2GpyH2\n3EL9vEs0S9OLMEbL2Xs3Fg1dKNAB9y7R1W7XJ4P0df51Z3mb5AVE+IVCiLXIw46A\nm5TEitjbGe74+Sj+1bgJOo6ttV0ik58I+7wnYVqpSFL05tFYxgRTSDLE7jMbFX1U\nHYs5Z7Y4oR3ERNuXchvsgj9otd466rRp4KVp7REIW94IMZvfC253JyDC8J3hUMv2\nz5vd0NT5ebQTw9scGGWAmY6Gpzbqqfrf8oPObr34JSBUCiS6swsI50pxv4lmLvpE\nv3A=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDmBHUn6Exn9Wm8\nk5RwhQMeP9rDwTFeBrIaggeezGy+y2Dl/YWSPynt0mC7yQWN1oqM5ko+P5ko+Obe\nE0QgcVtZqEsRxIODVyZyOC1FrzhhY1QG/OB9MDXzSMlLRxGCkD1+XFBubPTs2+j3\nZo7Fr30Pk2WFDY+Za+tgRbXSSRLm++Z7WiRLNh/RRmDUWAX//enIIi2Y4pMLZ7Yy\n8Nuog7yo6a1lIDzqKg7vlMt1/RJ5M3czQF8heE14COL6gpXJzwYNZEGTD7u9+OhN\n36dhNU17il/WgePlJ3ed3nzdj63l7XmKROjkRowaY3J6n6OI7Zds5DFVf7m/7HN6\nqVYsaduzAgMBAAECggEAFLH0+oS3jyjw/QMIOYF2MNwM6kzxDKUslB774YlCBX6V\n9stzH5/oPVoO0wZ4pfTWHWxA5M3jEWEnoHZ6TDL2xZ/TNUOJk6EdN+yfAiSMPZLq\nxgAtkIXsbLmxRsEbrbQdnEdhAzZxaPg2Q0Aqe1XZOjQIT8rTDzo7ALv06nkhpr96\noDYXjvA/2CcmW5/IiUZ+7OkEmQsmXxVCAVhlaqqzFUEChehH/h/wrXEpGJr3D7pv\nwVFd9LQlDdaXlkBjxrrgy9BWYzTs5bHgD3f9sgSNQXd4RkOoHI+su+jI/rg/deuY\nZMvsRgyjDUaFto4s873z4QlxvSq5S4HszW8DqsvviQKBgQD8BrdeRvy0Z8fNjfJ3\nxNER3sWuXpFi8038xWttJdv0kF0+sevQBhMjwt4X63qp3BSTdlJU+QHVeSumQAY3\nFHFR6XdzN3N6VWAJhkYbQCV3h51MBIEmGn4VX+dh50mGnprflaNJYEOqWj7+O4eU\ndlz4/8lABgpyeYAlIZhHU/ZFqQKBgQDppOeNxTF2Vdlg5qjBhiyYjPQls8LwvZ3m\nNN4/o/jIxVasAaS+7cYsm2ijcaxMJX017zMlOX+/nD1GlzChWJ+mm6jO/EcifdDH\nRuRd9M+GgGMt1npJ5+7biqLnqpGD2uPKitXkdfhe8XWTnGCQBTgAnGoIqcOfnaKr\nrQTEWkJ3+wKBgQDpFEUNmdUn+zrbrcVqYsmAH2jvJGKNArtDZEk/vl23xrOVwfJ2\nhse4sQW5VXwyD2mwHyNxloDNrqxhqqCU3AEZYjOoiMXxg3e4F0hK934vF2qv3RKb\n7LBikDlrX/2t1I0i7j7/I1ow+Bl+AgwXj4fYeKbk4TFUQW3z6Sft/4apUQKBgBwy\nN3OHeamjQKGOFI2OSLF8STaHlB4DdBvFA5FAk5R/JC+L3zrfbQwTETSwUi+6UnsA\ny/ZRExann0l2k3rVPCcaH+wiy97guiJibsrb8XN06QMuIAHtSIkcGP7GOdtkvhrC\nWH/CsN+cWikfNRQMXS7NsYosGpyXpHr9XVbo4Z6jAoGBAIYJTmDYsMzwVpjBL1Y7\nucldn9x3c/OBvOnjwE+gVN33uoM7cWFICr+QKdudL8HOKU9tKegSsBvxxq6omYqW\npa8wsnmk/eM4HwpqK00mj62vsDFH4kJ/LgDalTzWEWJLDpgyvg9I+y1IwQgnfKGF\nxIPILEMHxOqyFriC4kbLXC/M\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Wednesday 10 July 2024 04:31:55 +0000 (0:00:00.054) 0:02:10.989 ******** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRALC+ltnQQ0Putl9/RsoNoOIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Iw\nYmU5NmQ5LWQwNDM0M2VlLWI2NWY3ZjQ2LWNhMGRhMGUxMB4XDTI0MDcxMDA0MzE1\nNFoXDTI1MDcxMDA0MzE1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5gR1J+hMZ/VpvJOUcIUDHj/aw8ExXgay\nGoIHnsxsvstg5f2Fkj8p7dJgu8kFjdaKjOZKPj+ZKPjm3hNEIHFbWahLEcSDg1cm\ncjgtRa84YWNUBvzgfTA180jJS0cRgpA9flxQbmz07Nvo92aOxa99D5NlhQ2PmWvr\nYEW10kkS5vvme1okSzYf0UZg1FgF//3pyCItmOKTC2e2MvDbqIO8qOmtZSA86ioO\n75TLdf0SeTN3M0BfIXhNeAji+oKVyc8GDWRBkw+7vfjoTd+nYTVNe4pf1oHj5Sd3\nnd583Y+t5e15ikTo5EaMGmNyep+jiO2XbOQxVX+5v+xzeqlWLGnbswIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUF+Tw6iu0YSHE/x5XLggQuDAn8YYwHwYDVR0jBBgwFoAUjO9W1Unk\nm7pzBEDyUzpzY+TCzZYwDQYJKoZIhvcNAQELBQADggEBAE0Zr0Olob85RrkxRtf6\nrQZ6ipfFJzN1W1SHcyy9y8Jtvpr3lnX4lq0uz4XyGrKNqfvha55LLoDekV2GpyH2\n3EL9vEs0S9OLMEbL2Xs3Fg1dKNAB9y7R1W7XJ4P0df51Z3mb5AVE+IVCiLXIw46A\nm5TEitjbGe74+Sj+1bgJOo6ttV0ik58I+7wnYVqpSFL05tFYxgRTSDLE7jMbFX1U\nHYs5Z7Y4oR3ERNuXchvsgj9otd466rRp4KVp7REIW94IMZvfC253JyDC8J3hUMv2\nz5vd0NT5ebQTw9scGGWAmY6Gpzbqqfrf8oPObr34JSBUCiS6swsI50pxv4lmLvpE\nv3A=\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDmBHUn6Exn9Wm8\nk5RwhQMeP9rDwTFeBrIaggeezGy+y2Dl/YWSPynt0mC7yQWN1oqM5ko+P5ko+Obe\nE0QgcVtZqEsRxIODVyZyOC1FrzhhY1QG/OB9MDXzSMlLRxGCkD1+XFBubPTs2+j3\nZo7Fr30Pk2WFDY+Za+tgRbXSSRLm++Z7WiRLNh/RRmDUWAX//enIIi2Y4pMLZ7Yy\n8Nuog7yo6a1lIDzqKg7vlMt1/RJ5M3czQF8heE14COL6gpXJzwYNZEGTD7u9+OhN\n36dhNU17il/WgePlJ3ed3nzdj63l7XmKROjkRowaY3J6n6OI7Zds5DFVf7m/7HN6\nqVYsaduzAgMBAAECggEAFLH0+oS3jyjw/QMIOYF2MNwM6kzxDKUslB774YlCBX6V\n9stzH5/oPVoO0wZ4pfTWHWxA5M3jEWEnoHZ6TDL2xZ/TNUOJk6EdN+yfAiSMPZLq\nxgAtkIXsbLmxRsEbrbQdnEdhAzZxaPg2Q0Aqe1XZOjQIT8rTDzo7ALv06nkhpr96\noDYXjvA/2CcmW5/IiUZ+7OkEmQsmXxVCAVhlaqqzFUEChehH/h/wrXEpGJr3D7pv\nwVFd9LQlDdaXlkBjxrrgy9BWYzTs5bHgD3f9sgSNQXd4RkOoHI+su+jI/rg/deuY\nZMvsRgyjDUaFto4s873z4QlxvSq5S4HszW8DqsvviQKBgQD8BrdeRvy0Z8fNjfJ3\nxNER3sWuXpFi8038xWttJdv0kF0+sevQBhMjwt4X63qp3BSTdlJU+QHVeSumQAY3\nFHFR6XdzN3N6VWAJhkYbQCV3h51MBIEmGn4VX+dh50mGnprflaNJYEOqWj7+O4eU\ndlz4/8lABgpyeYAlIZhHU/ZFqQKBgQDppOeNxTF2Vdlg5qjBhiyYjPQls8LwvZ3m\nNN4/o/jIxVasAaS+7cYsm2ijcaxMJX017zMlOX+/nD1GlzChWJ+mm6jO/EcifdDH\nRuRd9M+GgGMt1npJ5+7biqLnqpGD2uPKitXkdfhe8XWTnGCQBTgAnGoIqcOfnaKr\nrQTEWkJ3+wKBgQDpFEUNmdUn+zrbrcVqYsmAH2jvJGKNArtDZEk/vl23xrOVwfJ2\nhse4sQW5VXwyD2mwHyNxloDNrqxhqqCU3AEZYjOoiMXxg3e4F0hK934vF2qv3RKb\n7LBikDlrX/2t1I0i7j7/I1ow+Bl+AgwXj4fYeKbk4TFUQW3z6Sft/4apUQKBgBwy\nN3OHeamjQKGOFI2OSLF8STaHlB4DdBvFA5FAk5R/JC+L3zrfbQwTETSwUi+6UnsA\ny/ZRExann0l2k3rVPCcaH+wiy97guiJibsrb8XN06QMuIAHtSIkcGP7GOdtkvhrC\nWH/CsN+cWikfNRQMXS7NsYosGpyXpHr9XVbo4Z6jAoGBAIYJTmDYsMzwVpjBL1Y7\nucldn9x3c/OBvOnjwE+gVN33uoM7cWFICr+QKdudL8HOKU9tKegSsBvxxq6omYqW\npa8wsnmk/eM4HwpqK00mj62vsDFH4kJ/LgDalTzWEWJLDpgyvg9I+y1IwQgnfKGF\nxIPILEMHxOqyFriC4kbLXC/M\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRALC+ltnQQ0Putl9/RsoNoOIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Iw\nYmU5NmQ5LWQwNDM0M2VlLWI2NWY3ZjQ2LWNhMGRhMGUxMB4XDTI0MDcxMDA0MzE1\nNFoXDTI1MDcxMDA0MzE1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5gR1J+hMZ/VpvJOUcIUDHj/aw8ExXgay\nGoIHnsxsvstg5f2Fkj8p7dJgu8kFjdaKjOZKPj+ZKPjm3hNEIHFbWahLEcSDg1cm\ncjgtRa84YWNUBvzgfTA180jJS0cRgpA9flxQbmz07Nvo92aOxa99D5NlhQ2PmWvr\nYEW10kkS5vvme1okSzYf0UZg1FgF//3pyCItmOKTC2e2MvDbqIO8qOmtZSA86ioO\n75TLdf0SeTN3M0BfIXhNeAji+oKVyc8GDWRBkw+7vfjoTd+nYTVNe4pf1oHj5Sd3\nnd583Y+t5e15ikTo5EaMGmNyep+jiO2XbOQxVX+5v+xzeqlWLGnbswIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUF+Tw6iu0YSHE/x5XLggQuDAn8YYwHwYDVR0jBBgwFoAUjO9W1Unk\nm7pzBEDyUzpzY+TCzZYwDQYJKoZIhvcNAQELBQADggEBAE0Zr0Olob85RrkxRtf6\nrQZ6ipfFJzN1W1SHcyy9y8Jtvpr3lnX4lq0uz4XyGrKNqfvha55LLoDekV2GpyH2\n3EL9vEs0S9OLMEbL2Xs3Fg1dKNAB9y7R1W7XJ4P0df51Z3mb5AVE+IVCiLXIw46A\nm5TEitjbGe74+Sj+1bgJOo6ttV0ik58I+7wnYVqpSFL05tFYxgRTSDLE7jMbFX1U\nHYs5Z7Y4oR3ERNuXchvsgj9otd466rRp4KVp7REIW94IMZvfC253JyDC8J3hUMv2\nz5vd0NT5ebQTw9scGGWAmY6Gpzbqqfrf8oPObr34JSBUCiS6swsI50pxv4lmLvpE\nv3A=\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.029078", "end": "2024-07-10 04:31:56.030925", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRALC+ltnQQ0Putl9/RsoNoOIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Iw\nYmU5NmQ5LWQwNDM0M2VlLWI2NWY3ZjQ2LWNhMGRhMGUxMB4XDTI0MDcxMDA0MzE1\nNFoXDTI1MDcxMDA0MzE1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5gR1J+hMZ/VpvJOUcIUDHj/aw8ExXgay\nGoIHnsxsvstg5f2Fkj8p7dJgu8kFjdaKjOZKPj+ZKPjm3hNEIHFbWahLEcSDg1cm\ncjgtRa84YWNUBvzgfTA180jJS0cRgpA9flxQbmz07Nvo92aOxa99D5NlhQ2PmWvr\nYEW10kkS5vvme1okSzYf0UZg1FgF//3pyCItmOKTC2e2MvDbqIO8qOmtZSA86ioO\n75TLdf0SeTN3M0BfIXhNeAji+oKVyc8GDWRBkw+7vfjoTd+nYTVNe4pf1oHj5Sd3\nnd583Y+t5e15ikTo5EaMGmNyep+jiO2XbOQxVX+5v+xzeqlWLGnbswIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUF+Tw6iu0YSHE/x5XLggQuDAn8YYwHwYDVR0jBBgwFoAUjO9W1Unk\nm7pzBEDyUzpzY+TCzZYwDQYJKoZIhvcNAQELBQADggEBAE0Zr0Olob85RrkxRtf6\nrQZ6ipfFJzN1W1SHcyy9y8Jtvpr3lnX4lq0uz4XyGrKNqfvha55LLoDekV2GpyH2\n3EL9vEs0S9OLMEbL2Xs3Fg1dKNAB9y7R1W7XJ4P0df51Z3mb5AVE+IVCiLXIw46A\nm5TEitjbGe74+Sj+1bgJOo6ttV0ik58I+7wnYVqpSFL05tFYxgRTSDLE7jMbFX1U\nHYs5Z7Y4oR3ERNuXchvsgj9otd466rRp4KVp7REIW94IMZvfC253JyDC8J3hUMv2\nz5vd0NT5ebQTw9scGGWAmY6Gpzbqqfrf8oPObr34JSBUCiS6swsI50pxv4lmLvpE\nv3A=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRALC+ltnQQ0Putl9/RsoNoOIwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Iw\nYmU5NmQ5LWQwNDM0M2VlLWI2NWY3ZjQ2LWNhMGRhMGUxMB4XDTI0MDcxMDA0MzE1\nNFoXDTI1MDcxMDA0MzE1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5gR1J+hMZ/VpvJOUcIUDHj/aw8ExXgay\nGoIHnsxsvstg5f2Fkj8p7dJgu8kFjdaKjOZKPj+ZKPjm3hNEIHFbWahLEcSDg1cm\ncjgtRa84YWNUBvzgfTA180jJS0cRgpA9flxQbmz07Nvo92aOxa99D5NlhQ2PmWvr\nYEW10kkS5vvme1okSzYf0UZg1FgF//3pyCItmOKTC2e2MvDbqIO8qOmtZSA86ioO\n75TLdf0SeTN3M0BfIXhNeAji+oKVyc8GDWRBkw+7vfjoTd+nYTVNe4pf1oHj5Sd3\nnd583Y+t5e15ikTo5EaMGmNyep+jiO2XbOQxVX+5v+xzeqlWLGnbswIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUF+Tw6iu0YSHE/x5XLggQuDAn8YYwHwYDVR0jBBgwFoAUjO9W1Unk\nm7pzBEDyUzpzY+TCzZYwDQYJKoZIhvcNAQELBQADggEBAE0Zr0Olob85RrkxRtf6\nrQZ6ipfFJzN1W1SHcyy9y8Jtvpr3lnX4lq0uz4XyGrKNqfvha55LLoDekV2GpyH2\n3EL9vEs0S9OLMEbL2Xs3Fg1dKNAB9y7R1W7XJ4P0df51Z3mb5AVE+IVCiLXIw46A\nm5TEitjbGe74+Sj+1bgJOo6ttV0ik58I+7wnYVqpSFL05tFYxgRTSDLE7jMbFX1U\nHYs5Z7Y4oR3ERNuXchvsgj9otd466rRp4KVp7REIW94IMZvfC253JyDC8J3hUMv2\nz5vd0NT5ebQTw9scGGWAmY6Gpzbqqfrf8oPObr34JSBUCiS6swsI50pxv4lmLvpE\nv3A=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDmBHUn6Exn9Wm8\nk5RwhQMeP9rDwTFeBrIaggeezGy+y2Dl/YWSPynt0mC7yQWN1oqM5ko+P5ko+Obe\nE0QgcVtZqEsRxIODVyZyOC1FrzhhY1QG/OB9MDXzSMlLRxGCkD1+XFBubPTs2+j3\nZo7Fr30Pk2WFDY+Za+tgRbXSSRLm++Z7WiRLNh/RRmDUWAX//enIIi2Y4pMLZ7Yy\n8Nuog7yo6a1lIDzqKg7vlMt1/RJ5M3czQF8heE14COL6gpXJzwYNZEGTD7u9+OhN\n36dhNU17il/WgePlJ3ed3nzdj63l7XmKROjkRowaY3J6n6OI7Zds5DFVf7m/7HN6\nqVYsaduzAgMBAAECggEAFLH0+oS3jyjw/QMIOYF2MNwM6kzxDKUslB774YlCBX6V\n9stzH5/oPVoO0wZ4pfTWHWxA5M3jEWEnoHZ6TDL2xZ/TNUOJk6EdN+yfAiSMPZLq\nxgAtkIXsbLmxRsEbrbQdnEdhAzZxaPg2Q0Aqe1XZOjQIT8rTDzo7ALv06nkhpr96\noDYXjvA/2CcmW5/IiUZ+7OkEmQsmXxVCAVhlaqqzFUEChehH/h/wrXEpGJr3D7pv\nwVFd9LQlDdaXlkBjxrrgy9BWYzTs5bHgD3f9sgSNQXd4RkOoHI+su+jI/rg/deuY\nZMvsRgyjDUaFto4s873z4QlxvSq5S4HszW8DqsvviQKBgQD8BrdeRvy0Z8fNjfJ3\nxNER3sWuXpFi8038xWttJdv0kF0+sevQBhMjwt4X63qp3BSTdlJU+QHVeSumQAY3\nFHFR6XdzN3N6VWAJhkYbQCV3h51MBIEmGn4VX+dh50mGnprflaNJYEOqWj7+O4eU\ndlz4/8lABgpyeYAlIZhHU/ZFqQKBgQDppOeNxTF2Vdlg5qjBhiyYjPQls8LwvZ3m\nNN4/o/jIxVasAaS+7cYsm2ijcaxMJX017zMlOX+/nD1GlzChWJ+mm6jO/EcifdDH\nRuRd9M+GgGMt1npJ5+7biqLnqpGD2uPKitXkdfhe8XWTnGCQBTgAnGoIqcOfnaKr\nrQTEWkJ3+wKBgQDpFEUNmdUn+zrbrcVqYsmAH2jvJGKNArtDZEk/vl23xrOVwfJ2\nhse4sQW5VXwyD2mwHyNxloDNrqxhqqCU3AEZYjOoiMXxg3e4F0hK934vF2qv3RKb\n7LBikDlrX/2t1I0i7j7/I1ow+Bl+AgwXj4fYeKbk4TFUQW3z6Sft/4apUQKBgBwy\nN3OHeamjQKGOFI2OSLF8STaHlB4DdBvFA5FAk5R/JC+L3zrfbQwTETSwUi+6UnsA\ny/ZRExann0l2k3rVPCcaH+wiy97guiJibsrb8XN06QMuIAHtSIkcGP7GOdtkvhrC\nWH/CsN+cWikfNRQMXS7NsYosGpyXpHr9XVbo4Z6jAoGBAIYJTmDYsMzwVpjBL1Y7\nucldn9x3c/OBvOnjwE+gVN33uoM7cWFICr+QKdudL8HOKU9tKegSsBvxxq6omYqW\npa8wsnmk/eM4HwpqK00mj62vsDFH4kJ/LgDalTzWEWJLDpgyvg9I+y1IwQgnfKGF\nxIPILEMHxOqyFriC4kbLXC/M\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-07-10 04:31:56.001847" } STDOUT: Request "20240710043154" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Wednesday 10 July 2024 04:31:56 +0000 (0:00:00.286) 0:02:11.275 ******** 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-cleanupk6fcefhn/tests/tasks/setup_registry.yml:34 Wednesday 10 July 2024 04:31:56 +0000 (0:00:00.726) 0:02:12.002 ******** changed: [sut] => { "changed": true, "checksum": "95342ca5dbbf270aaf89e4bccde1cd9f47d1c06d", "dest": "/tmp/lsr_ikvts91e_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "b69150e2f107f515115b6cdc36b6afed", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1720585916.861607-2836-198191180690167/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:40 Wednesday 10 July 2024 04:31:57 +0000 (0:00:00.858) 0:02:12.860 ******** changed: [sut] => { "changed": true, "checksum": "5c41b8cb05e79655ab70b87b6071ed1af029f64c", "dest": "/tmp/lsr_ikvts91e_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "90af169cf55759527689387c10fe065b", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1720585917.7309349-2853-170231808722639/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:46 Wednesday 10 July 2024 04:31:58 +0000 (0:00:00.657) 0:02:13.518 ******** changed: [sut] => { "changed": true, "checksum": "95342ca5dbbf270aaf89e4bccde1cd9f47d1c06d", "dest": "/tmp/lsr_ikvts91e_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "b69150e2f107f515115b6cdc36b6afed", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1720585918.3583136-2869-51694317965088/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:52 Wednesday 10 July 2024 04:31:58 +0000 (0:00:00.626) 0:02:14.144 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-openssl-1.6.3-16.fc40.x86_64", "Installed: skopeo-1:1.15.1-1.fc40.x86_64", "Installed: apr-1.7.3-8.fc40.x86_64", "Installed: apr-util-1.6.3-16.fc40.x86_64", "Installed: apr-util-lmdb-1.6.3-16.fc40.x86_64", "Installed: httpd-tools-2.4.61-1.fc40.x86_64" ] } TASK [Write user and password] ************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:57 Wednesday 10 July 2024 04:32:07 +0000 (0:00:08.359) 0:02:22.503 ******** 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-cleanupk6fcefhn/tests/tasks/setup_registry.yml:65 Wednesday 10 July 2024 04:32:07 +0000 (0:00:00.262) 0:02:22.765 ******** 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-cleanupk6fcefhn/tests/tasks/setup_registry.yml:81 Wednesday 10 July 2024 04:32:08 +0000 (0:00:00.619) 0:02:23.385 ******** ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_ikvts91e_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:89 Wednesday 10 July 2024 04:32:08 +0000 (0:00:00.020) 0:02:23.406 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_ikvts91e_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.683344", "end": "2024-07-10 04:32:11.067082", "rc": 0, "start": "2024-07-10 04:32:08.383738" } STDOUT: d1f78ececbb3651392d7ddb9c01bf086833d3e435bdfccb3853b07f5777c5361 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:100 Wednesday 10 July 2024 04:32:11 +0000 (0:00:02.928) 0:02:26.335 ******** 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-cleanupk6fcefhn/tests/tasks/setup_registry.yml:104 Wednesday 10 July 2024 04:32:11 +0000 (0:00:00.317) 0:02:26.652 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.040462", "end": "2024-07-10 04:32:11.689553", "rc": 0, "start": "2024-07-10 04:32:11.649091" } STDERR: time="2024-07-10T04:32:11.061904728Z" 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=52fc9549-3395-4753-b36a-76fe4ae2f4c3 service=registry version=2.8.2 time="2024-07-10T04:32:11.061968947Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=52fc9549-3395-4753-b36a-76fe4ae2f4c3 service=registry version=2.8.2 time="2024-07-10T04:32:11.062066686Z" level=info msg="Starting upload purge in 39m0s" go.version=go1.19.9 instance.id=52fc9549-3395-4753-b36a-76fe4ae2f4c3 service=registry version=2.8.2 time="2024-07-10T04:32:11.062098777Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=52fc9549-3395-4753-b36a-76fe4ae2f4c3 service=registry version=2.8.2 time="2024-07-10T04:32:11.062448547Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=52fc9549-3395-4753-b36a-76fe4ae2f4c3 service=registry version=2.8.2 time="2024-07-10T04:32:11.062476473Z" 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=52fc9549-3395-4753-b36a-76fe4ae2f4c3 service=registry version=2.8.2 time="2024-07-10T04:32:11.062687196Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=52fc9549-3395-4753-b36a-76fe4ae2f4c3 service=registry version=2.8.2 2024/07/10 04:32:11 http: TLS handshake error from 10.88.0.1:34244: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:110 Wednesday 10 July 2024 04:32:11 +0000 (0:00:00.286) 0:02:26.938 ******** 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-cleanupk6fcefhn/tests/tasks/setup_registry.yml:114 Wednesday 10 July 2024 04:32:11 +0000 (0:00:00.025) 0:02:26.964 ******** 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_ikvts91e_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_ikvts91e_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.363163", "end": "2024-07-10 04:32:13.323519", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-07-10 04:32:11.960356" } 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-cleanupk6fcefhn/tests/tasks/setup_registry.yml:123 Wednesday 10 July 2024 04:32:13 +0000 (0:00:01.614) 0:02:28.578 ******** ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_ikvts91e_podman/auth/auth.json", "--cert-dir=/tmp/lsr_ikvts91e_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.080403", "end": "2024-07-10 04:32:13.648675", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-07-10 04:32:13.568272" } 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:58 Wednesday 10 July 2024 04:32:13 +0000 (0:00:00.308) 0:02:28.887 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:32:13 +0000 (0:00:00.043) 0:02:28.930 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:32:13 +0000 (0:00:00.034) 0:02:28.964 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:32:13 +0000 (0:00:00.029) 0:02:28.994 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:32:13 +0000 (0:00:00.028) 0:02:29.023 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:32:13 +0000 (0:00:00.025) 0:02:29.049 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:32:13 +0000 (0:00:00.062) 0:02:29.111 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:32:14 +0000 (0:00:00.783) 0:02:29.895 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:32:14 +0000 (0:00:00.028) 0:02:29.923 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:32:14 +0000 (0:00:00.057) 0:02:29.981 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027041", "end": "2024-07-10 04:32:14.986982", "rc": 0, "start": "2024-07-10 04:32:14.959941" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.252) 0:02:30.233 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.030) 0:02:30.264 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.024) 0:02:30.288 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.031) 0:02:30.320 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.028) 0:02:30.348 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.065) 0:02:30.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.049) 0:02:30.463 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.058) 0:02:30.522 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.040) 0:02:30.563 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.263) 0:02:30.826 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.043) 0:02:30.869 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.235) 0:02:31.105 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.020) 0:02:31.125 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.025) 0:02:31.151 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.027) 0:02:31.178 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:15 +0000 (0:00:00.022) 0:02:31.201 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.109) 0:02:31.310 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.039) 0:02:31.349 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.038) 0:02:31.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 : Set config file paths] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.037) 0:02:31.426 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.072) 0:02:31.498 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.070) 0:02:31.569 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.028) 0:02:31.597 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.047) 0:02:31.645 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.061) 0:02:31.707 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.029) 0:02:31.736 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.040) 0:02:31.777 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.074) 0:02:31.851 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.030) 0:02:31.881 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.023) 0:02:31.904 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.126) 0:02:32.031 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.023) 0:02:32.054 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.035) 0:02:32.089 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.042) 0:02:32.132 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.037) 0:02:32.169 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:32:16 +0000 (0:00:00.022) 0:02:32.192 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.024) 0:02:32.216 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.025) 0:02:32.242 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.057) 0:02:32.300 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.056) 0:02:32.357 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.028) 0:02:32.386 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.061) 0:02:32.447 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.034) 0:02:32.481 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.047) 0:02:32.529 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.035) 0:02:32.565 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.051) 0:02:32.617 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.265) 0:02:32.882 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.049) 0:02:32.931 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:17 +0000 (0:00:00.031) 0:02:32.962 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.244) 0:02:33.207 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.030) 0:02:33.237 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.256) 0:02:33.494 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.045) 0:02:33.539 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.024) 0:02:33.564 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.038) 0:02:33.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 : Get subgid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.027) 0:02:33.629 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.034) 0:02:33.664 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.039) 0:02:33.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.034) 0:02:33.737 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.056) 0:02:33.793 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.040) 0:02:33.833 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.035) 0:02:33.869 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.027) 0:02:33.897 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.026) 0:02:33.924 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 10 July 2024 04:32:18 +0000 (0:00:00.088) 0:02:34.013 ******** 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.008678", "end": "2024-07-10 04:32:19.019896", "rc": 0, "start": "2024-07-10 04:32:19.011218" } 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.247) 0:02:34.260 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.022) 0:02:34.283 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.047) 0:02:34.330 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.037) 0:02:34.367 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.055) 0:02:34.423 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.021) 0:02:34.444 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.020) 0:02:34.464 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.020) 0:02:34.485 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.023) 0:02:34.509 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:73 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.499) 0:02:35.008 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:84 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.041) 0:02:35.050 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:32:19 +0000 (0:00:00.083) 0:02:35.134 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:32:20 +0000 (0:00:00.100) 0:02:35.234 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:32:20 +0000 (0:00:00.120) 0:02:35.355 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:32:20 +0000 (0:00:00.031) 0:02:35.386 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:32:20 +0000 (0:00:00.058) 0:02:35.445 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:32:20 +0000 (0:00:00.086) 0:02:35.531 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.806) 0:02:36.338 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.028) 0:02:36.366 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.035) 0:02:36.402 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026412", "end": "2024-07-10 04:32:21.419655", "rc": 0, "start": "2024-07-10 04:32:21.393243" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.303) 0:02:36.705 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.036) 0:02:36.742 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.052) 0:02:36.795 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.045) 0:02:36.841 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.071) 0:02:36.912 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.043) 0:02:36.955 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:21 +0000 (0:00:00.186) 0:02:37.141 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.077) 0:02:37.219 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.076) 0:02:37.295 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.379) 0:02:37.674 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.034) 0:02:37.709 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.235) 0:02:37.944 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.045) 0:02:37.990 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.032) 0:02:38.022 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.033) 0:02:38.056 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.027) 0:02:38.083 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.028) 0:02:38.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 user not in subuid file] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.032) 0:02:38.144 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.029) 0:02:38.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 config file paths] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:32:22 +0000 (0:00:00.026) 0:02:38.200 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.033) 0:02:38.233 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.063) 0:02:38.296 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.052) 0:02:38.348 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.109) 0:02:38.457 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.083) 0:02:38.541 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.028) 0:02:38.569 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.027) 0:02:38.597 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.068) 0:02:38.666 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.032) 0:02:38.698 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.029) 0:02:38.727 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.070) 0:02:38.798 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.045) 0:02:38.843 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.026) 0:02:38.870 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.043) 0:02:38.913 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.039) 0:02:38.952 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.023) 0:02:38.976 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.030) 0:02:39.007 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.033) 0:02:39.041 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.064) 0:02:39.106 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.028) 0:02:39.134 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:32:23 +0000 (0:00:00.020) 0:02:39.155 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.114) 0:02:39.269 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.055) 0:02:39.325 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.057) 0:02:39.382 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.036) 0:02:39.419 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.056) 0:02:39.476 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.042) 0:02:39.518 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.029) 0:02:39.548 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.036) 0:02:39.584 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.231) 0:02:39.816 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.031) 0:02:39.847 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.248) 0:02:40.096 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.026) 0:02:40.123 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:24 +0000 (0:00:00.020) 0:02:40.144 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.125) 0:02:40.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.039) 0:02:40.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.044) 0:02:40.353 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.023) 0:02:40.376 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.026) 0:02:40.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 no kube spec is given] ******** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.054) 0:02:40.458 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.061) 0:02:40.519 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.064) 0:02:40.584 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.054) 0:02:40.638 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.060) 0:02:40.698 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.054) 0:02:40.753 ******** 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.008533", "end": "2024-07-10 04:32:25.818733", "rc": 0, "start": "2024-07-10 04:32:25.810200" } 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.311) 0:02:41.065 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.037) 0:02:41.102 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 10 July 2024 04:32:25 +0000 (0:00:00.086) 0:02:41.188 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:32:26 +0000 (0:00:00.054) 0:02:41.243 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:32:26 +0000 (0:00:00.046) 0:02:41.290 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:32:26 +0000 (0:00:00.049) 0:02:41.339 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 10 July 2024 04:32:26 +0000 (0:00:00.101) 0:02:41.441 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 10 July 2024 04:32:26 +0000 (0:00:00.048) 0:02:41.490 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 10 July 2024 04:32:26 +0000 (0:00:00.051) 0:02:41.541 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:99 Wednesday 10 July 2024 04:32:26 +0000 (0:00:00.441) 0:02:41.983 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:110 Wednesday 10 July 2024 04:32:26 +0000 (0:00:00.031) 0:02:42.014 ******** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_2qejir5__podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_auth_and_security.yml:118 Wednesday 10 July 2024 04:32:27 +0000 (0:00:00.190) 0:02:42.205 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:32:27 +0000 (0:00:00.050) 0:02:42.255 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:32:27 +0000 (0:00:00.036) 0:02:42.292 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:32:27 +0000 (0:00:00.033) 0:02:42.326 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:32:27 +0000 (0:00:00.021) 0:02:42.347 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:32:27 +0000 (0:00:00.048) 0:02:42.396 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:32:27 +0000 (0:00:00.053) 0:02:42.449 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.860) 0:02:43.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.105) 0:02:43.415 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.034) 0:02:43.450 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028170", "end": "2024-07-10 04:32:28.461337", "rc": 0, "start": "2024-07-10 04:32:28.433167" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.254) 0:02:43.705 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.045) 0:02:43.750 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.032) 0:02:43.783 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.040) 0:02:43.823 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.032) 0:02:43.856 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.041) 0:02:43.897 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.025) 0:02:43.922 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.027) 0:02:43.950 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:28 +0000 (0:00:00.033) 0:02:43.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.242) 0:02:44.226 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.040) 0:02:44.266 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.241) 0:02:44.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 : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.031) 0:02:44.539 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.034) 0:02:44.573 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.091) 0:02:44.665 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.033) 0:02:44.698 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.063) 0:02:44.762 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.036) 0:02:44.799 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.022) 0:02:44.821 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.023) 0:02:44.844 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.032) 0:02:44.877 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.049) 0:02:44.927 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.029) 0:02:44.957 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.041) 0:02:44.998 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.057) 0:02:45.055 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.034) 0:02:45.090 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.052) 0:02:45.143 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:32:29 +0000 (0:00:00.054) 0:02:45.197 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.030) 0:02:45.228 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.088) 0:02:45.316 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.048) 0:02:45.364 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.029) 0:02:45.394 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.022) 0:02:45.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.022) 0:02:45.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.026) 0:02:45.465 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.021) 0:02:45.486 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.022) 0:02:45.509 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.021) 0:02:45.530 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.053) 0:02:45.583 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.043) 0:02:45.626 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.037) 0:02:45.664 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.026) 0:02:45.691 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.050) 0:02:45.741 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.024) 0:02:45.766 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.074) 0:02:45.840 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.039) 0:02:45.880 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.241) 0:02:46.121 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:30 +0000 (0:00:00.029) 0:02:46.150 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.233) 0:02:46.384 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.020) 0:02:46.405 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.019) 0:02:46.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.019) 0:02:46.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.018) 0:02:46.462 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.018) 0:02:46.481 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.019) 0:02:46.501 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.018) 0:02:46.520 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.019) 0:02:46.539 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.025) 0:02:46.565 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.023) 0:02:46.589 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.029) 0:02:46.618 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:32:31 +0000 (0:00:00.243) 0:02:46.862 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.607) 0:02:47.470 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.029) 0:02:47.499 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.076) 0:02:47.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 : Handle credential files - present] **** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.024) 0:02:47.600 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.020) 0:02:47.621 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.020) 0:02:47.641 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.061) 0:02:47.702 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.029) 0:02:47.732 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.030) 0:02:47.762 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.024) 0:02:47.787 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.040) 0:02:47.827 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.029) 0:02:47.857 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.030) 0:02:47.887 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.047) 0:02:47.934 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:32 +0000 (0:00:00.266) 0:02:48.201 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.054) 0:02:48.256 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.226) 0:02:48.483 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.029) 0:02:48.513 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.072) 0:02:48.585 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.024) 0:02:48.609 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.026) 0:02:48.635 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.021) 0:02:48.656 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.027) 0:02:48.684 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.030) 0:02:48.714 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.034) 0:02:48.749 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.021) 0:02:48.771 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.034) 0:02:48.805 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.027) 0:02:48.832 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.032) 0:02:48.864 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.032) 0:02:48.897 ******** 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.005788", "end": "2024-07-10 04:32:33.908252", "rc": 0, "start": "2024-07-10 04:32:33.902464" } 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.255) 0:02:49.153 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 10 July 2024 04:32:33 +0000 (0:00:00.021) 0:02:49.174 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 10 July 2024 04:32:34 +0000 (0:00:00.046) 0:02:49.221 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:32:34 +0000 (0:00:00.040) 0:02:49.262 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:32:34 +0000 (0:00:00.019) 0:02:49.281 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:32:34 +0000 (0:00:00.065) 0:02:49.346 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 10 July 2024 04:32:34 +0000 (0:00:00.027) 0:02:49.374 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 10 July 2024 04:32:34 +0000 (0:00:00.021) 0:02:49.396 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 10 July 2024 04:32:34 +0000 (0:00:00.023) 0:02:49.419 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 10 July 2024 04:32:34 +0000 (0:00:00.498) 0:02:49.918 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 10 July 2024 04:32:34 +0000 (0:00:00.233) 0:02:50.151 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Wednesday 10 July 2024 04:32:35 +0000 (0:00:00.253) 0:02:50.405 ******** 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-1720585955.2901447-3663-114923696988967/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Wednesday 10 July 2024 04:32:35 +0000 (0:00:00.765) 0:02:51.170 ******** changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: d1e20ef72d5698b03f0426c8b4a81320b0f8cdd598cfd1657056eb66336cc487 Container: 1ed0cd767e1e0ec4a0de008417c976b2cbc4f50725a3863accaca54d17968faf TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Wednesday 10 July 2024 04:32:37 +0000 (0:00:01.288) 0:02:52.459 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Wednesday 10 July 2024 04:32:38 +0000 (0:00:00.791) 0:02:53.251 ******** changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target \"system-podman\\\\x2dkube.slice\" -.mount systemd-journald.socket network-online.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3400953856", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "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", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount \"system-podman\\\\x2dkube.slice\" sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4425", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Wednesday 10 July 2024 04:32:38 +0000 (0:00:00.802) 0:02:54.053 ******** changed: [sut] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target systemd-journald.socket -.mount sysinit.target network-online.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3413323776", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "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", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4425", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Wednesday 10 July 2024 04:32:41 +0000 (0:00:02.240) 0:02:56.294 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.023) 0:02:56.317 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.066) 0:02:56.384 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.029) 0:02:56.414 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.027) 0:02:56.441 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.068) 0:02:56.509 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.035) 0:02:56.545 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.042) 0:02:56.587 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.026) 0:02: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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.046) 0:02:56.660 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.036) 0:02:56.696 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.287) 0:02:56.984 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:41 +0000 (0:00:00.034) 0:02:57.018 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.291) 0:02:57.309 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.022) 0:02:57.332 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.022) 0:02:57.355 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.023) 0:02:57.378 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.034) 0:02:57.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.031) 0:02:57.445 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.034) 0:02:57.479 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.029) 0:02:57.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 : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.026) 0:02:57.536 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.037) 0:02:57.573 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.083) 0:02:57.657 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.023) 0:02:57.681 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.049) 0:02:57.730 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.024) 0:02:57.755 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.020) 0:02:57.775 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.043) 0:02:57.819 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.033) 0:02:57.853 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.019) 0:02:57.872 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.019) 0:02:57.891 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.021) 0:02:57.913 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Wednesday 10 July 2024 04:32:42 +0000 (0:00:00.018) 0:02:57.932 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Wednesday 10 July 2024 04:32:43 +0000 (0:00:00.651) 0:02:58.583 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Wednesday 10 July 2024 04:32:43 +0000 (0:00:00.311) 0:02:58.894 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Wednesday 10 July 2024 04:32:43 +0000 (0:00:00.022) 0:02:58.917 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Wednesday 10 July 2024 04:32:43 +0000 (0:00:00.022) 0:02:58.939 ******** 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-1720585963.776046-3797-120483274031944/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.682) 0:02:59.622 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.083) 0:02:59.706 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.026) 0:02:59.733 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.026) 0:02:59.760 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.020) 0:02:59.780 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.028) 0:02:59.808 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.078) 0:02:59.887 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.023) 0:02:59.910 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.033) 0:02:59.943 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.023) 0:02:59.967 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.040) 0:03:00.007 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.025) 0:03:00.033 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.024) 0:03:00.057 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:44 +0000 (0:00:00.030) 0:03:00.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.287) 0:03:00.375 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.030) 0:03:00.406 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.282) 0:03:00.689 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.022) 0:03:00.712 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.072) 0:03:00.784 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.021) 0:03:00.806 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.031) 0:03:00.837 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.024) 0:03:00.861 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.021) 0:03:00.883 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.022) 0:03:00.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 per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.035) 0:03:00.941 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.051) 0:03:00.992 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.024) 0:03:01.016 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.037) 0:03:01.054 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.030) 0:03:01.084 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.037) 0:03:01.122 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.043) 0:03:01.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 the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:32:45 +0000 (0:00:00.030) 0:03:01.196 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:132 Wednesday 10 July 2024 04:32:46 +0000 (0:00:00.042) 0:03:01.239 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:32:46 +0000 (0:00:00.146) 0:03:01.386 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:32:46 +0000 (0:00:00.037) 0:03:01.423 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:32:46 +0000 (0:00:00.029) 0:03:01.453 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:32:46 +0000 (0:00:00.032) 0:03:01.485 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:32:46 +0000 (0:00:00.025) 0:03:01.511 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:32:46 +0000 (0:00:00.056) 0:03:01.568 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.846) 0:03:02.414 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.021) 0:03:02.436 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.025) 0:03:02.462 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038233", "end": "2024-07-10 04:32:47.519011", "rc": 0, "start": "2024-07-10 04:32:47.480778" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.320) 0:03:02.782 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.029) 0:03:02.811 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.032) 0:03:02.844 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.028) 0:03:02.872 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.032) 0:03:02.904 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.117) 0:03:03.022 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.041) 0:03:03.063 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.048) 0:03:03.112 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:47 +0000 (0:00:00.033) 0:03:03.145 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.292) 0:03:03.437 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.028) 0:03:03.465 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.298) 0:03:03.764 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.023) 0:03:03.787 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.020) 0:03:03.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.020) 0:03:03.828 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.018) 0:03:03.847 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.019) 0:03:03.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.019) 0:03:03.886 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.018) 0:03:03.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 config file paths] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.019) 0:03:03.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.025) 0:03:03.950 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.040) 0:03:03.990 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.072) 0:03:04.063 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.022) 0:03:04.085 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.038) 0:03:04.124 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.020) 0:03:04.145 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.019) 0:03:04.165 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:32:48 +0000 (0:00:00.039) 0:03:04.204 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.020) 0:03:04.224 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.021) 0:03:04.245 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.044) 0:03:04.290 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.036) 0:03:04.327 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.023) 0:03:04.351 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.030) 0:03:04.381 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.022) 0:03:04.403 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.037) 0:03:04.441 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.023) 0:03:04.465 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.084) 0:03:04.549 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.027) 0:03:04.577 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.022) 0:03:04.599 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.020) 0:03:04.620 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.052) 0:03:04.673 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.048) 0:03:04.721 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.033) 0:03:04.755 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.027) 0:03:04.782 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.056) 0:03:04.839 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.025) 0:03:04.865 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.025) 0:03:04.890 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.034) 0:03:04.925 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:49 +0000 (0:00:00.267) 0:03:05.192 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.037) 0:03:05.230 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.282) 0:03:05.513 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.020) 0:03:05.533 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.068) 0:03:05.601 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.022) 0:03:05.623 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.020) 0:03:05.644 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.020) 0:03:05.664 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.023) 0:03:05.688 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.034) 0:03:05.722 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.048) 0:03:05.771 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.046) 0:03:05.817 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.054) 0:03:05.872 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.028) 0:03:05.900 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.024) 0:03:05.925 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 10 July 2024 04:32:50 +0000 (0:00:00.039) 0:03:05.964 ******** 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.006030", "end": "2024-07-10 04:32:50.997146", "rc": 0, "start": "2024-07-10 04:32:50.991116" } 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 10 July 2024 04:32:51 +0000 (0:00:00.278) 0:03:06.242 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 10 July 2024 04:32:51 +0000 (0:00:00.024) 0:03:06.267 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 10 July 2024 04:32:51 +0000 (0:00:00.069) 0:03:06.337 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:32:51 +0000 (0:00:00.050) 0:03:06.387 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:32:51 +0000 (0:00:00.097) 0:03:06.485 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:32:51 +0000 (0:00:00.023) 0:03:06.508 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 10 July 2024 04:32:51 +0000 (0:00:00.022) 0:03:06.531 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 10 July 2024 04:32:51 +0000 (0:00:00.020) 0:03:06.552 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 10 July 2024 04:32:51 +0000 (0:00:00.021) 0:03:06.574 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 10 July 2024 04:32:52 +0000 (0:00:00.692) 0:03:07.267 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1720585956.3940837, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720585955.898081, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 266511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720585955.6180794, "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": "2032317412", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 10 July 2024 04:32:52 +0000 (0:00:00.314) 0:03:07.582 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Wednesday 10 July 2024 04:32:52 +0000 (0:00:00.331) 0:03:07.913 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Wednesday 10 July 2024 04:32:53 +0000 (0:00:00.618) 0:03:08.531 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Wednesday 10 July 2024 04:32:53 +0000 (0:00:00.436) 0:03:08.968 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Wednesday 10 July 2024 04:32:53 +0000 (0:00:00.023) 0:03:08.991 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Wednesday 10 July 2024 04:32:53 +0000 (0:00:00.030) 0:03:09.021 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Wednesday 10 July 2024 04:32:53 +0000 (0:00:00.024) 0:03:09.046 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 10 July 2024 04:32:53 +0000 (0:00:00.023) 0:03:09.069 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 July 2024 04:32:53 +0000 (0:00:00.063) 0:03:09.133 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 10 July 2024 04:32:53 +0000 (0:00:00.030) 0:03:09.164 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 10 July 2024 04:32:53 +0000 (0:00:00.028) 0:03:09.193 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.020) 0:03:09.213 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.075) 0:03:09.289 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.047) 0:03:09.336 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.029) 0:03:09.366 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.029) 0:03:09.395 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.035) 0:03:09.431 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.265) 0:03:09.696 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.042) 0:03:09.739 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.309) 0:03:10.049 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.022) 0:03:10.071 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.020) 0:03:10.092 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.020) 0:03:10.113 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.021) 0:03:10.135 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.043) 0:03:10.178 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:32:54 +0000 (0:00:00.023) 0:03:10.201 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.023) 0:03:10.224 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.021) 0:03:10.246 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.044) 0:03:10.290 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.078) 0:03:10.369 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.024) 0:03:10.393 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.046) 0:03:10.440 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.034) 0:03:10.474 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.022) 0:03:10.497 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.053) 0:03:10.551 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.036) 0:03:10.587 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.022) 0:03:10.609 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.027) 0:03:10.637 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.030) 0:03:10.667 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Wednesday 10 July 2024 04:32:55 +0000 (0:00:00.022) 0:03:10.690 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Wednesday 10 July 2024 04:32:56 +0000 (0:00:00.708) 0:03:11.398 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Wednesday 10 July 2024 04:32:56 +0000 (0:00:00.279) 0:03:11.678 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Wednesday 10 July 2024 04:32:56 +0000 (0:00:00.025) 0:03:11.703 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Wednesday 10 July 2024 04:32:56 +0000 (0:00:00.023) 0:03:11.727 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.717) 0:03:12.444 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.023) 0:03:12.467 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.070) 0:03:12.537 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.024) 0:03:12.561 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.017) 0:03:12.579 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.018) 0:03:12.597 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:143 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.028) 0:03:12.626 ******** changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_2qejir5__podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_auth_and_security.yml:149 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.310) 0:03:12.937 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.065) 0:03:13.002 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.036) 0:03:13.039 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.025) 0:03:13.064 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.020) 0:03:13.085 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.019) 0:03:13.105 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:32:57 +0000 (0:00:00.046) 0:03:13.151 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:32:59 +0000 (0:00:01.057) 0:03:14.208 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.022) 0:03:14.231 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.024) 0:03:14.255 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.040589", "end": "2024-07-10 04:32:59.286286", "rc": 0, "start": "2024-07-10 04:32:59.245697" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.282) 0:03:14.537 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.023) 0:03:14.561 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.019) 0:03:14.580 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.023) 0:03:14.603 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.024) 0:03:14.627 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.042) 0:03:14.670 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.026) 0:03:14.696 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.025) 0:03:14.722 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.030) 0:03:14.753 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.246) 0:03:14.999 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:32:59 +0000 (0:00:00.030) 0:03:15.029 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.246) 0:03:15.276 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.021) 0:03:15.297 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.068) 0:03:15.366 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.022) 0:03:15.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.020) 0:03:15.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.022) 0:03:15.431 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.021) 0:03:15.452 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.023) 0:03:15.475 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.022) 0:03:15.498 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.029) 0:03:15.527 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.041) 0:03:15.568 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.020) 0:03:15.589 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.021) 0:03:15.611 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.040) 0:03:15.651 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.021) 0:03:15.673 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.021) 0:03:15.694 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.040) 0:03:15.735 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.077) 0:03:15.812 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.028) 0:03:15.841 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.045) 0:03:15.887 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.022) 0:03:15.910 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.023) 0:03:15.933 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.033) 0:03:15.967 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.030) 0:03:15.998 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.024) 0:03:16.022 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.024) 0:03:16.047 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.023) 0:03:16.070 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.021) 0:03:16.091 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.061) 0:03:16.152 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:33:00 +0000 (0:00:00.026) 0:03:16.179 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.037) 0:03:16.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.123) 0:03:16.340 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.030) 0:03:16.370 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.047) 0:03:16.418 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.304) 0:03:16.723 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.035) 0:03:16.759 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.253) 0:03:17.013 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.020) 0:03:17.033 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.021) 0:03:17.054 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.020) 0:03:17.075 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.021) 0:03:17.097 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.026) 0:03:17.123 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.022) 0:03:17.146 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.021) 0:03:17.167 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:33:01 +0000 (0:00:00.020) 0:03:17.188 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:33:02 +0000 (0:00:00.032) 0:03:17.220 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:33:02 +0000 (0:00:00.308) 0:03:17.529 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.693) 0:03: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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.024) 0:03:18.246 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.024) 0:03:18.271 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.119) 0:03:18.390 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.022) 0:03:18.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 : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.033) 0:03:18.446 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.060) 0:03:18.507 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.031) 0:03:18.538 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.032) 0:03:18.571 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.046) 0:03:18.618 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.045) 0:03:18.663 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.040) 0:03:18.704 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.047) 0:03:18.751 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.044) 0:03:18.796 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.293) 0:03:19.089 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:03 +0000 (0:00:00.042) 0:03:19.132 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.296) 0:03:19.429 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.023) 0:03:19.453 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.030) 0:03:19.483 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.030) 0:03:19.514 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.088) 0:03:19.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.031) 0:03:19.633 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.027) 0:03:19.661 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.023) 0:03:19.685 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.023) 0:03:19.709 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.025) 0:03:19.735 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.036) 0:03:19.772 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.026) 0:03:19.798 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.040) 0:03:19.839 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.031) 0:03:19.870 ******** 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.007623", "end": "2024-07-10 04:33:04.909651", "rc": 0, "start": "2024-07-10 04:33:04.902028" } 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.282) 0:03:20.153 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 10 July 2024 04:33:04 +0000 (0:00:00.022) 0:03:20.175 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 10 July 2024 04:33:05 +0000 (0:00:00.050) 0:03:20.226 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:33:05 +0000 (0:00:00.044) 0:03:20.270 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:33:05 +0000 (0:00:00.033) 0:03:20.304 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:33:05 +0000 (0:00:00.029) 0:03:20.334 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 10 July 2024 04:33:05 +0000 (0:00:00.096) 0:03:20.430 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 10 July 2024 04:33:05 +0000 (0:00:00.029) 0:03:20.459 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 10 July 2024 04:33:05 +0000 (0:00:00.025) 0:03:20.485 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 10 July 2024 04:33:05 +0000 (0:00:00.666) 0:03:21.152 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1720585956.3940837, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720585955.898081, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 266511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720585955.6180794, "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": "2032317412", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 10 July 2024 04:33:06 +0000 (0:00:00.276) 0:03:21.428 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Wednesday 10 July 2024 04:33:06 +0000 (0:00:00.325) 0:03:21.753 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Wednesday 10 July 2024 04:33:07 +0000 (0:00:00.698) 0:03:22.452 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Wednesday 10 July 2024 04:33:07 +0000 (0:00:00.489) 0:03:22.941 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Wednesday 10 July 2024 04:33:07 +0000 (0:00:00.033) 0:03:22.975 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Wednesday 10 July 2024 04:33:07 +0000 (0:00:00.034) 0:03:23.010 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Wednesday 10 July 2024 04:33:07 +0000 (0:00:00.037) 0:03:23.048 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 10 July 2024 04:33:07 +0000 (0:00:00.030) 0:03:23.078 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 July 2024 04:33:07 +0000 (0:00:00.068) 0:03:23.147 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 10 July 2024 04:33:07 +0000 (0:00:00.041) 0:03:23.188 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.036) 0:03:23.225 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.031) 0:03:23.256 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.037) 0:03:23.294 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.116) 0:03:23.410 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.026) 0:03:23.437 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.027) 0:03:23.464 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.036) 0:03:23.500 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.306) 0:03:23.807 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.030) 0:03:23.838 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.278) 0:03:24.116 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.023) 0:03:24.140 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:08 +0000 (0:00:00.030) 0:03:24.171 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.062) 0:03:24.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 : Get subgid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.050) 0:03:24.284 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.027) 0:03:24.311 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.042) 0:03:24.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.028) 0:03:24.382 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.045) 0:03:24.427 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.058) 0:03:24.486 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.025) 0:03:24.512 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.038) 0:03:24.550 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.128) 0:03:24.679 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.027) 0:03:24.706 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.020) 0:03:24.727 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.044) 0:03:24.771 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.035) 0:03:24.807 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.023) 0:03:24.830 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.032) 0:03:24.862 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.023) 0:03:24.886 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Wednesday 10 July 2024 04:33:09 +0000 (0:00:00.020) 0:03:24.906 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Wednesday 10 July 2024 04:33:10 +0000 (0:00:00.711) 0:03:25.618 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Wednesday 10 July 2024 04:33:10 +0000 (0:00:00.299) 0:03:25.917 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Wednesday 10 July 2024 04:33:10 +0000 (0:00:00.044) 0:03:25.962 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Wednesday 10 July 2024 04:33:10 +0000 (0:00:00.039) 0:03:26.001 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.704) 0:03:26.705 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.022) 0:03:26.728 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.024) 0:03:26.752 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.023) 0:03:26.776 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.087) 0:03:26.864 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.074) 0:03:26.938 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.026) 0:03:26.964 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.041) 0:03:27.006 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.052) 0:03:27.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.039) 0:03:27.098 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:11 +0000 (0:00:00.046) 0:03:27.145 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.257) 0:03:27.402 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.031) 0:03:27.433 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.307) 0:03:27.741 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.036) 0:03:27.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.033) 0:03:27.811 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.026) 0:03:27.837 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.043) 0:03:27.881 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.023) 0:03:27.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 user not in subuid file] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.036) 0:03:27.941 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.153) 0:03:28.095 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.044) 0:03:28.139 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.033) 0:03:28.173 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:33:12 +0000 (0:00:00.025) 0:03:28.198 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.032) 0:03:28.230 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.033) 0:03:28.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 : Find files in credentials directory] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.030) 0:03:28.294 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.025) 0:03:28.319 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.024) 0:03:28.344 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:161 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.028) 0:03:28.372 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.071) 0:03:28.443 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.034) 0:03:28.478 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.026) 0:03:28.505 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.024) 0:03:28.530 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.092) 0:03:28.623 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:33:13 +0000 (0:00:00.047) 0:03:28.670 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.910) 0:03:29.580 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.024) 0:03:29.605 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.026) 0:03:29.632 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030635", "end": "2024-07-10 04:33:14.725879", "rc": 0, "start": "2024-07-10 04:33:14.695244" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.343) 0:03:29.976 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.024) 0:03:30.000 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.024) 0:03:30.025 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.024) 0:03:30.049 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.025) 0:03:30.075 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.044) 0:03:30.119 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.035) 0:03:30.155 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:14 +0000 (0:00:00.024) 0:03:30.180 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.119) 0:03:30.299 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.300) 0:03:30.599 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.030) 0:03:30.630 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.290) 0:03:30.920 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.040) 0:03:30.961 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.026) 0:03:30.987 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.024) 0:03:31.012 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.024) 0:03:31.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.024) 0:03:31.060 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.034) 0:03:31.095 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.029) 0:03:31.124 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.022) 0:03:31.146 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:33:15 +0000 (0:00:00.037) 0:03:31.184 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.057) 0:03:31.242 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.037) 0:03:31.279 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.032) 0:03:31.311 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.049) 0:03:31.360 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.079) 0:03:31.439 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.021) 0:03:31.461 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.039) 0:03:31.500 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.029) 0:03:31.529 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.022) 0:03:31.552 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.043) 0:03:31.595 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.022) 0:03:31.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.025) 0:03:31.643 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.024) 0:03:31.667 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.024) 0:03:31.692 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.022) 0:03:31.714 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.023) 0:03:31.738 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.022) 0:03:31.761 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.049) 0:03:31.810 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.092) 0:03:31.902 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.033) 0:03:31.935 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.031) 0:03:31.966 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.046) 0:03:32.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.031) 0:03:32.044 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.032) 0:03:32.077 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:16 +0000 (0:00:00.051) 0:03:32.128 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.249) 0:03:32.378 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.034) 0:03:32.413 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.243) 0:03:32.656 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.020) 0:03:32.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.021) 0:03:32.698 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.019) 0:03:32.718 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.021) 0:03:32.739 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.021) 0:03:32.761 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.021) 0:03:32.782 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.020) 0:03:32.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 per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.019) 0:03:32.822 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.088) 0:03:32.911 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.024) 0:03:32.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 certs.d directory] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.030) 0:03:32.966 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.021) 0:03:32.988 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.027) 0:03:33.015 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.029) 0:03:33.045 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.021) 0:03:33.066 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.022) 0:03:33.089 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.062) 0:03:33.151 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:33:17 +0000 (0:00:00.032) 0:03:33.183 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.039) 0:03:33.223 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.040) 0:03:33.264 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.032) 0:03:33.296 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.035) 0:03:33.332 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.303) 0:03:33.635 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.047) 0:03:33.683 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.339) 0:03:34.022 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.022) 0:03:34.045 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.020) 0:03:34.066 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.019) 0:03:34.085 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.019) 0:03:34.105 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.020) 0:03:34.126 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.021) 0:03:34.147 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.026) 0:03:34.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 credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:33:18 +0000 (0:00:00.021) 0:03:34.195 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.037) 0:03:34.233 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.030) 0:03:34.263 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.035) 0:03:34.298 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.030) 0:03:34.329 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.023) 0:03:34.352 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.024) 0:03:34.377 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.023) 0:03:34.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 : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.029) 0:03:34.431 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.074) 0:03:34.505 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.112) 0:03:34.617 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.032) 0:03:34.649 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.025) 0:03:34.675 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.044) 0:03:34.720 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.028) 0:03:34.749 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.026) 0:03:34.775 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.034) 0:03:34.810 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.255) 0:03:35.065 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:19 +0000 (0:00:00.033) 0:03:35.099 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.284) 0:03:35.384 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.021) 0:03:35.405 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.021) 0:03:35.426 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.020) 0:03:35.447 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.020) 0:03:35.468 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.021) 0:03:35.489 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.019) 0:03:35.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.019) 0:03:35.528 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.020) 0:03:35.548 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.079) 0:03:35.628 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.035) 0:03:35.663 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.022) 0:03:35.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.023) 0:03:35.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.025) 0:03:35.736 ******** 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.005493", "end": "2024-07-10 04:33:20.781095", "rc": 0, "start": "2024-07-10 04:33:20.775602" } 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.283) 0:03:36.019 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.044) 0:03:36.064 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 10 July 2024 04:33:20 +0000 (0:00:00.023) 0:03:36.088 ******** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-07-10 04:32:41 UTC", "ActiveEnterTimestampMonotonic": "655388640", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket -.mount sysinit.target network-online.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-10 04:32:39 UTC", "AssertTimestampMonotonic": "653619163", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "20877919000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-07-10 04:32:39 UTC", "ConditionTimestampMonotonic": "653619161", "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", "ControlGroupId": "9035", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-auth_test_1_kube.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8995", "ExecMainStartTimestamp": "Wed 2024-07-10 04:32:41 UTC", "ExecMainStartTimestampMonotonic": "655388552", "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=[Wed 2024-07-10 04:32:39 UTC] ; stop_time=[n/a] ; pid=8924 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[Wed 2024-07-10 04:32:39 UTC] ; stop_time=[n/a] ; pid=8924 ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2024-07-10 04:32:39 UTC", "InactiveExitTimestampMonotonic": "653624373", "InvocationID": "f7d89ab70de6414985e081f38045e226", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8995", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3404267520", "MemoryCurrent": "18845696", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "29155328", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "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", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Wed 2024-07-10 04:32:41 UTC", "StateChangeTimestampMonotonic": "655388640", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "12", "TasksMax": "4425", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 10 July 2024 04:33:22 +0000 (0:00:01.446) 0:03:37.534 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585956.3940837, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720585955.898081, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 266511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720585955.6180794, "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": "2032317412", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Wednesday 10 July 2024 04:33:22 +0000 (0:00:00.271) 0:03:37.806 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Wednesday 10 July 2024 04:33:22 +0000 (0:00:00.352) 0:03:38.159 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.243) 0:03:38.403 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.033691", "end": "2024-07-10 04:33:23.437137", "rc": 0, "start": "2024-07-10 04:33:23.403446" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.276) 0:03:38.679 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.047) 0:03:38.726 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.027) 0:03:38.753 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.025) 0:03:38.779 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.126) 0:03:38.905 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.021) 0:03:38.927 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.058) 0:03:38.985 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.036) 0:03:39.022 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.027) 0:03:39.049 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.023) 0:03:39.073 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.036) 0:03:39.109 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.066) 0:03:39.176 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:23 +0000 (0:00:00.026) 0:03:39.202 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.040) 0:03:39.242 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.033) 0:03:39.276 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.233) 0:03:39.509 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.032) 0:03:39.541 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.231) 0:03:39.773 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.021) 0:03:39.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.020) 0:03:39.815 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.104) 0:03:39.919 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.037) 0:03:39.957 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.040) 0:03:39.997 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.036) 0:03:40.034 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.030) 0:03:40.064 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.023) 0:03:40.087 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.043) 0:03:40.130 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.023) 0:03:40.154 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 10 July 2024 04:33:24 +0000 (0:00:00.023) 0:03:40.177 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 10 July 2024 04:33:25 +0000 (0:00:00.045) 0:03:40.223 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 10 July 2024 04:33:25 +0000 (0:00:00.028) 0:03:40.252 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 July 2024 04:33:25 +0000 (0:00:00.052) 0:03:40.304 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 July 2024 04:33:25 +0000 (0:00:00.020) 0:03:40.325 ******** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount systemd-journald.socket system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuset io memory pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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 }", "ExecStartEx": "{ 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 ; flags= ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; flags= ; 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 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3420340224", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4425", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 July 2024 04:33:25 +0000 (0:00:00.715) 0:03:41.040 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 July 2024 04:33:26 +0000 (0:00:00.234) 0:03:41.275 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:33:26 +0000 (0:00:00.032) 0:03:41.308 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:33:26 +0000 (0:00:00.089) 0:03:41.397 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:33:26 +0000 (0:00:00.021) 0:03:41.418 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 July 2024 04:33:26 +0000 (0:00:00.020) 0:03:41.439 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 July 2024 04:33:26 +0000 (0:00:00.714) 0:03:42.153 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.068542", "end": "2024-07-10 04:33:27.225939", "rc": 0, "start": "2024-07-10 04:33:27.157397" } STDOUT: 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f 1fd60bdf18f749b8c3399ac03429d9a243ef942a94cc136972bcb3dedc756039 TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.319) 0:03:42.472 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.023) 0:03:42.496 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.036) 0:03:42.533 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.025) 0:03:42.558 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.026) 0:03:42.584 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.024) 0:03:42.609 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.028) 0:03:42.637 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.027) 0:03:42.664 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.023) 0:03:42.688 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.027) 0:03:42.715 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.024) 0:03:42.739 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.060) 0:03:42.800 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.026) 0:03:42.827 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.119) 0:03:42.947 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.026) 0:03:42.973 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.027) 0:03:43.001 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:27 +0000 (0:00:00.031) 0:03:43.033 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.271) 0:03:43.305 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.075) 0:03:43.380 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.272) 0:03:43.653 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.036) 0:03:43.689 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.045) 0:03:43.734 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.048) 0:03:43.783 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.030) 0:03:43.813 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.039) 0:03:43.853 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.026) 0:03:43.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.025) 0:03:43.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 credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.026) 0:03:43.931 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.044) 0:03:43.975 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.034) 0:03:44.010 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.026) 0:03:44.036 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:33:28 +0000 (0:00:00.100) 0:03:44.137 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.236) 0:03:44.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.297) 0:03:44.671 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.241) 0:03:44.913 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.084) 0:03:44.998 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.024) 0:03:45.023 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.028) 0:03:45.051 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.023) 0:03:45.074 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.039) 0:03:45.114 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.026) 0:03:45.140 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.025) 0:03:45.166 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:29 +0000 (0:00:00.030) 0:03:45.196 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.242) 0:03:45.439 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.040) 0:03:45.479 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.280) 0:03:45.760 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.040) 0:03:45.800 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.120) 0:03:45.920 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.028) 0:03:45.948 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.048) 0:03:45.997 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.046) 0:03:46.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.025) 0:03:46.069 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.024) 0:03:46.094 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.026) 0:03:46.120 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.030) 0:03:46.151 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:33:30 +0000 (0:00:00.024) 0:03:46.175 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:33:31 +0000 (0:00:00.031) 0:03:46.207 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:33:31 +0000 (0:00:00.023) 0:03:46.231 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:33:31 +0000 (0:00:00.029) 0:03:46.260 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:33:31 +0000 (0:00:00.656) 0:03:46.916 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:33:31 +0000 (0:00:00.233) 0:03:47.149 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:175 Wednesday 10 July 2024 04:33:32 +0000 (0:00:00.270) 0:03:47.419 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:180 Wednesday 10 July 2024 04:33:32 +0000 (0:00:00.645) 0:03:48.065 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:33:33 +0000 (0:00:00.186) 0:03:48.251 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:33:33 +0000 (0:00:00.043) 0:03:48.294 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:33:33 +0000 (0:00:00.036) 0:03:48.330 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:33:33 +0000 (0:00:00.022) 0:03:48.353 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:33:33 +0000 (0:00:00.028) 0:03:48.381 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:33:33 +0000 (0:00:00.053) 0:03:48.435 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.797) 0:03:49.232 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.049) 0:03:49.282 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.045) 0:03:49.328 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031461", "end": "2024-07-10 04:33:34.346616", "rc": 0, "start": "2024-07-10 04:33:34.315155" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.263) 0:03:49.591 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.027) 0:03:49.619 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.024) 0:03:49.643 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.041) 0:03:49.684 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.135) 0:03:49.820 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.058) 0:03:49.879 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.047) 0:03:49.926 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.029) 0:03:49.956 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:34 +0000 (0:00:00.073) 0:03:50.029 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.253) 0:03:50.283 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.031) 0:03:50.315 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.227) 0:03:50.542 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.022) 0:03:50.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.021) 0:03:50.586 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.020) 0:03:50.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 : Get subgid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.019) 0:03:50.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 user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.020) 0:03:50.646 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.018) 0:03:50.664 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.019) 0:03:50.684 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.019) 0:03:50.703 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.028) 0:03:50.732 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.103) 0:03:50.835 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.022) 0:03:50.857 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.022) 0:03:50.879 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.039) 0:03:50.919 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.028) 0:03:50.947 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.023) 0:03:50.970 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.046) 0:03:51.017 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.039) 0:03:51.056 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.029) 0:03:51.086 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.049) 0:03:51.136 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.023) 0:03:51.159 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.021) 0:03:51.181 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:33:35 +0000 (0:00:00.023) 0:03:51.204 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.022) 0:03:51.226 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.108) 0:03:51.334 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.021) 0:03:51.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.022) 0:03:51.379 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.052) 0:03:51.432 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.024) 0:03:51.456 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.030) 0:03:51.487 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.028) 0:03:51.515 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.046) 0:03:51.562 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.240) 0:03:51.802 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.030) 0:03:51.833 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.034) 0:03:51.867 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.232) 0:03:52.099 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:36 +0000 (0:00:00.029) 0:03:52.129 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.232) 0:03:52.362 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004135", "end": "2024-07-10 04:33:37.362921", "rc": 0, "start": "2024-07-10 04:33:37.358786" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.240) 0:03:52.602 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005534", "end": "2024-07-10 04:33:37.591752", "rc": 0, "start": "2024-07-10 04:33:37.586218" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.228) 0:03:52.831 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.128) 0:03:52.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.023) 0:03:52.982 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.021) 0:03:53.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.024) 0:03:53.028 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.024) 0:03:53.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 : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.021) 0:03:53.074 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.029) 0:03:53.104 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.025) 0:03:53.129 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:33:37 +0000 (0:00:00.033) 0:03:53.163 ******** 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": 4096, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:33:38 +0000 (0:00:00.258) 0:03:53.422 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:33:38 +0000 (0:00:00.610) 0:03:54.032 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:33:38 +0000 (0:00:00.036) 0:03:54.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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:33:38 +0000 (0:00:00.025) 0:03:54.094 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:33:38 +0000 (0:00:00.021) 0:03:54.116 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:33:38 +0000 (0:00:00.053) 0:03:54.169 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:33:38 +0000 (0:00:00.027) 0:03:54.197 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:39 +0000 (0:00:00.120) 0:03:54.317 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:39 +0000 (0:00:00.026) 0:03:54.344 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:39 +0000 (0:00:00.026) 0:03:54.371 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:39 +0000 (0:00:00.032) 0:03:54.404 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:39 +0000 (0:00:00.234) 0:03:54.638 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:39 +0000 (0:00:00.043) 0:03:54.682 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:39 +0000 (0:00:00.238) 0:03:54.920 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004018", "end": "2024-07-10 04:33:39.909206", "rc": 0, "start": "2024-07-10 04:33:39.905188" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:39 +0000 (0:00:00.237) 0:03:55.158 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005705", "end": "2024-07-10 04:33:40.147554", "rc": 0, "start": "2024-07-10 04:33:40.141849" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.234) 0:03:55.393 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.047) 0:03:55.440 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.036) 0:03:55.477 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.044) 0:03:55.521 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.041) 0:03:55.563 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.042) 0:03:55.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 : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.047) 0:03:55.653 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.096) 0:03:55.750 ******** 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": 4096, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.292) 0:03:56.042 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:33:40 +0000 (0:00:00.026) 0:03:56.069 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.568) 0:03:56.637 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.087) 0:03:56.725 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.022) 0:03:56.747 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.024) 0:03:56.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 : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.026) 0:03:56.798 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.063) 0:03:56.862 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.040) 0:03:56.902 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.031) 0:03:56.934 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.024) 0:03:56.958 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.039) 0:03:56.997 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.038) 0:03:57.036 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.035) 0:03:57.072 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:41 +0000 (0:00:00.032) 0:03:57.104 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:42 +0000 (0:00:00.229) 0:03:57.333 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:42 +0000 (0:00:00.032) 0:03:57.365 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:42 +0000 (0:00:00.230) 0:03:57.595 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004122", "end": "2024-07-10 04:33:42.586990", "rc": 0, "start": "2024-07-10 04:33:42.582868" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:42 +0000 (0:00:00.233) 0:03:57.829 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005653", "end": "2024-07-10 04:33:42.818864", "rc": 0, "start": "2024-07-10 04:33:42.813211" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:42 +0000 (0:00:00.232) 0:03:58.061 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:42 +0000 (0:00:00.099) 0:03:58.160 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:42 +0000 (0:00:00.022) 0:03:58.182 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:42 +0000 (0:00:00.020) 0:03:58.203 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.021) 0:03:58.225 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.022) 0:03:58.247 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.023) 0:03:58.270 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.024) 0:03:58.295 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.042) 0:03:58.337 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.029) 0:03:58.366 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.037) 0:03:58.404 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.035) 0:03:58.439 ******** 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.005870", "end": "2024-07-10 04:33:43.430847", "rc": 0, "start": "2024-07-10 04:33:43.424977" } 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.232) 0:03:58.672 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.020) 0:03:58.692 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.044) 0:03:58.737 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.034) 0:03:58.772 ******** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.022119", "end": "2024-07-10 04:33:43.780924", "rc": 0, "start": "2024-07-10 04:33:43.758805" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.256) 0:03:59.028 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.142) 0:03:59.170 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 10 July 2024 04:33:43 +0000 (0:00:00.032) 0:03:59.203 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 10 July 2024 04:33:44 +0000 (0:00:00.031) 0:03:59.234 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 10 July 2024 04:33:44 +0000 (0:00:00.032) 0:03:59.267 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 10 July 2024 04:33:45 +0000 (0:00:01.543) 0:04:00.811 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 10 July 2024 04:33:45 +0000 (0:00:00.237) 0:04:01.048 ******** 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": 4096, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Wednesday 10 July 2024 04:33:46 +0000 (0:00:00.283) 0:04:01.332 ******** 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-1720586026.1823826-5104-172822204813514/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Wednesday 10 July 2024 04:33:46 +0000 (0:00:00.593) 0:04:01.925 ******** changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: af6bd94977ffe0e8c35474ff46f600e307335eeb489392c69d04336dd16d1839 Container: 7d91f4c64b4927136f4e080eeaf7d09f2882daeb30231fb121ccd9ce2f5d9d56 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Wednesday 10 July 2024 04:33:47 +0000 (0:00:01.105) 0:04:03.030 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Wednesday 10 July 2024 04:33:48 +0000 (0:00:00.598) 0:04:03.629 ******** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-2001.mount \"app-podman\\\\x2dkube.slice\" network-online.target -.mount basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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 }", "ExecStartEx": "{ 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 ; flags= ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3878932480", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "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", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target \"app-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4425", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Wednesday 10 July 2024 04:33:48 +0000 (0:00:00.537) 0:04:04.166 ******** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount run-user-2001.mount network-online.target basic.target \"app-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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 }", "ExecStartEx": "{ 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 ; flags= ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3878252544", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "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", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target \"app-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4425", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Wednesday 10 July 2024 04:33:49 +0000 (0:00:01.020) 0:04:05.187 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.022) 0:04:05.209 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.057) 0:04:05.267 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.027) 0:04:05.295 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.026) 0:04:05.322 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.020) 0:04:05.343 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.143) 0:04:05.487 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.076) 0:04:05.563 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.050) 0:04:05.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.038) 0:04:05.653 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.036) 0:04:05.689 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.327) 0:04:06.017 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:50 +0000 (0:00:00.050) 0:04:06.068 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:51 +0000 (0:00:00.307) 0:04:06.375 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.006560", "end": "2024-07-10 04:33:51.445877", "rc": 0, "start": "2024-07-10 04:33:51.439317" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:51 +0000 (0:00:00.312) 0:04:06.687 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.010306", "end": "2024-07-10 04:33:51.734961", "rc": 0, "start": "2024-07-10 04:33:51.724655" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:51 +0000 (0:00:00.307) 0:04:06.994 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:51 +0000 (0:00:00.048) 0:04:07.043 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:51 +0000 (0:00:00.025) 0:04:07.068 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:51 +0000 (0:00:00.025) 0:04:07.094 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:51 +0000 (0:00:00.022) 0:04:07.117 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:51 +0000 (0:00:00.025) 0:04:07.142 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 10 July 2024 04:33:51 +0000 (0:00:00.025) 0:04:07.168 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.076) 0:04:07.245 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.039) 0:04:07.285 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.146) 0:04:07.431 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.050) 0:04:07.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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.028) 0:04:07.510 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.023) 0:04:07.534 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.046) 0:04:07.580 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.049) 0:04:07.630 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.293) 0:04:07.924 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.028) 0:04:07.952 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.022) 0:04:07.974 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Wednesday 10 July 2024 04:33:52 +0000 (0:00:00.019) 0:04:07.994 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Wednesday 10 July 2024 04:33:53 +0000 (0:00:00.782) 0:04:08.776 ******** 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": 4096, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Wednesday 10 July 2024 04:33:53 +0000 (0:00:00.276) 0:04:09.053 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Wednesday 10 July 2024 04:33:53 +0000 (0:00:00.024) 0:04:09.077 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Wednesday 10 July 2024 04:33:53 +0000 (0:00:00.021) 0:04:09.099 ******** 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-1720586033.9382288-5212-961686368566/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Wednesday 10 July 2024 04:33:54 +0000 (0:00:00.709) 0:04:09.808 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Wednesday 10 July 2024 04:33:54 +0000 (0:00:00.026) 0:04:09.834 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Wednesday 10 July 2024 04:33:54 +0000 (0:00:00.182) 0:04:10.016 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 10 July 2024 04:33:54 +0000 (0:00:00.031) 0:04:10.047 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 10 July 2024 04:33:54 +0000 (0:00:00.039) 0:04:10.087 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:33:54 +0000 (0:00:00.078) 0:04:10.165 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:33:54 +0000 (0:00:00.038) 0:04:10.203 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:55 +0000 (0:00:00.067) 0:04:10.271 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:55 +0000 (0:00:00.035) 0:04:10.306 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:55 +0000 (0:00:00.034) 0:04:10.340 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:55 +0000 (0:00:00.042) 0:04:10.382 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:55 +0000 (0:00:00.283) 0:04:10.666 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:55 +0000 (0:00:00.029) 0:04:10.696 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:55 +0000 (0:00:00.260) 0:04:10.956 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004697", "end": "2024-07-10 04:33:55.997572", "rc": 0, "start": "2024-07-10 04:33:55.992875" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.291) 0:04:11.248 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.007868", "end": "2024-07-10 04:33:56.277987", "rc": 0, "start": "2024-07-10 04:33:56.270119" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.282) 0:04:11.531 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.036) 0:04:11.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 : Get subgid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.032) 0:04:11.599 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.138) 0:04:11.737 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.022) 0:04:11.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.033) 0:04:11.793 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.028) 0:04:11.822 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.109) 0:04:11.931 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.027) 0:04:11.959 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.025) 0:04:11.984 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.031) 0:04:12.015 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.028) 0:04:12.044 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.035) 0:04:12.079 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.024) 0:04:12.103 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:33:56 +0000 (0:00:00.084) 0:04:12.188 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.026) 0:04:12.215 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.029) 0:04:12.245 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.028) 0:04:12.273 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.043) 0:04:12.316 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.170) 0:04:12.487 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.037) 0:04:12.525 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.048) 0:04:12.573 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.288) 0:04:12.862 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.034) 0:04:12.896 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:33:57 +0000 (0:00:00.280) 0:04:13.177 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004873", "end": "2024-07-10 04:33:58.206383", "rc": 0, "start": "2024-07-10 04:33:58.201510" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.284) 0:04:13.461 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.007507", "end": "2024-07-10 04:33:58.510665", "rc": 0, "start": "2024-07-10 04:33:58.503158" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.301) 0:04:13.762 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.043) 0:04:13.806 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.024) 0:04:13.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.027) 0:04:13.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 user not in subuid file] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.023) 0:04:13.882 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.024) 0:04:13.907 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.020) 0:04:13.927 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.028) 0:04:13.956 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.027) 0:04:13.983 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.031) 0:04:14.015 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.034) 0:04:14.050 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.028) 0:04:14.079 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:33:58 +0000 (0:00:00.110) 0:04:14.189 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:33:59 +0000 (0:00:00.022) 0:04:14.211 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:208 Wednesday 10 July 2024 04:33:59 +0000 (0:00:00.032) 0:04:14.244 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:33:59 +0000 (0:00:00.045) 0:04:14.290 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:33:59 +0000 (0:00:00.054) 0:04:14.344 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:33:59 +0000 (0:00:00.030) 0:04:14.375 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:33:59 +0000 (0:00:00.029) 0:04:14.405 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:33:59 +0000 (0:00:00.030) 0:04:14.435 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:33:59 +0000 (0:00:00.057) 0:04:14.493 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:34:00 +0000 (0:00:00.953) 0:04:15.446 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:34:00 +0000 (0:00:00.022) 0:04:15.469 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:34:00 +0000 (0:00:00.024) 0:04:15.494 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.050973", "end": "2024-07-10 04:34:00.570515", "rc": 0, "start": "2024-07-10 04:34:00.519542" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:34:00 +0000 (0:00:00.420) 0:04:15.915 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:34:00 +0000 (0:00:00.032) 0:04:15.947 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:34:00 +0000 (0:00:00.060) 0:04:16.008 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:34:00 +0000 (0:00:00.035) 0:04:16.043 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:34:00 +0000 (0:00:00.037) 0:04:16.080 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:00 +0000 (0:00:00.063) 0:04:16.143 ******** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:01 +0000 (0:00:00.309) 0:04:16.453 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:01 +0000 (0:00:00.041) 0:04:16.494 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:01 +0000 (0:00:00.041) 0:04:16.535 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:01 +0000 (0:00:00.298) 0:04:16.834 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:01 +0000 (0:00:00.032) 0:04:16.867 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:01 +0000 (0:00:00.266) 0:04:17.134 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:01 +0000 (0:00:00.026) 0:04:17.160 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:01 +0000 (0:00:00.022) 0:04:17.183 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.022) 0:04:17.205 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.027) 0:04:17.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 user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.029) 0:04:17.262 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.181) 0:04:17.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.029) 0:04:17.473 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.023) 0:04:17.496 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.038) 0:04:17.535 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.055) 0:04:17.590 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.026) 0:04:17.617 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.021) 0:04:17.638 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.041) 0:04:17.680 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.022) 0:04:17.702 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.023) 0:04:17.726 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.046) 0:04:17.772 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.033) 0:04:17.805 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.028) 0:04:17.834 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.179) 0:04:18.014 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.031) 0:04:18.046 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.038) 0:04:18.084 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.036) 0:04:18.121 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.033) 0:04:18.154 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:34:02 +0000 (0:00:00.036) 0:04:18.190 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.024) 0:04:18.215 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.025) 0:04:18.241 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.076) 0:04:18.318 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.031) 0:04:18.349 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.030) 0:04:18.380 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.029) 0:04:18.410 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.047) 0:04:18.458 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.027) 0:04:18.485 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.024) 0:04:18.509 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.031) 0:04:18.541 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.335) 0:04:18.877 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:03 +0000 (0:00:00.308) 0:04:19.186 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.329) 0:04:19.515 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.023) 0:04:19.539 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.024) 0:04:19.563 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.027) 0:04:19.590 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.023) 0:04:19.614 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.027) 0:04:19.641 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.020) 0:04:19.662 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.021) 0:04:19.684 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.023) 0:04:19.707 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.029) 0:04:19.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.025) 0:04:19.762 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.033) 0:04: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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.023) 0:04:19.819 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.029) 0:04:19.848 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.030) 0:04:19.879 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.024) 0:04:19.903 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.022) 0:04:19.925 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.197) 0:04:20.123 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.024) 0:04:20.148 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:04 +0000 (0:00:00.036) 0:04:20.185 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.026) 0:04:20.211 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.026) 0:04:20.238 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.030) 0:04:20.269 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.291) 0:04:20.561 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.043) 0:04:20.604 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.316) 0:04:20.921 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.022) 0:04:20.943 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.029) 0:04:20.973 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.048) 0:04:21.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 : Get subgid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.033) 0:04:21.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.024) 0:04:21.080 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.024) 0:04:21.104 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:05 +0000 (0:00:00.043) 0:04:21.147 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.145) 0:04:21.293 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.072) 0:04:21.365 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.033) 0:04:21.398 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.045) 0:04:21.444 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.043) 0:04:21.488 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.041) 0:04:21.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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.025) 0:04:21.555 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.028) 0:04:21.584 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.043) 0:04:21.627 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.092) 0:04:21.719 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.033) 0:04:21.753 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.040) 0:04:21.793 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.027) 0:04:21.820 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.050) 0:04:21.871 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.030) 0:04:21.901 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.027) 0:04:21.929 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:06 +0000 (0:00:00.104) 0:04:22.033 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.410) 0:04:22.444 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.038) 0:04:22.483 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.301) 0:04:22.784 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.061) 0:04:22.845 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.048) 0:04:22.893 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.035) 0:04:22.929 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.034) 0:04:22.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.022) 0:04:22.986 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.030) 0:04:23.017 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.026) 0:04:23.043 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.055) 0:04:23.099 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.028) 0:04:23.128 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 10 July 2024 04:34:07 +0000 (0:00:00.044) 0:04:23.172 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 10 July 2024 04:34:08 +0000 (0:00:00.061) 0:04:23.233 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 10 July 2024 04:34:08 +0000 (0:00:00.044) 0:04:23.278 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 10 July 2024 04:34:08 +0000 (0:00:00.046) 0:04:23.324 ******** 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.006959", "end": "2024-07-10 04:34:08.363529", "rc": 0, "start": "2024-07-10 04:34:08.356570" } 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 10 July 2024 04:34:08 +0000 (0:00:00.288) 0:04:23.613 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 10 July 2024 04:34:08 +0000 (0:00:00.166) 0:04:23.779 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 10 July 2024 04:34:08 +0000 (0:00:00.031) 0:04:23.810 ******** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target network-online.target systemd-journald.socket basic.target \"system-podman\\\\x2dkube.slice\" -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3383750656", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "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", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4425", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 10 July 2024 04:34:09 +0000 (0:00:00.530) 0:04:24.340 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Wednesday 10 July 2024 04:34:09 +0000 (0:00:00.345) 0:04:24.686 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Wednesday 10 July 2024 04:34:09 +0000 (0:00:00.041) 0:04:24.728 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Wednesday 10 July 2024 04:34:09 +0000 (0:00:00.313) 0:04:25.042 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Wednesday 10 July 2024 04:34:09 +0000 (0:00:00.023) 0:04:25.065 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:34:09 +0000 (0:00:00.042) 0:04:25.108 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:34:09 +0000 (0:00:00.023) 0:04:25.131 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:34:09 +0000 (0:00:00.031) 0:04:25.162 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 10 July 2024 04:34:09 +0000 (0:00:00.022) 0:04:25.184 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.025) 0:04:25.210 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.070) 0:04:25.280 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.031) 0:04:25.312 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.027) 0:04:25.339 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.019) 0:04:25.359 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.126) 0:04:25.485 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.042) 0:04:25.527 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.028) 0:04:25.556 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.030) 0:04:25.587 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.033) 0:04:25.621 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.272) 0:04:25.893 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:10 +0000 (0:00:00.033) 0:04:25.927 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.291) 0:04:26.218 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.024) 0:04:26.243 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.023) 0:04:26.266 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.022) 0:04:26.288 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.021) 0:04:26.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.021) 0:04:26.331 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.023) 0:04:26.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.023) 0:04:26.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 : Set per-container variables part 3] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.028) 0:04:26.406 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.039) 0:04:26.446 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.037) 0:04:26.483 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.130) 0:04:26.614 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.052) 0:04:26.667 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.031) 0:04:26.698 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.058) 0:04:26.756 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 July 2024 04:34:11 +0000 (0:00:00.022) 0:04:26.778 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.493) 0:04:27.272 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.276) 0:04:27.549 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.037) 0:04:27.587 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.023) 0:04:27.610 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.020) 0:04:27.631 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.019) 0:04:27.650 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.021) 0:04:27.672 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.020) 0:04:27.693 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.023) 0:04:27.716 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.025) 0:04:27.742 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.023) 0:04:27.766 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.134) 0:04:27.900 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.026) 0:04:27.926 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.025) 0:04:27.951 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.022) 0:04:27.974 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.022) 0:04:27.997 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.020) 0:04:28.017 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.018) 0:04:28.036 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.062) 0:04:28.099 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.023) 0:04:28.123 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.036) 0:04:28.160 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:12 +0000 (0:00:00.025) 0:04:28.185 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.026) 0:04:28.212 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.033) 0:04:28.245 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.249) 0:04:28.495 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.029) 0:04:28.524 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.294) 0:04:28.819 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.020) 0:04:28.840 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.114) 0:04:28.955 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.030) 0:04:28.985 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.024) 0:04:29.010 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.039) 0:04:29.049 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.024) 0:04:29.074 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.022) 0:04:29.097 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.023) 0:04:29.121 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.032) 0:04:29.153 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.024) 0:04:29.178 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:34:13 +0000 (0:00:00.022) 0:04:29.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 is absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:34:14 +0000 (0:00:00.022) 0:04:29.223 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:34:14 +0000 (0:00:00.278) 0:04:29.502 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:34:14 +0000 (0:00:00.278) 0:04:29.781 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 10 July 2024 04:34:14 +0000 (0:00:00.272) 0:04:30.054 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:34:14 +0000 (0:00:00.065) 0:04:30.119 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:34:14 +0000 (0:00:00.021) 0:04:30.141 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:34:14 +0000 (0:00:00.023) 0:04:30.164 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.114) 0:04:30.279 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.052) 0:04:30.331 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.025) 0:04:30.356 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.026) 0:04:30.383 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.034) 0:04:30.417 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.243) 0:04:30.661 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.030) 0:04:30.691 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.254) 0:04:30.946 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.022) 0:04:30.968 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.021) 0:04:30.989 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.030) 0:04:31.020 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.022) 0:04:31.042 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.021) 0:04:31.064 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.020) 0:04:31.084 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.023) 0:04:31.108 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.022) 0:04:31.131 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.030) 0:04:31.161 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:34:15 +0000 (0:00:00.024) 0:04:31.185 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:34:16 +0000 (0:00:00.130) 0:04:31.316 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:34:16 +0000 (0:00:00.026) 0:04:31.343 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:34:16 +0000 (0:00:00.031) 0:04:31.374 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:34:16 +0000 (0:00:00.771) 0:04:32.145 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:34:17 +0000 (0:00:00.252) 0:04:32.397 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:228 Wednesday 10 July 2024 04:34:17 +0000 (0:00:00.268) 0:04:32.666 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 10 July 2024 04:34:17 +0000 (0:00:00.045) 0:04:32.712 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 10 July 2024 04:34:17 +0000 (0:00:00.038) 0:04:32.750 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 10 July 2024 04:34:17 +0000 (0:00:00.025) 0:04:32.776 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 10 July 2024 04:34:17 +0000 (0:00:00.021) 0:04:32.797 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Wednesday 10 July 2024 04:34:17 +0000 (0:00:00.021) 0:04:32.819 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 10 July 2024 04:34:17 +0000 (0:00:00.049) 0:04:32.868 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 10 July 2024 04:34:18 +0000 (0:00:01.161) 0:04:34.030 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 10 July 2024 04:34:18 +0000 (0:00:00.027) 0:04:34.058 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Wednesday 10 July 2024 04:34:18 +0000 (0:00:00.029) 0:04:34.087 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033922", "end": "2024-07-10 04:34:19.180270", "rc": 0, "start": "2024-07-10 04:34:19.146348" } STDOUT: podman version 5.1.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 10 July 2024 04:34:19 +0000 (0:00:00.374) 0:04:34.462 ******** ok: [sut] => { "ansible_facts": { "podman_version": "5.1.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Wednesday 10 July 2024 04:34:19 +0000 (0:00:00.051) 0:04:34.514 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Wednesday 10 July 2024 04:34:19 +0000 (0:00:00.025) 0:04:34.539 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Wednesday 10 July 2024 04:34:19 +0000 (0:00:00.038) 0:04:34.578 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 10 July 2024 04:34:19 +0000 (0:00:00.026) 0:04:34.604 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:19 +0000 (0:00:00.053) 0:04:34.658 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:19 +0000 (0:00:00.259) 0:04:34.917 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:19 +0000 (0:00:00.039) 0:04:34.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:19 +0000 (0:00:00.039) 0:04:34.996 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:20 +0000 (0:00:00.287) 0:04:35.283 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:20 +0000 (0:00:00.029) 0:04:35.313 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:20 +0000 (0:00:00.289) 0:04:35.603 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004228", "end": "2024-07-10 04:34:20.622414", "rc": 0, "start": "2024-07-10 04:34:20.618186" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:20 +0000 (0:00:00.266) 0:04:35.869 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006154", "end": "2024-07-10 04:34:20.890286", "rc": 0, "start": "2024-07-10 04:34:20.884132" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.366) 0:04:36.236 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.032) 0:04:36.268 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.019) 0:04:36.288 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.019) 0:04:36.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.019) 0:04:36.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.019) 0:04:36.347 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.018) 0:04:36.366 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.027) 0:04:36.394 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.041) 0:04:36.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.021) 0:04:36.457 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.020) 0:04:36.478 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.041) 0:04:36.519 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.021) 0:04:36.540 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.021) 0:04:36.561 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.041) 0:04:36.603 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.150) 0:04:36.754 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.025) 0:04:36.779 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.043) 0:04:36.823 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.025) 0:04:36.849 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.022) 0:04:36.871 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.020) 0:04:36.892 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.022) 0:04:36.914 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.024) 0:04:36.939 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.022) 0:04:36.961 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.025) 0:04:36.986 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.052) 0:04:37.039 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.027) 0:04:37.066 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.026) 0:04:37.093 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.024) 0:04:37.117 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:21 +0000 (0:00:00.039) 0:04:37.156 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:22 +0000 (0:00:00.146) 0:04:37.302 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:22 +0000 (0:00:00.031) 0:04:37.333 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:22 +0000 (0:00:00.036) 0:04:37.370 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:22 +0000 (0:00:00.307) 0:04:37.677 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:22 +0000 (0:00:00.039) 0:04:37.716 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:22 +0000 (0:00:00.260) 0:04:37.977 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003920", "end": "2024-07-10 04:34:23.051701", "rc": 0, "start": "2024-07-10 04:34:23.047781" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.329) 0:04:38.306 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005820", "end": "2024-07-10 04:34:23.318725", "rc": 0, "start": "2024-07-10 04:34:23.312905" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.255) 0:04:38.561 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.034) 0:04:38.596 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.021) 0:04:38.618 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.026) 0:04:38.645 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.024) 0:04:38.669 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.024) 0:04:38.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.024) 0:04:38.718 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.032) 0:04:38.750 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.030) 0:04:38.781 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.034) 0:04:38.815 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.022) 0:04:38.838 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.028) 0:04:38.867 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.148) 0:04:39.016 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.031) 0:04:39.047 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.028) 0:04:39.076 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:34:23 +0000 (0:00:00.082) 0:04:39.158 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:34:24 +0000 (0:00:00.054) 0:04:39.213 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:24 +0000 (0:00:00.060) 0:04:39.273 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:24 +0000 (0:00:00.034) 0:04:39.308 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:24 +0000 (0:00:00.044) 0:04:39.353 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:24 +0000 (0:00:00.065) 0:04:39.418 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:24 +0000 (0:00:00.381) 0:04:39.799 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:24 +0000 (0:00:00.068) 0:04:39.868 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:24 +0000 (0:00:00.288) 0:04:40.156 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004752", "end": "2024-07-10 04:34:25.166079", "rc": 0, "start": "2024-07-10 04:34:25.161327" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.266) 0:04:40.422 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.008153", "end": "2024-07-10 04:34:25.440329", "rc": 0, "start": "2024-07-10 04:34:25.432176" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.265) 0:04:40.687 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.050) 0:04:40.738 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.031) 0:04:40.770 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.146) 0:04:40.917 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.021) 0:04:40.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.020) 0:04:40.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 : Set credential variables] ************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.019) 0:04:40.978 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.033) 0:04:41.012 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.026) 0:04:41.039 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.025) 0:04:41.064 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.030) 0:04:41.095 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.026) 0:04:41.122 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.026) 0:04:41.148 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Wednesday 10 July 2024 04:34:25 +0000 (0:00:00.030) 0:04:41.179 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.027) 0:04:41.207 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.058) 0:04:41.266 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.030) 0:04:41.296 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.029) 0:04:41.326 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.023) 0:04:41.350 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.176) 0:04:41.526 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.032) 0:04:41.559 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.046) 0:04:41.606 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.043) 0:04:41.649 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.311) 0:04:41.961 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:26 +0000 (0:00:00.052) 0:04:42.014 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.357) 0:04:42.371 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005650", "end": "2024-07-10 04:34:27.392962", "rc": 0, "start": "2024-07-10 04:34:27.387312" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.273) 0:04:42.644 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005566", "end": "2024-07-10 04:34:27.647936", "rc": 0, "start": "2024-07-10 04:34:27.642370" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.254) 0:04:42.899 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.035) 0:04:42.935 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.022) 0:04:42.957 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.022) 0:04:42.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.021) 0:04:43.001 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.022) 0:04:43.024 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.022) 0:04:43.046 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.021) 0:04:43.068 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.039) 0:04:43.108 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.027) 0:04:43.136 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Wednesday 10 July 2024 04:34:27 +0000 (0:00:00.024) 0:04:43.160 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Wednesday 10 July 2024 04:34:28 +0000 (0:00:00.143) 0:04:43.304 ******** 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.008267", "end": "2024-07-10 04:34:28.308344", "rc": 0, "start": "2024-07-10 04:34:28.300077" } 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Wednesday 10 July 2024 04:34:28 +0000 (0:00:00.247) 0:04:43.551 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 10 July 2024 04:34:28 +0000 (0:00:00.045) 0:04:43.596 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720586023.8194385, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1720586027.6464584, "dev": 63, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1720586027.6464584, "nlink": 7, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 10 July 2024 04:34:28 +0000 (0:00:00.290) 0:04:43.886 ******** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-07-10 04:33:49 UTC", "ActiveEnterTimestampMonotonic": "724286990", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount run-user-2001.mount network-online.target basic.target \"app-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-10 04:33:49 UTC", "AssertTimestampMonotonic": "723693811", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "19637390000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-07-10 04:33:49 UTC", "ConditionTimestampMonotonic": "723693807", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-2001.slice/user@2001.service/app.slice/app-podman\\x2dkube.slice/podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlGroupId": "51464", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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": "16397", "ExecMainStartTimestamp": "Wed 2024-07-10 04:33:49 UTC", "ExecMainStartTimestampMonotonic": "724286883", "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=[Wed 2024-07-10 04:33:49 UTC] ; stop_time=[n/a] ; pid=16387 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ 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 ; flags= ; start_time=[Wed 2024-07-10 04:33:49 UTC] ; stop_time=[n/a] ; pid=16387 ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "Wed 2024-07-10 04:33:49 UTC", "InactiveExitTimestampMonotonic": "723700524", "InvocationID": "1590ff313a0c4b39a69c36b1a4ab2125", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "16397", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3840737280", "MemoryCurrent": "35061760", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "47771648", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "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", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target \"app-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Wed 2024-07-10 04:33:49 UTC", "StateChangeTimestampMonotonic": "724286990", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "14", "TasksMax": "4425", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 10 July 2024 04:34:29 +0000 (0:00:01.236) 0:04:45.123 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720586027.0544553, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720586026.6594532, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 266546, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720586026.437452, "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": "1653009706", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Wednesday 10 July 2024 04:34:30 +0000 (0:00:00.238) 0:04:45.362 ******** changed: [sut] => { "actions": [ "/usr/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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Wednesday 10 July 2024 04:34:30 +0000 (0:00:00.369) 0:04:45.731 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Wednesday 10 July 2024 04:34:30 +0000 (0:00:00.230) 0:04:45.961 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.050905", "end": "2024-07-10 04:34:31.019426", "rc": 0, "start": "2024-07-10 04:34:30.968521" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.302) 0:04:46.264 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.036) 0:04:46.300 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.029) 0:04:46.329 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.023) 0:04:46.353 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.026) 0:04:46.380 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.020) 0:04:46.400 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.059) 0:04:46.460 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.180) 0:04:46.640 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.028) 0:04:46.669 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.030) 0:04:46.699 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.037) 0:04:46.737 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.050) 0:04:46.788 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.035) 0:04:46.823 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.026) 0:04:46.849 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.032) 0:04:46.882 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.228) 0:04:47.110 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:31 +0000 (0:00:00.030) 0:04:47.141 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.224) 0:04:47.366 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004288", "end": "2024-07-10 04:34:32.349628", "rc": 0, "start": "2024-07-10 04:34:32.345340" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.232) 0:04:47.598 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005725", "end": "2024-07-10 04:34:32.586158", "rc": 0, "start": "2024-07-10 04:34:32.580433" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.228) 0:04:47.827 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.033) 0:04:47.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.024) 0:04:47.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.020) 0:04:47.906 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.020) 0:04:47.926 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.019) 0:04:47.946 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.106) 0:04:48.052 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.039) 0:04:48.092 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.023) 0:04:48.115 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.020) 0:04:48.135 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Wednesday 10 July 2024 04:34:32 +0000 (0:00:00.044) 0:04:48.180 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Wednesday 10 July 2024 04:34:33 +0000 (0:00:00.028) 0:04:48.209 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 July 2024 04:34:33 +0000 (0:00:00.046) 0:04:48.255 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720586023.8194385, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1720586027.6464584, "dev": 63, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1720586027.6464584, "nlink": 7, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 July 2024 04:34:33 +0000 (0:00:00.234) 0:04:48.490 ******** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "app.slice -.mount basic.target run-user-2001.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuset io memory pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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 }", "ExecStartEx": "{ 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 ; flags= ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; flags= ; 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 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/run/user/2001/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14750", "LimitNPROCSoft": "14750", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14750", "LimitSIGPENDINGSoft": "14750", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3877904384", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target app.slice", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app.slice", "SourcePath": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4425", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 July 2024 04:34:33 +0000 (0:00:00.537) 0:04:49.027 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 July 2024 04:34:34 +0000 (0:00:00.231) 0:04:49.259 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 10 July 2024 04:34:34 +0000 (0:00:00.036) 0:04:49.295 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 10 July 2024 04:34:34 +0000 (0:00:00.025) 0:04:49.320 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 10 July 2024 04:34:34 +0000 (0:00:00.024) 0:04:49.345 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 July 2024 04:34:34 +0000 (0:00:00.027) 0:04:49.372 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 July 2024 04:34:34 +0000 (0:00:00.511) 0:04:49.883 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.080968", "end": "2024-07-10 04:34:34.964957", "rc": 0, "start": "2024-07-10 04:34:34.883989" } STDOUT: 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f 16e7201d41ca07c5211d963745c739f8ae1ec2e90f4086d68b8893fec84ca168 TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.322) 0:04:50.205 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.109) 0:04:50.314 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.023) 0:04:50.338 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.023) 0:04:50.361 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.023) 0:04:50.384 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.022) 0:04:50.407 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.023) 0:04:50.430 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.022) 0:04:50.453 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.023) 0:04:50.476 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.020) 0:04:50.497 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.059) 0:04:50.556 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.025) 0:04:50.582 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.026) 0:04:50.609 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720586023.8194385, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1720586027.6464584, "dev": 63, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1720586027.6464584, "nlink": 7, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Wednesday 10 July 2024 04:34:35 +0000 (0:00:00.228) 0:04:50.837 ******** ok: [sut] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Wednesday 10 July 2024 04:34:36 +0000 (0:00:00.467) 0:04:51.304 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.049616", "end": "2024-07-10 04:34:36.354560", "rc": 0, "start": "2024-07-10 04:34:36.304944" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Wednesday 10 July 2024 04:34:36 +0000 (0:00:00.293) 0:04:51.597 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.050666", "end": "2024-07-10 04:34:36.647225", "rc": 0, "start": "2024-07-10 04:34:36.596559" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Wednesday 10 July 2024 04:34:36 +0000 (0:00:00.292) 0:04:51.890 ******** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.007214", "end": "2024-07-10 04:34:36.884133", "rc": 0, "start": "2024-07-10 04:34:36.876919" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Wednesday 10 July 2024 04:34:36 +0000 (0:00:00.251) 0:04:52.141 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Wednesday 10 July 2024 04:34:37 +0000 (0:00:00.217) 0:04:52.359 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Wednesday 10 July 2024 04:34:37 +0000 (0:00:00.026) 0:04:52.385 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:37 +0000 (0:00:00.040) 0:04:52.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:37 +0000 (0:00:00.038) 0:04:52.464 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:37 +0000 (0:00:00.031) 0:04:52.495 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:37 +0000 (0:00:00.035) 0:04:52.530 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:37 +0000 (0:00:00.231) 0:04:52.762 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:37 +0000 (0:00:00.029) 0:04:52.791 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:37 +0000 (0:00:00.225) 0:04:53.017 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004103", "end": "2024-07-10 04:34:38.006048", "rc": 0, "start": "2024-07-10 04:34:38.001945" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.227) 0:04:53.244 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005608", "end": "2024-07-10 04:34:38.231260", "rc": 0, "start": "2024-07-10 04:34:38.225652" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.226) 0:04:53.471 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.035) 0:04:53.507 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.022) 0:04:53.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.022) 0:04:53.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.021) 0:04:53.573 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.022) 0:04:53.596 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.109) 0:04:53.705 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.033) 0:04:53.739 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.023) 0:04:53.763 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.023) 0:04:53.786 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.030) 0:04:53.817 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Wednesday 10 July 2024 04:34:38 +0000 (0:00:00.230) 0:04:54.047 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.224) 0:04:54.271 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.023) 0:04:54.295 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.065) 0:04:54.360 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.021) 0:04:54.382 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.023) 0:04:54.405 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.023) 0:04:54.428 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.039) 0:04:54.468 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.025) 0:04:54.494 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.026) 0:04:54.521 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.033) 0:04:54.555 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.339) 0:04:54.895 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.031) 0:04:54.926 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1720585902.4307933, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909", "ctime": 1720585842.7024632, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1716422400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "4081142314", "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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 10 July 2024 04:34:39 +0000 (0:00:00.226) 0:04:55.153 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003999", "end": "2024-07-10 04:34:40.139601", "rc": 0, "start": "2024-07-10 04:34:40.135602" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.226) 0:04:55.380 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005659", "end": "2024-07-10 04:34:40.369913", "rc": 0, "start": "2024-07-10 04:34:40.364254" } STDOUT: 0: auth_test_user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.229) 0:04:55.609 ******** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.036) 0:04:55.646 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.022) 0:04:55.668 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.024) 0:04:55.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.023) 0:04:55.717 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.024) 0:04:55.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 : Set per-cert spec variables part 2] *** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.025) 0:04:55.767 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.030) 0:04:55.797 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.025) 0:04:55.822 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.030) 0:04:55.853 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.022) 0:04:55.876 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Wednesday 10 July 2024 04:34:40 +0000 (0:00:00.027) 0:04:55.904 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Wednesday 10 July 2024 04:34:41 +0000 (0:00:00.656) 0:04:56.561 ******** 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-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Wednesday 10 July 2024 04:34:41 +0000 (0:00:00.234) 0:04:56.795 ******** 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-cleanupk6fcefhn/tests/tests_auth_and_security.yml:249 Wednesday 10 July 2024 04:34:41 +0000 (0:00:00.357) 0:04:57.152 ******** changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_auth_and_security.yml:254 Wednesday 10 July 2024 04:34:42 +0000 (0:00:00.379) 0:04:57.532 ******** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_auth_and_security.yml:272 Wednesday 10 July 2024 04:34:42 +0000 (0:00:00.241) 0:04:57.773 ******** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_2qejir5__podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_auth_and_security.yml:280 Wednesday 10 July 2024 04:34:42 +0000 (0:00:00.163) 0:04:57.936 ******** included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/cleanup_registry.yml:3 Wednesday 10 July 2024 04:34:42 +0000 (0:00:00.035) 0:04:57.972 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.385715", "end": "2024-07-10 04:34:43.337926", "rc": 0, "start": "2024-07-10 04:34:42.952211" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/cleanup_registry.yml:7 Wednesday 10 July 2024 04:34:43 +0000 (0:00:00.610) 0:04:58.582 ******** changed: [sut] => (item=/tmp/lsr_ikvts91e_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_ikvts91e_podman", "path": "/tmp/lsr_ikvts91e_podman", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=788 changed=71 unreachable=0 failed=0 skipped=897 rescued=2 ignored=0 Wednesday 10 July 2024 04:34:43 +0000 (0:00:00.280) 0:04:58.863 ******** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed - 112.59s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 8.36s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:52 - fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.56s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.67s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Start registry ---------------------------------------------------------- 2.93s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:89 - Gathering Facts --------------------------------------------------------- 2.38s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_auth_and_security.yml:9 fedora.linux_system_roles.podman : Start service ------------------------ 2.24s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Push test images into local registry ------------------------------------ 1.61s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tasks/setup_registry.yml:114 fedora.linux_system_roles.podman : Ensure container images are present --- 1.54s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 fedora.linux_system_roles.podman : Stop and disable service ------------- 1.45s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.29s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.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.24s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.16s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.11s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.06s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Start service ------------------------ 1.02s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.96s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.95s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.91s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.88s /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 ---^---^---^---^---^--- # 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) ---^---^---^---^---^---