# 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-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:4 Thursday 06 June 2024 22:06:17 +0000 (0:00:00.012) 0:00:00.012 ********* 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-remove-network-fix_u2re5vv/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Test various aspects of authentication and security settings] ************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:9 Thursday 06 June 2024 22:06:17 +0000 (0:00:00.015) 0:00:00.028 ********* ok: [sut] TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:46 Thursday 06 June 2024 22:06:19 +0000 (0:00:01.939) 0:00:01.967 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:06:19 +0000 (0:00:00.028) 0:00:01.995 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:06:19 +0000 (0:00:00.016) 0:00:02.011 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:06:19 +0000 (0:00:00.019) 0:00:02.031 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:06:19 +0000 (0:00:00.254) 0:00:02.285 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:06:19 +0000 (0:00:00.016) 0:00:02.301 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:06:20 +0000 (0:00:00.023) 0:00:02.325 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:06:20 +0000 (0:00:00.796) 0:00:03.122 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:06:20 +0000 (0:00:00.026) 0:00:03.149 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: passt-0^20231204.gb86afe3-1.el9.x86_64", "Installed: passt-selinux-0^20231204.gb86afe3-1.el9.noarch", "Installed: containers-common-2:1-61.el9.x86_64", "Installed: fuse-overlayfs-1.13-1.el9.x86_64", "Installed: fuse3-3.10.2-8.el9.x86_64", "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: slirp4netns-1.3.0-1.el9.x86_64", "Installed: fuse3-libs-3.10.2-8.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: fuse-common-3.10.2-8.el9.x86_64", "Installed: netavark-2:1.10.3-1.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64", "Installed: podman-2:5.0.2-1.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: libnet-1.2-7.el9.x86_64", "Installed: crun-1.15-1.el9.x86_64", "Installed: conmon-3:2.1.11-1.el9.x86_64", "Installed: container-selinux-3:2.231.0-1.el9.noarch" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:07:29 +0000 (0:01:08.598) 0:01:11.747 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.037532", "end": "2024-06-06 22:07:29.735004", "rc": 0, "start": "2024-06-06 22:07:29.697472" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:07:29 +0000 (0:00:00.323) 0:01:12.071 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:07:29 +0000 (0:00:00.019) 0:01:12.090 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:07:29 +0000 (0:00:00.018) 0:01:12.108 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:07:29 +0000 (0:00:00.024) 0:01:12.132 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:07:29 +0000 (0:00:00.025) 0:01:12.158 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:07:29 +0000 (0:00:00.035) 0:01:12.194 ********* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.285) 0:01:12.479 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.020) 0:01:12.499 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.046) 0:01:12.546 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.204) 0:01:12.750 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.024) 0:01:12.775 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.203) 0:01:12.978 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.017) 0:01:12.995 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.016) 0:01:13.012 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.017) 0:01:13.029 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.015) 0:01:13.045 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.016) 0:01:13.061 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.016) 0:01:13.077 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.016) 0:01:13.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 config file paths] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.016) 0:01:13.110 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.035) 0:01:13.145 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.033) 0:01:13.178 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.017) 0:01:13.196 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.017) 0:01:13.213 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.033) 0:01:13.247 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.018) 0:01:13.265 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:07:30 +0000 (0:00:00.019) 0:01:13.284 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.056) 0:01:13.341 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.018) 0:01:13.359 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.017) 0:01:13.377 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.035) 0:01:13.413 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.017) 0:01:13.431 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.017) 0:01:13.448 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.017) 0:01:13.466 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.017) 0:01:13.484 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.017) 0:01:13.501 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.017) 0:01:13.518 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.018) 0:01:13.537 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.014) 0:01:13.551 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.015) 0:01:13.567 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.014) 0:01:13.581 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.015) 0:01:13.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 [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.015) 0:01:13.612 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.015) 0:01:13.627 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.014) 0:01:13.642 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:50 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.023) 0:01:13.665 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:5 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.053) 0:01:13.718 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_8pg8c1z0_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:12 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.251) 0:01:13.970 ********* ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_8pg8c1z0_podman/auth", "__podman_test_authfile": "/tmp/lsr_8pg8c1z0_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:17 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.018) 0:01:13.988 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_8pg8c1z0_podman/auth", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Generate certificates for registry] ************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:23 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.270) 0:01:14.259 ********* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Thursday 06 June 2024 22:07:31 +0000 (0:00:00.039) 0:01:14.298 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Thursday 06 June 2024 22:07:32 +0000 (0:00:00.028) 0:01:14.326 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Thursday 06 June 2024 22:07:32 +0000 (0:00:00.022) 0:01:14.349 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Thursday 06 June 2024 22:07:32 +0000 (0:00:00.197) 0:01:14.546 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Thursday 06 June 2024 22:07:32 +0000 (0:00:00.023) 0:01:14.570 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Thursday 06 June 2024 22:07:32 +0000 (0:00:00.042) 0:01:14.612 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-ply-3.11-14.el9.noarch", "Installed: python3-pycparser-2.20-6.el9.noarch", "Installed: python3-cryptography-36.0.1-4.el9.x86_64", "Installed: python3-pyasn1-0.4.8-6.el9.noarch", "Installed: python3-cffi-1.14.5-5.el9.x86_64" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Thursday 06 June 2024 22:07:34 +0000 (0:00:02.655) 0:01:17.268 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.17-2.el9.x86_64", "Installed: python3-packaging-20.9-5.el9.noarch", "Installed: python3-pyparsing-2.4.7-9.el9.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Thursday 06 June 2024 22:07:38 +0000 (0:00:03.256) 0:01:20.524 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Thursday 06 June 2024 22:07:38 +0000 (0:00:00.226) 0:01:20.751 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Thursday 06 June 2024 22:07:38 +0000 (0:00:00.217) 0:01:20.969 ********* 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": "syslog.target systemd-journald.socket sysinit.target system.slice basic.target dbus.socket dbus-broker.service network.target", "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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Thursday 06 June 2024 22:07:39 +0000 (0:00:00.790) 0:01:21.759 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Thursday 06 June 2024 22:07:40 +0000 (0:00:00.707) 0:01:22.466 ********* ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRUUdpZ21iN2hUQUtid0UyekpuR1UzREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTkRBMgpPR0V3T1RrdFltVmxNVFJqTURJdE9XSmpNRFJrWWpNdE1qWTNNVGswWkdJd0hoY05NalF3TmpBMk1qSXdOelF3CldoY05NalV3TmpBMk1qSXdOek01V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRFMrYjhMZzF6cXFrVUFUaElDSDVQRjRIaTFXMDFicmljcApIWFdidUhHZXZobUJrK2pwbk1MVTd0RmcvMXN3eEE1VmVWdGdHSk5lNGZuR0FDQW43cnRpb1lVL2lFQjRZUnd5CkE2Wm1jY1NNbDNwWVdGNmllWklCTy92aVRPVnZBWHNTS3pLSk4wT1d4ckZseTk0VytRQ2I2MEJmQ0d4YjM2STgKV2hiRjFaSFpuOVpiK1dJZjQ0NEJNL2luSzNETFVtbi9iazhIdkV5QzZhN0Q1TEJhaS9rUERoMlJFNlV4MGZ0Mwo1MHRjR2hoY2lWUmM0NGVyQ3BzTGtVdVZSNWdLQVFOTWkzWFFJL1NzRGpCVmVGdUQxd25aV1hsUEFud0JjbDVNCkFFRTc2WHRRR2VhRGZpekgvd3UwWXg2WXcvSWZJZ1c0UDV6ejcwNm5TeTRYRHZrazR0bGhBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJUV0ZNeHJNTnNFK253ZmxPNlZlRXRRQTgra3NqQWZCZ05WSFNNRUdEQVdnQlRRZStlNjdkZWoKL0FPaTJzemxpb0V3Z0RGZ0hUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFRWTF0OEtXSzJxNUZ6SnpYelFrVwpGdUxyVzhxR2ZzY3VmQXhqRE9rU091bm1Ja2lzMUE2RTJxZmJYQkFWWm14c1ZrdEx5MjFqVUJPYmtpZ3dvQXJiCncwWjZ5SGRpbjByTWxtd2oyMUFQOTZ5TlYrTkxyTGY1R2lKeTYzSVZNb3l4bGVrUFliR0VPRWorZlJ5Q3RkZGYKK3ZHdUxEenBiN1J0bTVDQnVjYitaWFlyRElGdS8xTG5ZS2F5SGJVWWpTMGdlQTFBNUpnMFA2bGRHRzR0T3NVTwpFYkord2tjRHBJazEwMXVGVm1aZ1BIazllc0YyTGxqMElGSzFzdFdKeEYxWlYvRTJSTnR3VzZJVzNkRURFeHBnCjhQbldzeDdBa1pUaXdmZ3dSMlZYaGlhVWlvQ0V0UHoxMnZWQkgrTE92SjZjQ0hlV1lzbmMwUlcxRHdrQ3VHaUEKcnc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRRFMrYjhMZzF6cXFrVUEKVGhJQ0g1UEY0SGkxVzAxYnJpY3BIWFdidUhHZXZobUJrK2pwbk1MVTd0RmcvMXN3eEE1VmVWdGdHSk5lNGZuRwpBQ0FuN3J0aW9ZVS9pRUI0WVJ3eUE2Wm1jY1NNbDNwWVdGNmllWklCTy92aVRPVnZBWHNTS3pLSk4wT1d4ckZsCnk5NFcrUUNiNjBCZkNHeGIzNkk4V2hiRjFaSFpuOVpiK1dJZjQ0NEJNL2luSzNETFVtbi9iazhIdkV5QzZhN0QKNUxCYWkva1BEaDJSRTZVeDBmdDM1MHRjR2hoY2lWUmM0NGVyQ3BzTGtVdVZSNWdLQVFOTWkzWFFJL1NzRGpCVgplRnVEMXduWldYbFBBbndCY2w1TUFFRTc2WHRRR2VhRGZpekgvd3UwWXg2WXcvSWZJZ1c0UDV6ejcwNm5TeTRYCkR2a2s0dGxoQWdNQkFBRUNnZ0VBTjh4UHg4YTlhMThQRXM2VEdyYXBTWnRkc1hGdFcwTUxIbWVwTkQ4cTViWVgKWHRyMHJkeUU5dllXc0ZXNUU0TzIyc3BXN1dweWg1U3lqN2gyeUxqdUhGN2xzL0RnUkRaQzA4TjlYZmpXNSt3awpNbnRreEFudElLQnh0TjlyaXRsVWFIQytVK1ltM1JpOTBGT0Q4SVY0c01RZWFVUDhES3h2NXhCWWw0Z3RvK1dVClIxaUxFT1l3QkxkWWtRNWl6ZDJJWFppZVg0T2RzbTM0cmNzNXFFcVA4bGNMamlQL3NobXdqYUE3OHVKckpNenYKK2pvZTE4RmNWMEdseG9WWDBzKzZMcVZBWVlEc1cvdnBRdlhpcEhYUGlLQ3ducHVBd05Hamd1UTFjWHAzTFArOApocFVCSFZWQitKdTlXbTg3QnRCU1NLRG04WWovbEErZEhFVXU4aVFlSlFLQmdRRHFxbHhGTXJWSjIzSzVTdlFxCjFieHh4RmFCdFBZL3RGbmh5THcrZ2dXNVJQN1BzRkdXcmJCeXVnTUhwVmYvTEpYSXUyYW5FOXRYOHJCdjlNaG4KdDUwa2JyQnEyTzY4bEt5NnBncTNEbnRMSG12VHVYbHRyWVM0QlRobDE1bk55cmFSMFQ2WDhzZWk5U3NMYVduZQpoMHBGM0RUcXpQcmhWNms1RWlZUlZlQlpld0tCZ1FEbUtBWUhrREFvYlRDTDRBalhDVnR6RFYzbUM2aVlzL3RECkdLczhvMnk5SEMyc0FGZURDQWdtaFJPVDJmNHFZL3V2eklaVUtmSS9jS09VSjU4U01KTVd1L1FFaDU2bFc0bTcKaUQ0YTd6TS9RMGIwVks0OWd2NHpoamhLMk9Oc0lTblRTNzEzYURKNHZvcytIZ3hTc0JiVUg4SGI1aTB6QjVsUQpmUTR5QVlGNzB3S0JnUUNSc21oTGhtcE1pdlcxMmJXemlyVFBwZWxYNnZVaEpHYlI2b0lHQlZCc2NVd0x3eHRGCkJGNFRQUzU0WnM0MTNvYTQ5TEdOZHFTdS9EMVRwWlZ2Mys2dkdoSnFwSG5GbUVHT09WMVp2cUlLUjc4RzI1ZHEKNDFzTnJpQVFDMGF4SVBVdG44N1BKS3VTbjhtejhpVUxSdEIwZzM1UGNpa3FFL1U3Tyt0cXcvamhWUUtCZ0J1bQovMkoxUG5QOCtuSXp6cHdYY2JkWENjc1Q1NFBCVEJUNXA4azNVVjgvUFhXRzdQeS9RRXR3ZmJPcjQwK3doNUxOCm5lNEt4Q0kvSkVndW9ud0svZ0VqUCtRemJ5b3EzMWQ2dlF0N1pjcmFDSEplb2ppZHZuRHVWV0VZd2VwQjZjYUwKT1E1WnBJYkJUZlYrb3Joa2s3bVV2elB1YWN2UncrZlp2cFRmZlhFbEFvR0FBTldFUFBaazFKb0h6K0NWQ0JidwpWVGxFdG9icDZ5Qk9BWEltVzdGZDg4and0WisrMUFZbll5Ui9Xa0RnMWJCWE5iaGVyWlY3d1NrMU1Cc1lMM3NtCnpEK0hvVForVkxKNFptOFhJeXBMR1B6ejJNRnZ5THJXVFJHbVBqSnZVc0ZBUnh1ekRUdEhTZlRUOW5wcXRmb2YKSUhxQ0l6SHpFSE1QVHk2L3hkbTdHYzA9Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRUUdpZ21iN2hUQUtid0UyekpuR1UzREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTkRBMgpPR0V3T1RrdFltVmxNVFJqTURJdE9XSmpNRFJrWWpNdE1qWTNNVGswWkdJd0hoY05NalF3TmpBMk1qSXdOelF3CldoY05NalV3TmpBMk1qSXdOek01V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRFMrYjhMZzF6cXFrVUFUaElDSDVQRjRIaTFXMDFicmljcApIWFdidUhHZXZobUJrK2pwbk1MVTd0RmcvMXN3eEE1VmVWdGdHSk5lNGZuR0FDQW43cnRpb1lVL2lFQjRZUnd5CkE2Wm1jY1NNbDNwWVdGNmllWklCTy92aVRPVnZBWHNTS3pLSk4wT1d4ckZseTk0VytRQ2I2MEJmQ0d4YjM2STgKV2hiRjFaSFpuOVpiK1dJZjQ0NEJNL2luSzNETFVtbi9iazhIdkV5QzZhN0Q1TEJhaS9rUERoMlJFNlV4MGZ0Mwo1MHRjR2hoY2lWUmM0NGVyQ3BzTGtVdVZSNWdLQVFOTWkzWFFJL1NzRGpCVmVGdUQxd25aV1hsUEFud0JjbDVNCkFFRTc2WHRRR2VhRGZpekgvd3UwWXg2WXcvSWZJZ1c0UDV6ejcwNm5TeTRYRHZrazR0bGhBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJUV0ZNeHJNTnNFK253ZmxPNlZlRXRRQTgra3NqQWZCZ05WSFNNRUdEQVdnQlRRZStlNjdkZWoKL0FPaTJzemxpb0V3Z0RGZ0hUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFRWTF0OEtXSzJxNUZ6SnpYelFrVwpGdUxyVzhxR2ZzY3VmQXhqRE9rU091bm1Ja2lzMUE2RTJxZmJYQkFWWm14c1ZrdEx5MjFqVUJPYmtpZ3dvQXJiCncwWjZ5SGRpbjByTWxtd2oyMUFQOTZ5TlYrTkxyTGY1R2lKeTYzSVZNb3l4bGVrUFliR0VPRWorZlJ5Q3RkZGYKK3ZHdUxEenBiN1J0bTVDQnVjYitaWFlyRElGdS8xTG5ZS2F5SGJVWWpTMGdlQTFBNUpnMFA2bGRHRzR0T3NVTwpFYkord2tjRHBJazEwMXVGVm1aZ1BIazllc0YyTGxqMElGSzFzdFdKeEYxWlYvRTJSTnR3VzZJVzNkRURFeHBnCjhQbldzeDdBa1pUaXdmZ3dSMlZYaGlhVWlvQ0V0UHoxMnZWQkgrTE92SjZjQ0hlV1lzbmMwUlcxRHdrQ3VHaUEKcnc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Thursday 06 June 2024 22:07:40 +0000 (0:00:00.647) 0:01:23.114 ********* ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQQGigmb7hTAKbwE2zJnGU3DANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNDA2\nOGEwOTktYmVlMTRjMDItOWJjMDRkYjMtMjY3MTk0ZGIwHhcNMjQwNjA2MjIwNzQw\nWhcNMjUwNjA2MjIwNzM5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDS+b8Lg1zqqkUAThICH5PF4Hi1W01bricp\nHXWbuHGevhmBk+jpnMLU7tFg/1swxA5VeVtgGJNe4fnGACAn7rtioYU/iEB4YRwy\nA6ZmccSMl3pYWF6ieZIBO/viTOVvAXsSKzKJN0OWxrFly94W+QCb60BfCGxb36I8\nWhbF1ZHZn9Zb+WIf444BM/inK3DLUmn/bk8HvEyC6a7D5LBai/kPDh2RE6Ux0ft3\n50tcGhhciVRc44erCpsLkUuVR5gKAQNMi3XQI/SsDjBVeFuD1wnZWXlPAnwBcl5M\nAEE76XtQGeaDfizH/wu0Yx6Yw/IfIgW4P5zz706nSy4XDvkk4tlhAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTWFMxrMNsE+nwflO6VeEtQA8+ksjAfBgNVHSMEGDAWgBTQe+e67dej\n/AOi2szlioEwgDFgHTANBgkqhkiG9w0BAQsFAAOCAQEAQY1t8KWK2q5FzJzXzQkW\nFuLrW8qGfscufAxjDOkSOunmIkis1A6E2qfbXBAVZmxsVktLy21jUBObkigwoArb\nw0Z6yHdin0rMlmwj21AP96yNV+NLrLf5GiJy63IVMoyxlekPYbGEOEj+fRyCtddf\n+vGuLDzpb7Rtm5CBucb+ZXYrDIFu/1LnYKayHbUYjS0geA1A5Jg0P6ldGG4tOsUO\nEbJ+wkcDpIk101uFVmZgPHk9esF2Llj0IFK1stWJxF1ZV/E2RNtwW6IW3dEDExpg\n8PnWsx7AkZTiwfgwR2VXhiaUioCEtPz12vVBH+LOvJ6cCHeWYsnc0RW1DwkCuGiA\nrw==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQQGigmb7hTAKbwE2zJnGU3DANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNDA2\nOGEwOTktYmVlMTRjMDItOWJjMDRkYjMtMjY3MTk0ZGIwHhcNMjQwNjA2MjIwNzQw\nWhcNMjUwNjA2MjIwNzM5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDS+b8Lg1zqqkUAThICH5PF4Hi1W01bricp\nHXWbuHGevhmBk+jpnMLU7tFg/1swxA5VeVtgGJNe4fnGACAn7rtioYU/iEB4YRwy\nA6ZmccSMl3pYWF6ieZIBO/viTOVvAXsSKzKJN0OWxrFly94W+QCb60BfCGxb36I8\nWhbF1ZHZn9Zb+WIf444BM/inK3DLUmn/bk8HvEyC6a7D5LBai/kPDh2RE6Ux0ft3\n50tcGhhciVRc44erCpsLkUuVR5gKAQNMi3XQI/SsDjBVeFuD1wnZWXlPAnwBcl5M\nAEE76XtQGeaDfizH/wu0Yx6Yw/IfIgW4P5zz706nSy4XDvkk4tlhAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTWFMxrMNsE+nwflO6VeEtQA8+ksjAfBgNVHSMEGDAWgBTQe+e67dej\n/AOi2szlioEwgDFgHTANBgkqhkiG9w0BAQsFAAOCAQEAQY1t8KWK2q5FzJzXzQkW\nFuLrW8qGfscufAxjDOkSOunmIkis1A6E2qfbXBAVZmxsVktLy21jUBObkigwoArb\nw0Z6yHdin0rMlmwj21AP96yNV+NLrLf5GiJy63IVMoyxlekPYbGEOEj+fRyCtddf\n+vGuLDzpb7Rtm5CBucb+ZXYrDIFu/1LnYKayHbUYjS0geA1A5Jg0P6ldGG4tOsUO\nEbJ+wkcDpIk101uFVmZgPHk9esF2Llj0IFK1stWJxF1ZV/E2RNtwW6IW3dEDExpg\n8PnWsx7AkZTiwfgwR2VXhiaUioCEtPz12vVBH+LOvJ6cCHeWYsnc0RW1DwkCuGiA\nrw==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDS+b8Lg1zqqkUA\nThICH5PF4Hi1W01bricpHXWbuHGevhmBk+jpnMLU7tFg/1swxA5VeVtgGJNe4fnG\nACAn7rtioYU/iEB4YRwyA6ZmccSMl3pYWF6ieZIBO/viTOVvAXsSKzKJN0OWxrFl\ny94W+QCb60BfCGxb36I8WhbF1ZHZn9Zb+WIf444BM/inK3DLUmn/bk8HvEyC6a7D\n5LBai/kPDh2RE6Ux0ft350tcGhhciVRc44erCpsLkUuVR5gKAQNMi3XQI/SsDjBV\neFuD1wnZWXlPAnwBcl5MAEE76XtQGeaDfizH/wu0Yx6Yw/IfIgW4P5zz706nSy4X\nDvkk4tlhAgMBAAECggEAN8xPx8a9a18PEs6TGrapSZtdsXFtW0MLHmepND8q5bYX\nXtr0rdyE9vYWsFW5E4O22spW7Wpyh5Syj7h2yLjuHF7ls/DgRDZC08N9XfjW5+wk\nMntkxAntIKBxtN9ritlUaHC+U+Ym3Ri90FOD8IV4sMQeaUP8DKxv5xBYl4gto+WU\nR1iLEOYwBLdYkQ5izd2IXZieX4Odsm34rcs5qEqP8lcLjiP/shmwjaA78uJrJMzv\n+joe18FcV0GlxoVX0s+6LqVAYYDsW/vpQvXipHXPiKCwnpuAwNGjguQ1cXp3LP+8\nhpUBHVVB+Ju9Wm87BtBSSKDm8Yj/lA+dHEUu8iQeJQKBgQDqqlxFMrVJ23K5SvQq\n1bxxxFaBtPY/tFnhyLw+ggW5RP7PsFGWrbByugMHpVf/LJXIu2anE9tX8rBv9Mhn\nt50kbrBq2O68lKy6pgq3DntLHmvTuXltrYS4BThl15nNyraR0T6X8sei9SsLaWne\nh0pF3DTqzPrhV6k5EiYRVeBZewKBgQDmKAYHkDAobTCL4AjXCVtzDV3mC6iYs/tD\nGKs8o2y9HC2sAFeDCAgmhROT2f4qY/uvzIZUKfI/cKOUJ58SMJMWu/QEh56lW4m7\niD4a7zM/Q0b0VK49gv4zhjhK2ONsISnTS713aDJ4vos+HgxSsBbUH8Hb5i0zB5lQ\nfQ4yAYF70wKBgQCRsmhLhmpMivW12bWzirTPpelX6vUhJGbR6oIGBVBscUwLwxtF\nBF4TPS54Zs413oa49LGNdqSu/D1TpZVv3+6vGhJqpHnFmEGOOV1ZvqIKR78G25dq\n41sNriAQC0axIPUtn87PJKuSn8mz8iULRtB0g35PcikqE/U7O+tqw/jhVQKBgBum\n/2J1PnP8+nIzzpwXcbdXCcsT54PBTBT5p8k3UV8/PXWG7Py/QEtwfbOr40+wh5LN\nne4KxCI/JEguonwK/gEjP+Qzbyoq31d6vQt7ZcraCHJeojidvnDuVWEYwepB6caL\nOQ5ZpIbBTfV+orhkk7mUvzPuacvRw+fZvpTffXElAoGAANWEPPZk1JoHz+CVCBbw\nVTlEtobp6yBOAXImW7Fd88jwtZ++1AYnYyR/WkDg1bBXNbherZV7wSk1MBsYL3sm\nzD+HoTZ+VLJ4Zm8XIypLGPzz2MFvyLrWTRGmPjJvUsFARxuzDTtHSfTT9npqtfof\nIHqCIzHzEHMPTy6/xdm7Gc0=\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Thursday 06 June 2024 22:07:40 +0000 (0:00:00.023) 0:01:23.138 ********* ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQQGigmb7hTAKbwE2zJnGU3DANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNDA2\nOGEwOTktYmVlMTRjMDItOWJjMDRkYjMtMjY3MTk0ZGIwHhcNMjQwNjA2MjIwNzQw\nWhcNMjUwNjA2MjIwNzM5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDS+b8Lg1zqqkUAThICH5PF4Hi1W01bricp\nHXWbuHGevhmBk+jpnMLU7tFg/1swxA5VeVtgGJNe4fnGACAn7rtioYU/iEB4YRwy\nA6ZmccSMl3pYWF6ieZIBO/viTOVvAXsSKzKJN0OWxrFly94W+QCb60BfCGxb36I8\nWhbF1ZHZn9Zb+WIf444BM/inK3DLUmn/bk8HvEyC6a7D5LBai/kPDh2RE6Ux0ft3\n50tcGhhciVRc44erCpsLkUuVR5gKAQNMi3XQI/SsDjBVeFuD1wnZWXlPAnwBcl5M\nAEE76XtQGeaDfizH/wu0Yx6Yw/IfIgW4P5zz706nSy4XDvkk4tlhAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTWFMxrMNsE+nwflO6VeEtQA8+ksjAfBgNVHSMEGDAWgBTQe+e67dej\n/AOi2szlioEwgDFgHTANBgkqhkiG9w0BAQsFAAOCAQEAQY1t8KWK2q5FzJzXzQkW\nFuLrW8qGfscufAxjDOkSOunmIkis1A6E2qfbXBAVZmxsVktLy21jUBObkigwoArb\nw0Z6yHdin0rMlmwj21AP96yNV+NLrLf5GiJy63IVMoyxlekPYbGEOEj+fRyCtddf\n+vGuLDzpb7Rtm5CBucb+ZXYrDIFu/1LnYKayHbUYjS0geA1A5Jg0P6ldGG4tOsUO\nEbJ+wkcDpIk101uFVmZgPHk9esF2Llj0IFK1stWJxF1ZV/E2RNtwW6IW3dEDExpg\n8PnWsx7AkZTiwfgwR2VXhiaUioCEtPz12vVBH+LOvJ6cCHeWYsnc0RW1DwkCuGiA\nrw==\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDS+b8Lg1zqqkUA\nThICH5PF4Hi1W01bricpHXWbuHGevhmBk+jpnMLU7tFg/1swxA5VeVtgGJNe4fnG\nACAn7rtioYU/iEB4YRwyA6ZmccSMl3pYWF6ieZIBO/viTOVvAXsSKzKJN0OWxrFl\ny94W+QCb60BfCGxb36I8WhbF1ZHZn9Zb+WIf444BM/inK3DLUmn/bk8HvEyC6a7D\n5LBai/kPDh2RE6Ux0ft350tcGhhciVRc44erCpsLkUuVR5gKAQNMi3XQI/SsDjBV\neFuD1wnZWXlPAnwBcl5MAEE76XtQGeaDfizH/wu0Yx6Yw/IfIgW4P5zz706nSy4X\nDvkk4tlhAgMBAAECggEAN8xPx8a9a18PEs6TGrapSZtdsXFtW0MLHmepND8q5bYX\nXtr0rdyE9vYWsFW5E4O22spW7Wpyh5Syj7h2yLjuHF7ls/DgRDZC08N9XfjW5+wk\nMntkxAntIKBxtN9ritlUaHC+U+Ym3Ri90FOD8IV4sMQeaUP8DKxv5xBYl4gto+WU\nR1iLEOYwBLdYkQ5izd2IXZieX4Odsm34rcs5qEqP8lcLjiP/shmwjaA78uJrJMzv\n+joe18FcV0GlxoVX0s+6LqVAYYDsW/vpQvXipHXPiKCwnpuAwNGjguQ1cXp3LP+8\nhpUBHVVB+Ju9Wm87BtBSSKDm8Yj/lA+dHEUu8iQeJQKBgQDqqlxFMrVJ23K5SvQq\n1bxxxFaBtPY/tFnhyLw+ggW5RP7PsFGWrbByugMHpVf/LJXIu2anE9tX8rBv9Mhn\nt50kbrBq2O68lKy6pgq3DntLHmvTuXltrYS4BThl15nNyraR0T6X8sei9SsLaWne\nh0pF3DTqzPrhV6k5EiYRVeBZewKBgQDmKAYHkDAobTCL4AjXCVtzDV3mC6iYs/tD\nGKs8o2y9HC2sAFeDCAgmhROT2f4qY/uvzIZUKfI/cKOUJ58SMJMWu/QEh56lW4m7\niD4a7zM/Q0b0VK49gv4zhjhK2ONsISnTS713aDJ4vos+HgxSsBbUH8Hb5i0zB5lQ\nfQ4yAYF70wKBgQCRsmhLhmpMivW12bWzirTPpelX6vUhJGbR6oIGBVBscUwLwxtF\nBF4TPS54Zs413oa49LGNdqSu/D1TpZVv3+6vGhJqpHnFmEGOOV1ZvqIKR78G25dq\n41sNriAQC0axIPUtn87PJKuSn8mz8iULRtB0g35PcikqE/U7O+tqw/jhVQKBgBum\n/2J1PnP8+nIzzpwXcbdXCcsT54PBTBT5p8k3UV8/PXWG7Py/QEtwfbOr40+wh5LN\nne4KxCI/JEguonwK/gEjP+Qzbyoq31d6vQt7ZcraCHJeojidvnDuVWEYwepB6caL\nOQ5ZpIbBTfV+orhkk7mUvzPuacvRw+fZvpTffXElAoGAANWEPPZk1JoHz+CVCBbw\nVTlEtobp6yBOAXImW7Fd88jwtZ++1AYnYyR/WkDg1bBXNbherZV7wSk1MBsYL3sm\nzD+HoTZ+VLJ4Zm8XIypLGPzz2MFvyLrWTRGmPjJvUsFARxuzDTtHSfTT9npqtfof\nIHqCIzHzEHMPTy6/xdm7Gc0=\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQQGigmb7hTAKbwE2zJnGU3DANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNDA2\nOGEwOTktYmVlMTRjMDItOWJjMDRkYjMtMjY3MTk0ZGIwHhcNMjQwNjA2MjIwNzQw\nWhcNMjUwNjA2MjIwNzM5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDS+b8Lg1zqqkUAThICH5PF4Hi1W01bricp\nHXWbuHGevhmBk+jpnMLU7tFg/1swxA5VeVtgGJNe4fnGACAn7rtioYU/iEB4YRwy\nA6ZmccSMl3pYWF6ieZIBO/viTOVvAXsSKzKJN0OWxrFly94W+QCb60BfCGxb36I8\nWhbF1ZHZn9Zb+WIf444BM/inK3DLUmn/bk8HvEyC6a7D5LBai/kPDh2RE6Ux0ft3\n50tcGhhciVRc44erCpsLkUuVR5gKAQNMi3XQI/SsDjBVeFuD1wnZWXlPAnwBcl5M\nAEE76XtQGeaDfizH/wu0Yx6Yw/IfIgW4P5zz706nSy4XDvkk4tlhAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTWFMxrMNsE+nwflO6VeEtQA8+ksjAfBgNVHSMEGDAWgBTQe+e67dej\n/AOi2szlioEwgDFgHTANBgkqhkiG9w0BAQsFAAOCAQEAQY1t8KWK2q5FzJzXzQkW\nFuLrW8qGfscufAxjDOkSOunmIkis1A6E2qfbXBAVZmxsVktLy21jUBObkigwoArb\nw0Z6yHdin0rMlmwj21AP96yNV+NLrLf5GiJy63IVMoyxlekPYbGEOEj+fRyCtddf\n+vGuLDzpb7Rtm5CBucb+ZXYrDIFu/1LnYKayHbUYjS0geA1A5Jg0P6ldGG4tOsUO\nEbJ+wkcDpIk101uFVmZgPHk9esF2Llj0IFK1stWJxF1ZV/E2RNtwW6IW3dEDExpg\n8PnWsx7AkZTiwfgwR2VXhiaUioCEtPz12vVBH+LOvJ6cCHeWYsnc0RW1DwkCuGiA\nrw==\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.029475", "end": "2024-06-06 22:07:41.031646", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQQGigmb7hTAKbwE2zJnGU3DANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNDA2\nOGEwOTktYmVlMTRjMDItOWJjMDRkYjMtMjY3MTk0ZGIwHhcNMjQwNjA2MjIwNzQw\nWhcNMjUwNjA2MjIwNzM5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDS+b8Lg1zqqkUAThICH5PF4Hi1W01bricp\nHXWbuHGevhmBk+jpnMLU7tFg/1swxA5VeVtgGJNe4fnGACAn7rtioYU/iEB4YRwy\nA6ZmccSMl3pYWF6ieZIBO/viTOVvAXsSKzKJN0OWxrFly94W+QCb60BfCGxb36I8\nWhbF1ZHZn9Zb+WIf444BM/inK3DLUmn/bk8HvEyC6a7D5LBai/kPDh2RE6Ux0ft3\n50tcGhhciVRc44erCpsLkUuVR5gKAQNMi3XQI/SsDjBVeFuD1wnZWXlPAnwBcl5M\nAEE76XtQGeaDfizH/wu0Yx6Yw/IfIgW4P5zz706nSy4XDvkk4tlhAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTWFMxrMNsE+nwflO6VeEtQA8+ksjAfBgNVHSMEGDAWgBTQe+e67dej\n/AOi2szlioEwgDFgHTANBgkqhkiG9w0BAQsFAAOCAQEAQY1t8KWK2q5FzJzXzQkW\nFuLrW8qGfscufAxjDOkSOunmIkis1A6E2qfbXBAVZmxsVktLy21jUBObkigwoArb\nw0Z6yHdin0rMlmwj21AP96yNV+NLrLf5GiJy63IVMoyxlekPYbGEOEj+fRyCtddf\n+vGuLDzpb7Rtm5CBucb+ZXYrDIFu/1LnYKayHbUYjS0geA1A5Jg0P6ldGG4tOsUO\nEbJ+wkcDpIk101uFVmZgPHk9esF2Llj0IFK1stWJxF1ZV/E2RNtwW6IW3dEDExpg\n8PnWsx7AkZTiwfgwR2VXhiaUioCEtPz12vVBH+LOvJ6cCHeWYsnc0RW1DwkCuGiA\nrw==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQQGigmb7hTAKbwE2zJnGU3DANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNDA2\nOGEwOTktYmVlMTRjMDItOWJjMDRkYjMtMjY3MTk0ZGIwHhcNMjQwNjA2MjIwNzQw\nWhcNMjUwNjA2MjIwNzM5WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDS+b8Lg1zqqkUAThICH5PF4Hi1W01bricp\nHXWbuHGevhmBk+jpnMLU7tFg/1swxA5VeVtgGJNe4fnGACAn7rtioYU/iEB4YRwy\nA6ZmccSMl3pYWF6ieZIBO/viTOVvAXsSKzKJN0OWxrFly94W+QCb60BfCGxb36I8\nWhbF1ZHZn9Zb+WIf444BM/inK3DLUmn/bk8HvEyC6a7D5LBai/kPDh2RE6Ux0ft3\n50tcGhhciVRc44erCpsLkUuVR5gKAQNMi3XQI/SsDjBVeFuD1wnZWXlPAnwBcl5M\nAEE76XtQGeaDfizH/wu0Yx6Yw/IfIgW4P5zz706nSy4XDvkk4tlhAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBTWFMxrMNsE+nwflO6VeEtQA8+ksjAfBgNVHSMEGDAWgBTQe+e67dej\n/AOi2szlioEwgDFgHTANBgkqhkiG9w0BAQsFAAOCAQEAQY1t8KWK2q5FzJzXzQkW\nFuLrW8qGfscufAxjDOkSOunmIkis1A6E2qfbXBAVZmxsVktLy21jUBObkigwoArb\nw0Z6yHdin0rMlmwj21AP96yNV+NLrLf5GiJy63IVMoyxlekPYbGEOEj+fRyCtddf\n+vGuLDzpb7Rtm5CBucb+ZXYrDIFu/1LnYKayHbUYjS0geA1A5Jg0P6ldGG4tOsUO\nEbJ+wkcDpIk101uFVmZgPHk9esF2Llj0IFK1stWJxF1ZV/E2RNtwW6IW3dEDExpg\n8PnWsx7AkZTiwfgwR2VXhiaUioCEtPz12vVBH+LOvJ6cCHeWYsnc0RW1DwkCuGiA\nrw==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDS+b8Lg1zqqkUA\nThICH5PF4Hi1W01bricpHXWbuHGevhmBk+jpnMLU7tFg/1swxA5VeVtgGJNe4fnG\nACAn7rtioYU/iEB4YRwyA6ZmccSMl3pYWF6ieZIBO/viTOVvAXsSKzKJN0OWxrFl\ny94W+QCb60BfCGxb36I8WhbF1ZHZn9Zb+WIf444BM/inK3DLUmn/bk8HvEyC6a7D\n5LBai/kPDh2RE6Ux0ft350tcGhhciVRc44erCpsLkUuVR5gKAQNMi3XQI/SsDjBV\neFuD1wnZWXlPAnwBcl5MAEE76XtQGeaDfizH/wu0Yx6Yw/IfIgW4P5zz706nSy4X\nDvkk4tlhAgMBAAECggEAN8xPx8a9a18PEs6TGrapSZtdsXFtW0MLHmepND8q5bYX\nXtr0rdyE9vYWsFW5E4O22spW7Wpyh5Syj7h2yLjuHF7ls/DgRDZC08N9XfjW5+wk\nMntkxAntIKBxtN9ritlUaHC+U+Ym3Ri90FOD8IV4sMQeaUP8DKxv5xBYl4gto+WU\nR1iLEOYwBLdYkQ5izd2IXZieX4Odsm34rcs5qEqP8lcLjiP/shmwjaA78uJrJMzv\n+joe18FcV0GlxoVX0s+6LqVAYYDsW/vpQvXipHXPiKCwnpuAwNGjguQ1cXp3LP+8\nhpUBHVVB+Ju9Wm87BtBSSKDm8Yj/lA+dHEUu8iQeJQKBgQDqqlxFMrVJ23K5SvQq\n1bxxxFaBtPY/tFnhyLw+ggW5RP7PsFGWrbByugMHpVf/LJXIu2anE9tX8rBv9Mhn\nt50kbrBq2O68lKy6pgq3DntLHmvTuXltrYS4BThl15nNyraR0T6X8sei9SsLaWne\nh0pF3DTqzPrhV6k5EiYRVeBZewKBgQDmKAYHkDAobTCL4AjXCVtzDV3mC6iYs/tD\nGKs8o2y9HC2sAFeDCAgmhROT2f4qY/uvzIZUKfI/cKOUJ58SMJMWu/QEh56lW4m7\niD4a7zM/Q0b0VK49gv4zhjhK2ONsISnTS713aDJ4vos+HgxSsBbUH8Hb5i0zB5lQ\nfQ4yAYF70wKBgQCRsmhLhmpMivW12bWzirTPpelX6vUhJGbR6oIGBVBscUwLwxtF\nBF4TPS54Zs413oa49LGNdqSu/D1TpZVv3+6vGhJqpHnFmEGOOV1ZvqIKR78G25dq\n41sNriAQC0axIPUtn87PJKuSn8mz8iULRtB0g35PcikqE/U7O+tqw/jhVQKBgBum\n/2J1PnP8+nIzzpwXcbdXCcsT54PBTBT5p8k3UV8/PXWG7Py/QEtwfbOr40+wh5LN\nne4KxCI/JEguonwK/gEjP+Qzbyoq31d6vQt7ZcraCHJeojidvnDuVWEYwepB6caL\nOQ5ZpIbBTfV+orhkk7mUvzPuacvRw+fZvpTffXElAoGAANWEPPZk1JoHz+CVCBbw\nVTlEtobp6yBOAXImW7Fd88jwtZ++1AYnYyR/WkDg1bBXNbherZV7wSk1MBsYL3sm\nzD+HoTZ+VLJ4Zm8XIypLGPzz2MFvyLrWTRGmPjJvUsFARxuzDTtHSfTT9npqtfof\nIHqCIzHzEHMPTy6/xdm7Gc0=\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-06-06 22:07:41.002171" } STDOUT: Request "20240606220739" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Thursday 06 June 2024 22:07:41 +0000 (0:00:00.257) 0:01:23.395 ********* 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-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:34 Thursday 06 June 2024 22:07:41 +0000 (0:00:00.593) 0:01:23.988 ********* changed: [sut] => { "changed": true, "checksum": "390ea0c0dfaf91b011383ca37b3401eb4038c573", "dest": "/tmp/lsr_8pg8c1z0_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "c3b19379b2b5bafb8f1649b266668cd3", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1717711661.7197964-2438-277970784684367/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:40 Thursday 06 June 2024 22:07:42 +0000 (0:00:00.587) 0:01:24.575 ********* changed: [sut] => { "changed": true, "checksum": "b160ac62e51afd703d2a3f224bb9218b50be1552", "dest": "/tmp/lsr_8pg8c1z0_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "1d546c660921c766ff7f92186dd3a715", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1717711662.3040612-2447-108543009553823/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:46 Thursday 06 June 2024 22:07:42 +0000 (0:00:00.524) 0:01:25.100 ********* changed: [sut] => { "changed": true, "checksum": "390ea0c0dfaf91b011383ca37b3401eb4038c573", "dest": "/tmp/lsr_8pg8c1z0_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "c3b19379b2b5bafb8f1649b266668cd3", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1717711662.8280334-2456-185672492455168/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:52 Thursday 06 June 2024 22:07:43 +0000 (0:00:00.520) 0:01:25.620 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-bdb-1.6.1-23.el9.x86_64", "Installed: httpd-tools-2.4.57-8.el9.x86_64", "Installed: apr-util-openssl-1.6.1-23.el9.x86_64", "Installed: apr-1.7.0-12.el9.x86_64", "Installed: skopeo-2:1.14.3-0.1.el9.x86_64", "Installed: apr-util-1.6.1-23.el9.x86_64" ] } TASK [Write user and password] ************************************************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:57 Thursday 06 June 2024 22:07:46 +0000 (0:00:03.674) 0:01:29.294 ********* 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-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:65 Thursday 06 June 2024 22:07:47 +0000 (0:00:00.211) 0:01:29.506 ********* 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-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:81 Thursday 06 June 2024 22:07:47 +0000 (0:00:00.539) 0:01:30.045 ********* ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_8pg8c1z0_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:89 Thursday 06 June 2024 22:07:47 +0000 (0:00:00.018) 0:01:30.063 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_8pg8c1z0_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.740288", "end": "2024-06-06 22:07:50.663618", "rc": 0, "start": "2024-06-06 22:07:47.923330" } STDOUT: bd8b8ff37515bb1d43db5e748790a8b92b0a4309efc65b676a022781274cee86 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:100 Thursday 06 June 2024 22:07:50 +0000 (0:00:02.937) 0:01:33.001 ********* 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-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:104 Thursday 06 June 2024 22:07:50 +0000 (0:00:00.297) 0:01:33.298 ********* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.039409", "end": "2024-06-06 22:07:51.196100", "rc": 0, "start": "2024-06-06 22:07:51.156691" } STDERR: time="2024-06-06T22:07:50.65784431Z" 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=60a69ceb-4602-4fa8-9d5c-7e135234077f service=registry version=2.8.2 time="2024-06-06T22:07:50.657915964Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=60a69ceb-4602-4fa8-9d5c-7e135234077f service=registry version=2.8.2 time="2024-06-06T22:07:50.658153665Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=60a69ceb-4602-4fa8-9d5c-7e135234077f service=registry version=2.8.2 time="2024-06-06T22:07:50.661101485Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=60a69ceb-4602-4fa8-9d5c-7e135234077f service=registry version=2.8.2 time="2024-06-06T22:07:50.66113244Z" 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=60a69ceb-4602-4fa8-9d5c-7e135234077f service=registry version=2.8.2 time="2024-06-06T22:07:50.661460068Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=60a69ceb-4602-4fa8-9d5c-7e135234077f service=registry version=2.8.2 time="2024-06-06T22:07:50.662320481Z" level=info msg="Starting upload purge in 43m0s" go.version=go1.19.9 instance.id=60a69ceb-4602-4fa8-9d5c-7e135234077f service=registry version=2.8.2 2024/06/06 22:07:50 http: TLS handshake error from 10.88.0.1:44432: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:110 Thursday 06 June 2024 22:07:51 +0000 (0:00:00.240) 0:01:33.539 ********* 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-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:114 Thursday 06 June 2024 22:07:51 +0000 (0:00:00.022) 0:01:33.561 ********* 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_8pg8c1z0_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_8pg8c1z0_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.372610", "end": "2024-06-06 22:07:52.800723", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-06-06 22:07:51.428113" } 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-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:123 Thursday 06 June 2024 22:07:52 +0000 (0:00:01.576) 0:01:35.138 ********* ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_8pg8c1z0_podman/auth/auth.json", "--cert-dir=/tmp/lsr_8pg8c1z0_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.174079", "end": "2024-06-06 22:07:53.173270", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-06-06 22:07:52.999191" } 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:58 Thursday 06 June 2024 22:07:53 +0000 (0:00:00.372) 0:01:35.510 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:07:53 +0000 (0:00:00.040) 0:01:35.550 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:07:53 +0000 (0:00:00.030) 0:01:35.581 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:07:53 +0000 (0:00:00.021) 0:01:35.602 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:07:53 +0000 (0:00:00.044) 0:01:35.647 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:07:53 +0000 (0:00:00.020) 0:01:35.668 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:07:53 +0000 (0:00:00.041) 0:01: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 : Enable copr if requested] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.667) 0:01:36.378 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.018) 0:01:36.396 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.022) 0:01:36.419 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028552", "end": "2024-06-06 22:07:54.318816", "rc": 0, "start": "2024-06-06 22:07:54.290264" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.238) 0:01:36.657 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.020) 0:01:36.678 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.020) 0:01:36.698 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.025) 0:01:36.724 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.024) 0:01:36.748 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.036) 0:01:36.785 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.021) 0:01:36.807 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.020) 0:01:36.828 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.026) 0:01:36.855 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.208) 0:01:37.063 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:07:54 +0000 (0:00:00.057) 0:01:37.121 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.207) 0:01:37.329 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.019) 0:01:37.348 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.019) 0:01:37.368 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.019) 0:01:37.387 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.017) 0:01:37.405 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.020) 0:01:37.425 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.018) 0:01:37.444 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.018) 0:01:37.463 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.017) 0:01:37.481 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.039) 0:01:37.520 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.035) 0:01:37.556 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.018) 0:01:37.575 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.021) 0:01:37.596 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.037) 0:01:37.633 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.019) 0:01:37.652 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.018) 0:01:37.670 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.035) 0:01:37.706 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.046) 0:01:37.752 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.019) 0:01:37.771 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.037) 0:01:37.809 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.019) 0:01:37.829 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.018) 0:01:37.847 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.019) 0:01:37.866 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.018) 0:01:37.885 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.018) 0:01:37.904 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.018) 0:01:37.922 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.019) 0:01:37.942 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.016) 0:01:37.958 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.016) 0:01:37.974 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.016) 0:01:37.990 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.046) 0:01:38.037 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.026) 0:01:38.063 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.026) 0:01:38.090 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.020) 0:01:38.111 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.035) 0:01:38.146 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.050) 0:01:38.196 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.022) 0:01:38.219 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:07:55 +0000 (0:00:00.029) 0:01:38.249 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.213) 0:01:38.462 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.027) 0:01:38.489 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.205) 0:01:38.695 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.018) 0:01:38.714 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.018) 0:01:38.732 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.018) 0:01:38.751 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.017) 0:01:38.769 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.018) 0:01:38.788 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.017) 0:01:38.805 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.018) 0:01:38.824 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.018) 0:01:38.842 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.018) 0:01:38.861 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.030) 0:01:38.891 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.022) 0:01:38.913 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.021) 0:01:38.934 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.025) 0:01:38.960 ********* 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.006403", "end": "2024-06-06 22:07:56.829856", "rc": 0, "start": "2024-06-06 22:07:56.823453" } 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.209) 0:01:39.169 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.018) 0:01:39.188 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.079) 0:01:39.267 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:07:56 +0000 (0:00:00.036) 0:01:39.303 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.021) 0:01:39.325 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.018) 0:01:39.344 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.018) 0:01:39.362 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.017) 0:01:39.380 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.019) 0:01:39.400 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:73 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.570) 0:01:39.970 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:84 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.021) 0:01:39.991 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.044) 0:01:40.036 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.033) 0:01:40.069 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.024) 0:01:40.094 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.018) 0:01:40.113 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.019) 0:01:40.132 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:07:57 +0000 (0:00:00.039) 0:01:40.172 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:07:58 +0000 (0:00:00.727) 0:01:40.900 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:07:58 +0000 (0:00:00.019) 0:01:40.920 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:07:58 +0000 (0:00:00.021) 0:01:40.941 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031242", "end": "2024-06-06 22:07:58.833862", "rc": 0, "start": "2024-06-06 22:07:58.802620" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:07:58 +0000 (0:00:00.228) 0:01:41.170 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:07:58 +0000 (0:00:00.021) 0:01:41.191 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:07:58 +0000 (0:00:00.018) 0:01:41.210 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:07:58 +0000 (0:00:00.032) 0:01:41.242 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:07:58 +0000 (0:00:00.031) 0:01:41.274 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.037) 0:01:41.312 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.021) 0:01:41.333 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.022) 0:01:41.355 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.026) 0:01:41.381 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.207) 0:01:41.589 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.026) 0:01:41.615 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.207) 0:01:41.822 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.020) 0:01:41.843 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.022) 0:01:41.865 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.018) 0:01:41.884 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.051) 0:01:41.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.018) 0:01:41.953 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.018) 0:01:41.972 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.017) 0:01:41.989 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.018) 0:01:42.008 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.024) 0:01:42.032 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.036) 0:01:42.068 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.019) 0:01:42.088 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.018) 0:01:42.106 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.036) 0:01:42.143 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.020) 0:01:42.163 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.019) 0:01:42.183 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.039) 0:01:42.222 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.020) 0:01:42.242 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:07:59 +0000 (0:00:00.032) 0:01:42.275 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.062) 0:01:42.337 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.021) 0:01:42.359 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.055) 0:01:42.415 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.019) 0:01:42.434 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.019) 0:01:42.454 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.018) 0:01:42.473 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.019) 0:01:42.493 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.019) 0:01:42.512 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.017) 0:01:42.530 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.017) 0:01:42.548 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.020) 0:01:42.568 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.061) 0:01:42.630 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.031) 0:01:42.661 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.029) 0:01:42.690 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.023) 0:01:42.714 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.037) 0:01:42.752 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.023) 0:01:42.775 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.021) 0:01:42.797 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.027) 0:01:42.825 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.211) 0:01:43.036 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:00 +0000 (0:00:00.027) 0:01:43.063 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.253) 0:01:43.316 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.019) 0:01:43.336 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.020) 0:01:43.356 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.025) 0:01:43.381 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.022) 0:01:43.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.018) 0:01:43.421 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.019) 0:01:43.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.018) 0:01:43.458 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.018) 0:01:43.477 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.018) 0:01:43.496 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.031) 0:01:43.527 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.028) 0:01:43.556 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.023) 0:01:43.579 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.045) 0:01:43.625 ********* 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.006482", "end": "2024-06-06 22:08:01.504139", "rc": 0, "start": "2024-06-06 22:08:01.497657" } 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.223) 0:01:43.848 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.020) 0:01:43.868 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.045) 0:01:43.914 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.037) 0:01:43.951 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.018) 0:01:43.970 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.019) 0:01:43.989 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.051) 0:01:44.040 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.019) 0:01:44.060 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Thursday 06 June 2024 22:08:01 +0000 (0:00:00.019) 0:01:44.079 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:99 Thursday 06 June 2024 22:08:02 +0000 (0:00:00.463) 0:01:44.543 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:110 Thursday 06 June 2024 22:08:02 +0000 (0:00:00.021) 0:01:44.564 ********* changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_gqngarcc_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:118 Thursday 06 June 2024 22:08:02 +0000 (0:00:00.126) 0:01:44.691 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:08:02 +0000 (0:00:00.045) 0:01:44.736 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:08:02 +0000 (0:00:00.034) 0:01:44.771 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:08:02 +0000 (0:00:00.023) 0:01:44.794 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:08:02 +0000 (0:00:00.019) 0:01:44.813 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:08:02 +0000 (0:00:00.018) 0:01:44.832 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:08:02 +0000 (0:00:00.041) 0:01:44.873 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.659) 0:01:45.533 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.019) 0:01:45.553 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.021) 0:01:45.574 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030425", "end": "2024-06-06 22:08:03.464297", "rc": 0, "start": "2024-06-06 22:08:03.433872" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.266) 0:01:45.841 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.021) 0:01:45.863 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.018) 0:01:45.881 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.028) 0:01:45.910 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.030) 0:01:45.940 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.039) 0:01:45.980 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.023) 0:01:46.004 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.022) 0:01:46.026 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.031) 0:01:46.058 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.208) 0:01:46.266 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:03 +0000 (0:00:00.027) 0:01:46.294 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.206) 0:01:46.500 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.019) 0:01:46.519 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.017) 0:01:46.537 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.018) 0:01:46.555 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.017) 0:01:46.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.018) 0:01:46.591 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.017) 0:01:46.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.018) 0:01:46.627 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.018) 0:01:46.646 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.066) 0:01:46.712 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.036) 0:01:46.749 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.018) 0:01:46.768 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.019) 0:01:46.787 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.037) 0:01:46.824 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.019) 0:01:46.844 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.021) 0:01:46.866 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.037) 0:01:46.903 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.019) 0:01:46.923 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.018) 0:01:46.942 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.037) 0:01:46.980 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.019) 0:01:46.999 ********* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.018) 0:01:47.018 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.019) 0:01:47.037 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.018) 0:01:47.056 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.022) 0:01:47.078 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.018) 0:01:47.097 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.054) 0:01:47.151 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.047) 0:01:47.199 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.019) 0:01:47.218 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.021) 0:01:47.239 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.022) 0:01:47.262 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:04 +0000 (0:00:00.040) 0:01:47.302 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.023) 0:01:47.326 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.023) 0:01:47.349 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.028) 0:01:47.377 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.231) 0:01:47.609 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.026) 0:01:47.636 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.203) 0:01:47.839 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.018) 0:01:47.857 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.018) 0:01:47.876 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.017) 0:01:47.893 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.018) 0:01:47.912 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.017) 0:01:47.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.018) 0:01:47.947 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.017) 0:01:47.965 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.055) 0:01:48.021 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.025) 0:01:48.047 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.022) 0:01:48.069 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:08:05 +0000 (0:00:00.029) 0:01:48.099 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/containers/certs.d/localhost:5000", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.214) 0:01:48.314 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.545) 0:01:48.859 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.026) 0:01:48.885 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.020) 0:01:48.906 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.019) 0:01:48.925 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.016) 0:01:48.942 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.017) 0:01:48.959 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.057) 0:01:49.016 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.027) 0:01:49.044 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.027) 0:01:49.071 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.023) 0:01:49.095 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.035) 0:01:49.131 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.022) 0:01:49.153 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.022) 0:01:49.175 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:06 +0000 (0:00:00.026) 0:01:49.202 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.249) 0:01:49.452 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.027) 0:01:49.479 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.207) 0:01:49.686 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.018) 0:01:49.705 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.018) 0:01:49.724 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.018) 0:01:49.742 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.024) 0:01:49.767 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.020) 0:01:49.787 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.019) 0:01:49.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.017) 0:01:49.824 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.018) 0:01:49.842 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.017) 0:01:49.860 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.031) 0:01:49.892 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.021) 0:01:49.914 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.023) 0:01:49.938 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.023) 0:01:49.961 ********* 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.006268", "end": "2024-06-06 22:08:07.831966", "rc": 0, "start": "2024-06-06 22:08:07.825698" } 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.208) 0:01:50.170 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.018) 0:01:50.188 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.041) 0:01:50.230 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:08:07 +0000 (0:00:00.031) 0:01:50.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:08:08 +0000 (0:00:00.054) 0:01:50.316 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:08:08 +0000 (0:00:00.020) 0:01:50.337 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Thursday 06 June 2024 22:08:08 +0000 (0:00:00.019) 0:01:50.356 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Thursday 06 June 2024 22:08:08 +0000 (0:00:00.020) 0:01:50.376 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Thursday 06 June 2024 22:08:08 +0000 (0:00:00.022) 0:01:50.398 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Thursday 06 June 2024 22:08:08 +0000 (0:00:00.550) 0:01:50.948 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Thursday 06 June 2024 22:08:08 +0000 (0:00:00.203) 0:01:51.152 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 06 June 2024 22:08:09 +0000 (0:00:00.217) 0:01:51.370 ********* 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-1717711689.10434-2892-164811579726833/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 06 June 2024 22:08:09 +0000 (0:00:00.533) 0:01:51.903 ********* changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: b2cee9b0aeace89f4b80e407b158d045e2abc5b89123918ef4ff10d4ff8583d0 Container: a3b22631fb5eb37c69e56542953e24d1c394c91419744d31fb2dd3fe098338eb TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Thursday 06 June 2024 22:08:10 +0000 (0:00:01.162) 0:01:53.066 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 06 June 2024 22:08:11 +0000 (0:00:00.674) 0:01:53.740 ********* 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 -.mount \"system-podman\\\\x2dkube.slice\" sysinit.target systemd-journald.socket network-online.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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 06 June 2024 22:08:12 +0000 (0:00:00.747) 0:01:54.488 ********* 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": "sysinit.target systemd-journald.socket -.mount \"system-podman\\\\x2dkube.slice\" network-online.target basic.target", "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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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 \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Thursday 06 June 2024 22:08:13 +0000 (0:00:01.427) 0:01:55.915 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.021) 0:01:55.937 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.061) 0:01:55.999 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.030) 0:01:56.029 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.026) 0:01:56.055 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.020) 0:01:56.076 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.029) 0:01:56.106 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.074) 0:01:56.181 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.023) 0:01:56.204 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.021) 0:01:56.226 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:13 +0000 (0:00:00.028) 0:01:56.254 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.309) 0:01:56.564 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.029) 0:01:56.594 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.252) 0:01:56.847 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.030) 0:01:56.877 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.022) 0:01:56.899 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.020) 0:01:56.920 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.019) 0:01:56.939 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.020) 0:01:56.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.024) 0:01:56.984 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.021) 0:01:57.005 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.018) 0:01:57.024 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.037) 0:01:57.062 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.022) 0:01:57.084 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.021) 0:01:57.105 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.047) 0:01:57.153 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.030) 0:01:57.184 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.019) 0:01:57.203 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 06 June 2024 22:08:14 +0000 (0:00:00.098) 0:01:57.302 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:08:15 +0000 (0:00:00.040) 0:01:57.343 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:08:15 +0000 (0:00:00.019) 0:01:57.363 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:08:15 +0000 (0:00:00.020) 0:01:57.383 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 06 June 2024 22:08:15 +0000 (0:00:00.018) 0:01:57.402 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 06 June 2024 22:08:15 +0000 (0:00:00.018) 0:01:57.420 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 06 June 2024 22:08:15 +0000 (0:00:00.808) 0:01:58.228 ********* ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 06 June 2024 22:08:16 +0000 (0:00:00.280) 0:01:58.509 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 06 June 2024 22:08:16 +0000 (0:00:00.020) 0:01:58.529 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 06 June 2024 22:08:16 +0000 (0:00:00.020) 0:01:58.549 ********* 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-1717711696.2863615-3013-218005559892090/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Thursday 06 June 2024 22:08:16 +0000 (0:00:00.729) 0:01:59.279 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Thursday 06 June 2024 22:08:16 +0000 (0:00:00.021) 0:01:59.301 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.021) 0:01:59.323 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.023) 0:01:59.346 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.017) 0:01:59.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 certs.d files - absent] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.018) 0:01:59.382 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.057) 0:01:59.439 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.071) 0:01:59.511 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.023) 0:01:59.535 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.022) 0:01:59.558 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.036) 0:01:59.595 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.028) 0:01:59.624 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.022) 0:01:59.647 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.028) 0:01:59.675 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.265) 0:01:59.940 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.027) 0:01:59.968 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.269) 0:02:00.238 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.018) 0:02:00.256 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.018) 0:02:00.275 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:17 +0000 (0:00:00.018) 0:02:00.294 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.019) 0:02:00.313 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.019) 0:02:00.332 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.019) 0:02:00.352 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.020) 0:02:00.373 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.021) 0:02:00.394 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.032) 0:02:00.426 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.023) 0:02:00.450 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.030) 0:02:00.481 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.070) 0:02:00.551 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.032) 0:02:00.584 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.027) 0:02:00.611 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.022) 0:02:00.633 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:132 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.032) 0:02:00.666 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.055) 0:02:00.721 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.034) 0:02:00.755 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.034) 0:02:00.790 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.023) 0:02:00.813 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.022) 0:02:00.836 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:08:18 +0000 (0:00:00.047) 0:02:00.884 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.822) 0:02:01.706 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.021) 0:02:01.728 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.023) 0:02:01.752 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.041786", "end": "2024-06-06 22:08:19.729616", "rc": 0, "start": "2024-06-06 22:08:19.687830" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.366) 0:02:02.118 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.022) 0:02:02.141 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.020) 0:02:02.162 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.021) 0:02:02.183 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.022) 0:02:02.206 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.038) 0:02:02.245 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.023) 0:02:02.268 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:19 +0000 (0:00:00.022) 0:02:02.290 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.028) 0:02:02.318 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.248) 0:02:02.567 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.028) 0:02:02.596 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.276) 0:02:02.872 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.020) 0:02:02.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.020) 0:02:02.913 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.019) 0:02:02.932 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.018) 0:02:02.951 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.020) 0:02:02.971 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.021) 0:02:02.993 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.019) 0:02:03.013 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.018) 0:02:03.032 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.068) 0:02:03.100 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.037) 0:02:03.137 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.019) 0:02:03.157 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.025) 0:02:03.182 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.037) 0:02:03.219 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.019) 0:02:03.239 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.018) 0:02:03.258 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:08:20 +0000 (0:00:00.037) 0:02:03.296 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.023) 0:02:03.320 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.020) 0:02:03.341 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.040) 0:02:03.381 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.020) 0:02:03.401 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.018) 0:02:03.420 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.019) 0:02:03.439 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.018) 0:02:03.458 ********* skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.019) 0:02:03.477 ********* skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.018) 0:02:03.496 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.066) 0:02:03.563 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.019) 0:02:03.582 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.017) 0:02:03.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.018) 0:02:03.618 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.047) 0:02:03.665 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.027) 0:02:03.693 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.028) 0:02:03.721 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.022) 0:02:03.744 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.038) 0:02:03.783 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.024) 0:02:03.807 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.022) 0:02:03.829 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.031) 0:02:03.860 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.259) 0:02:04.120 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:21 +0000 (0:00:00.028) 0:02:04.149 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.228) 0:02:04.377 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.024) 0:02:04.401 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.020) 0:02:04.421 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.019) 0:02:04.441 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.019) 0:02:04.461 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.070) 0:02:04.531 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.022) 0:02:04.554 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.020) 0:02:04.574 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.018) 0:02:04.593 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.018) 0:02:04.612 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.030) 0:02:04.642 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.022) 0:02:04.665 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.021) 0:02:04.686 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.030) 0:02:04.717 ********* 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.009614", "end": "2024-06-06 22:08:22.610179", "rc": 0, "start": "2024-06-06 22:08:22.600565" } 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.235) 0:02:04.952 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.019) 0:02:04.972 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.041) 0:02:05.013 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.032) 0:02:05.046 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.018) 0:02:05.065 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.017) 0:02:05.082 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.018) 0:02:05.101 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.021) 0:02:05.122 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Thursday 06 June 2024 22:08:22 +0000 (0:00:00.017) 0:02:05.140 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Thursday 06 June 2024 22:08:23 +0000 (0:00:00.830) 0:02:05.970 ********* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1717711689.9904926, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1717711689.53649, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1717711689.3414888, "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": "2508626733", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Thursday 06 June 2024 22:08:23 +0000 (0:00:00.288) 0:02:06.258 ********* ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 34, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 06 June 2024 22:08:24 +0000 (0:00:00.267) 0:02:06.526 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 06 June 2024 22:08:24 +0000 (0:00:00.616) 0:02:07.142 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.474) 0:02:07.617 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.022) 0:02:07.640 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.022) 0:02:07.662 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.022) 0:02:07.684 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.020) 0:02:07.705 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.049) 0:02:07.755 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.027) 0:02:07.782 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.026) 0:02:07.808 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.021) 0:02:07.830 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.038) 0:02:07.868 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.037) 0:02:07.906 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.027) 0:02:07.934 ********* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.024) 0:02:07.958 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.031) 0:02:07.990 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.275) 0:02:08.265 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:25 +0000 (0:00:00.029) 0:02:08.295 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.330) 0:02:08.625 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.019) 0:02:08.644 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.020) 0:02:08.664 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.019) 0:02:08.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 : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.019) 0:02:08.704 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.021) 0:02:08.726 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.021) 0:02:08.747 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.028) 0:02:08.776 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.020) 0:02:08.796 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.034) 0:02:08.831 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.025) 0:02:08.857 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.020) 0:02:08.878 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.042) 0:02:08.920 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.030) 0:02:08.951 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.022) 0:02:08.973 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.051) 0:02:09.025 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.046) 0:02:09.072 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.024) 0:02:09.096 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.021) 0:02:09.118 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.019) 0:02:09.137 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 06 June 2024 22:08:26 +0000 (0:00:00.067) 0:02:09.205 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 06 June 2024 22:08:27 +0000 (0:00:00.791) 0:02:09.996 ********* ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 43, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 06 June 2024 22:08:27 +0000 (0:00:00.236) 0:02:10.233 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 06 June 2024 22:08:27 +0000 (0:00:00.028) 0:02:10.262 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 06 June 2024 22:08:27 +0000 (0:00:00.022) 0:02:10.284 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Thursday 06 June 2024 22:08:28 +0000 (0:00:00.692) 0:02:10.977 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Thursday 06 June 2024 22:08:28 +0000 (0:00:00.021) 0:02:10.998 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Thursday 06 June 2024 22:08:28 +0000 (0:00:00.020) 0:02:11.019 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Thursday 06 June 2024 22:08:28 +0000 (0:00:00.022) 0:02:11.041 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Thursday 06 June 2024 22:08:28 +0000 (0:00:00.017) 0:02:11.058 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Thursday 06 June 2024 22:08:28 +0000 (0:00:00.017) 0:02:11.076 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:143 Thursday 06 June 2024 22:08:28 +0000 (0:00:00.026) 0:02:11.102 ********* changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_gqngarcc_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:149 Thursday 06 June 2024 22:08:29 +0000 (0:00:00.328) 0:02:11.431 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:08:29 +0000 (0:00:00.061) 0:02:11.492 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:08:29 +0000 (0:00:00.036) 0:02:11.529 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:08:29 +0000 (0:00:00.041) 0:02:11.570 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:08:29 +0000 (0:00:00.028) 0:02:11.599 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:08:29 +0000 (0:00:00.080) 0:02:11.679 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:08:29 +0000 (0:00:00.045) 0:02:11.725 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.827) 0:02:12.553 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.021) 0:02:12.574 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.024) 0:02:12.599 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.046096", "end": "2024-06-06 22:08:30.573283", "rc": 0, "start": "2024-06-06 22:08:30.527187" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.324) 0:02:12.923 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.021) 0:02:12.945 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.019) 0:02:12.964 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.021) 0:02:12.985 ********* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.022) 0:02:13.008 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.042) 0:02:13.051 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.024) 0:02:13.076 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.028) 0:02:13.104 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:30 +0000 (0:00:00.029) 0:02:13.134 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.277) 0:02:13.411 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.028) 0:02:13.440 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.300) 0:02:13.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.020) 0:02:13.762 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.021) 0:02:13.783 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.020) 0:02:13.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 : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.022) 0:02:13.826 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.021) 0:02:13.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.020) 0:02:13.868 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.019) 0:02:13.888 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.021) 0:02:13.909 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.027) 0:02:13.937 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.046) 0:02:13.983 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.021) 0:02:14.005 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.023) 0:02:14.028 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.039) 0:02:14.067 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.020) 0:02:14.088 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.022) 0:02:14.110 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.043) 0:02:14.154 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.019) 0:02:14.173 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.019) 0:02:14.193 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.086) 0:02:14.280 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:08:31 +0000 (0:00:00.021) 0:02:14.301 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.021) 0:02:14.323 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.023) 0:02:14.346 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.020) 0:02:14.367 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.019) 0:02:14.386 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.020) 0:02:14.406 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.019) 0:02:14.425 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.017) 0:02:14.443 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.049) 0:02:14.492 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.026) 0:02:14.519 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.053) 0:02:14.573 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.026) 0:02:14.599 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.025) 0:02:14.624 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.030) 0:02:14.654 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.263) 0:02:14.917 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.027) 0:02:14.945 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.319) 0:02:15.265 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:32 +0000 (0:00:00.022) 0:02:15.288 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:33 +0000 (0:00:00.021) 0:02:15.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 : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:33 +0000 (0:00:00.023) 0:02:15.333 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:33 +0000 (0:00:00.029) 0:02:15.362 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:33 +0000 (0:00:00.030) 0:02:15.392 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:33 +0000 (0:00:00.020) 0:02:15.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:33 +0000 (0:00:00.018) 0:02:15.432 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:08:33 +0000 (0:00:00.020) 0:02:15.453 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:08:33 +0000 (0:00:00.029) 0:02:15.482 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:08:33 +0000 (0:00:00.239) 0:02:15.722 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.740) 0:02:16.463 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.024) 0:02:16.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.022) 0:02:16.510 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.021) 0:02:16.532 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.023) 0:02:16.555 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.018) 0:02:16.574 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.048) 0:02:16.622 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.026) 0:02:16.649 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.027) 0:02:16.676 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.021) 0:02:16.697 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.099) 0:02:16.797 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.024) 0:02:16.821 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.023) 0:02:16.844 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.030) 0:02:16.874 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.268) 0:02:17.143 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:34 +0000 (0:00:00.028) 0:02:17.172 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.239) 0:02:17.411 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.019) 0:02:17.431 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.021) 0:02:17.452 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.020) 0:02:17.472 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.020) 0:02:17.492 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.020) 0:02:17.513 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.020) 0:02:17.534 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.018) 0:02:17.553 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.019) 0:02:17.572 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.018) 0:02:17.590 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.032) 0:02:17.623 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.022) 0:02:17.645 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.023) 0:02:17.668 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.025) 0:02:17.694 ********* 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.012942", "end": "2024-06-06 22:08:35.650445", "rc": 0, "start": "2024-06-06 22:08:35.637503" } 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.304) 0:02:17.999 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.068) 0:02:18.067 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.044) 0:02:18.111 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.034) 0:02:18.145 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.019) 0:02:18.164 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.018) 0:02:18.183 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.018) 0:02:18.202 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.020) 0:02:18.223 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Thursday 06 June 2024 22:08:35 +0000 (0:00:00.018) 0:02:18.241 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Thursday 06 June 2024 22:08:36 +0000 (0:00:00.948) 0:02:19.190 ********* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1717711689.9904926, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1717711689.53649, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1717711689.3414888, "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": "2508626733", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Thursday 06 June 2024 22:08:37 +0000 (0:00:00.277) 0:02:19.467 ********* ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 34, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 06 June 2024 22:08:37 +0000 (0:00:00.231) 0:02:19.699 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.664) 0:02:20.364 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.428) 0:02:20.792 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.022) 0:02:20.814 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.020) 0:02:20.834 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.020) 0:02:20.855 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.020) 0:02:20.875 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.098) 0:02:20.974 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.027) 0:02:21.001 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.027) 0:02:21.028 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.020) 0:02:21.049 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.032) 0:02:21.081 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.037) 0:02:21.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.023) 0:02:21.143 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.022) 0:02:21.166 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:38 +0000 (0:00:00.028) 0:02:21.194 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.262) 0:02:21.456 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.027) 0:02:21.484 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.249) 0:02:21.733 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.019) 0:02:21.752 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.019) 0:02:21.771 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.025) 0:02:21.797 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.020) 0:02:21.818 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.018) 0:02:21.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.020) 0:02:21.857 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.018) 0:02:21.876 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.018) 0:02:21.895 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.034) 0:02:21.929 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.071) 0:02:22.001 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.022) 0:02:22.023 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.044) 0:02:22.067 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.026) 0:02:22.094 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.019) 0:02:22.113 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.042) 0:02:22.155 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.032) 0:02:22.188 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.018) 0:02:22.207 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.018) 0:02:22.225 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.018) 0:02:22.244 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 06 June 2024 22:08:39 +0000 (0:00:00.017) 0:02:22.261 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 06 June 2024 22:08:40 +0000 (0:00:00.805) 0:02:23.066 ********* ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 43, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.284) 0:02:23.351 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.022) 0:02:23.374 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.021) 0:02:23.395 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.619) 0:02:24.014 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.021) 0:02:24.036 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.022) 0:02:24.058 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.021) 0:02:24.079 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.077) 0:02:24.157 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.055) 0:02:24.213 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.023) 0:02:24.236 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.037) 0:02:24.274 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:41 +0000 (0:00:00.024) 0:02:24.298 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.024) 0:02:24.323 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.030) 0:02:24.353 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.267) 0:02:24.621 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.027) 0:02:24.649 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.282) 0:02:24.932 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.020) 0:02:24.952 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.021) 0:02:24.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.020) 0:02:24.994 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.021) 0:02:25.015 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.018) 0:02:25.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 user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.019) 0:02:25.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.018) 0:02:25.071 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.018) 0:02:25.090 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.028) 0:02:25.118 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.078) 0:02:25.197 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.023) 0:02:25.221 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.022) 0:02:25.244 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.021) 0:02:25.265 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.021) 0:02:25.287 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Thursday 06 June 2024 22:08:42 +0000 (0:00:00.019) 0:02:25.306 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:161 Thursday 06 June 2024 22:08:43 +0000 (0:00:00.026) 0:02:25.333 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:08:43 +0000 (0:00:00.069) 0:02:25.402 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:08:43 +0000 (0:00:00.037) 0:02:25.439 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:08:43 +0000 (0:00:00.025) 0:02:25.465 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:08:43 +0000 (0:00:00.021) 0:02:25.487 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:08:43 +0000 (0:00:00.020) 0:02:25.508 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:08:43 +0000 (0:00:00.042) 0:02:25.550 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.893) 0:02:26.444 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.077) 0:02:26.522 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.023) 0:02:26.545 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.044829", "end": "2024-06-06 22:08:44.488753", "rc": 0, "start": "2024-06-06 22:08:44.443924" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.288) 0:02:26.834 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.021) 0:02:26.855 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.019) 0:02:26.875 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.022) 0:02:26.897 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.023) 0:02:26.920 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.039) 0:02:26.959 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.025) 0:02:26.985 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.023) 0:02:27.008 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.028) 0:02:27.037 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:44 +0000 (0:00:00.265) 0:02:27.303 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.028) 0:02:27.331 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.280) 0:02:27.612 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.021) 0:02:27.633 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.021) 0:02:27.654 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.021) 0:02:27.675 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.018) 0:02:27.694 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.018) 0:02:27.712 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.017) 0:02:27.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.079) 0:02:27.810 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.020) 0:02:27.830 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.026) 0:02:27.857 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.036) 0:02:27.894 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.020) 0:02:27.914 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.019) 0:02:27.934 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.037) 0:02:27.971 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.020) 0:02:27.991 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.018) 0:02:28.010 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.037) 0:02:28.048 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.019) 0:02:28.068 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.018) 0:02:28.087 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.039) 0:02:28.126 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.019) 0:02:28.145 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.019) 0:02:28.164 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.018) 0:02:28.183 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.019) 0:02:28.203 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.071) 0:02:28.274 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:08:45 +0000 (0:00:00.021) 0:02:28.296 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.020) 0:02:28.316 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.046) 0:02:28.363 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.020) 0:02:28.384 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.023) 0:02:28.407 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.022) 0:02:28.430 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.036) 0:02:28.467 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.023) 0:02:28.490 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.023) 0:02:28.514 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.028) 0:02:28.542 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.271) 0:02:28.814 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.027) 0:02:28.842 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.290) 0:02:29.132 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.018) 0:02:29.150 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.018) 0:02:29.169 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.018) 0:02:29.187 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.017) 0:02:29.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:46 +0000 (0:00:00.018) 0:02:29.223 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.095) 0:02:29.319 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.023) 0:02:29.342 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.021) 0:02:29.364 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.026) 0:02:29.390 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.021) 0:02:29.412 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.029) 0:02:29.441 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.019) 0:02:29.461 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.026) 0:02:29.487 ********* skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in certs.d directory] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.027) 0:02:29.514 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.020) 0:02:29.535 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.020) 0:02:29.555 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.048) 0:02:29.603 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.023) 0:02:29.627 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.035) 0:02:29.662 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.023) 0:02:29.686 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.022) 0:02:29.709 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.031) 0:02:29.740 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.286) 0:02:30.027 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:47 +0000 (0:00:00.088) 0:02:30.115 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.282) 0:02:30.397 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.020) 0:02:30.418 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.019) 0:02:30.438 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.020) 0:02:30.458 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.020) 0:02:30.478 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.022) 0:02:30.500 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.022) 0:02:30.523 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.023) 0:02:30.546 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.020) 0:02:30.566 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.030) 0:02:30.597 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.019) 0:02:30.617 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.020) 0:02:30.638 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.020) 0:02:30.658 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.021) 0:02:30.679 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.019) 0:02:30.699 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.021) 0:02:30.720 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.016) 0:02:30.737 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.059) 0:02:30.796 ********* ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.034) 0:02:30.831 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.028) 0:02:30.860 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.091) 0:02:30.951 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.038) 0:02:30.990 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.023) 0:02:31.014 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.025) 0:02:31.039 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.028) 0:02:31.068 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:48 +0000 (0:00:00.234) 0:02:31.303 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.027) 0:02:31.330 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.283) 0:02:31.614 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.020) 0:02:31.634 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.019) 0:02:31.654 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.021) 0:02:31.676 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.028) 0:02:31.704 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.020) 0:02:31.724 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.018) 0:02:31.743 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.020) 0:02:31.763 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.019) 0:02:31.783 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.021) 0:02:31.804 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.032) 0:02:31.837 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.023) 0:02:31.860 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.022) 0:02:31.883 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.026) 0:02:31.909 ********* 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.007301", "end": "2024-06-06 22:08:49.816768", "rc": 0, "start": "2024-06-06 22:08:49.809467" } 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.323) 0:02:32.233 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.045) 0:02:32.278 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 06 June 2024 22:08:49 +0000 (0:00:00.021) 0:02:32.299 ********* 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": "Thu 2024-06-06 22:08:13 UTC", "ActiveEnterTimestampMonotonic": "599242875", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target systemd-journald.socket -.mount \"system-podman\\\\x2dkube.slice\" network-online.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-06-06 22:08:12 UTC", "AssertTimestampMonotonic": "598285125", "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": "20863384000", "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": "Thu 2024-06-06 22:08:12 UTC", "ConditionTimestampMonotonic": "598285122", "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": "6653", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-auth_test_1_kube.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13672", "ExecMainStartTimestamp": "Thu 2024-06-06 22:08:13 UTC", "ExecMainStartTimestampMonotonic": "599242832", "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=[Thu 2024-06-06 22:08:12 UTC] ; stop_time=[n/a] ; pid=13607 ; 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=[Thu 2024-06-06 22:08:12 UTC] ; stop_time=[n/a] ; pid=13607 ; 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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "Thu 2024-06-06 22:08:12 UTC", "InactiveExitTimestampMonotonic": "598290738", "InvocationID": "e5ef8692b524432395926a1eb3160e15", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13672", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "24580096", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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 \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2024-06-06 22:08:13 UTC", "StateChangeTimestampMonotonic": "599242875", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "13", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Thursday 06 June 2024 22:08:51 +0000 (0:00:01.138) 0:02:33.438 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711689.9904926, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1717711689.53649, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1717711689.3414888, "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": "2508626733", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Thursday 06 June 2024 22:08:51 +0000 (0:00:00.215) 0:02:33.654 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Thursday 06 June 2024 22:08:51 +0000 (0:00:00.314) 0:02:33.968 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Thursday 06 June 2024 22:08:51 +0000 (0:00:00.206) 0:02:34.175 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.032587", "end": "2024-06-06 22:08:52.080041", "rc": 0, "start": "2024-06-06 22:08:52.047454" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.242) 0:02:34.418 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.035) 0:02:34.453 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.021) 0:02:34.474 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.018) 0:02:34.493 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.018) 0:02:34.512 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.017) 0:02:34.530 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.055) 0:02:34.585 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.027) 0:02:34.612 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.026) 0:02:34.639 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.019) 0:02:34.658 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.086) 0:02:34.745 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.038) 0:02:34.783 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.023) 0:02:34.806 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.023) 0:02:34.829 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.028) 0:02:34.858 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.211) 0:02:35.070 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.027) 0:02:35.098 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:52 +0000 (0:00:00.207) 0:02:35.305 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.020) 0:02:35.325 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.019) 0:02:35.345 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.025) 0:02:35.370 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.020) 0:02:35.391 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.020) 0:02:35.411 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.020) 0:02:35.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 group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.020) 0:02:35.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 : Set per-container variables part 3] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.021) 0:02:35.473 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.035) 0:02:35.509 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.021) 0:02:35.531 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.017) 0:02:35.549 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.044) 0:02:35.593 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.024) 0:02:35.618 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.111) 0:02:35.729 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Thursday 06 June 2024 22:08:53 +0000 (0:00:00.019) 0:02:35.749 ********* 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": "systemd-journald.socket basic.target system.slice sysinit.target -.mount", "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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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 system.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "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 : See if quadlet file exists] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.564) 0:02:36.314 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create tempdir] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:44 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.020) 0:02:36.335 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fetch the network quadlet] ************ task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:52 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.021) 0:02:36.356 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the network name] ***************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.020) 0:02:36.376 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove tempdir] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:62 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.021) 0:02:36.398 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:67 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.020) 0:02:36.419 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.216) 0:02:36.635 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.031) 0:02:36.666 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.021) 0:02:36.688 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.021) 0:02:36.709 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:81 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.019) 0:02:36.728 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:90 Thursday 06 June 2024 22:08:54 +0000 (0:00:00.577) 0:02:37.306 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.038202", "end": "2024-06-06 22:08:55.229536", "rc": 0, "start": "2024-06-06 22:08:55.191334" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:98 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.264) 0:02:37.570 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.024) 0:02:37.595 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.021) 0:02:37.617 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.022) 0:02:37.639 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.118) 0:02:37.758 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.024) 0:02:37.783 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.036) 0:02:37.819 ********* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.023) 0:02:37.843 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.028) 0:02:37.871 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.030) 0:02:37.902 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.213) 0:02:38.115 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:55 +0000 (0:00:00.027) 0:02:38.143 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.209) 0:02:38.352 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.018) 0:02:38.371 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.019) 0:02:38.390 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.018) 0:02:38.409 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.018) 0:02:38.427 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.018) 0:02:38.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.018) 0:02:38.464 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.017) 0:02:38.482 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.018) 0:02:38.500 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.027) 0:02:38.528 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.021) 0:02:38.550 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.020) 0:02:38.570 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.086) 0:02:38.656 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.209) 0:02:38.865 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:08:56 +0000 (0:00:00.270) 0:02:39.136 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.211) 0:02:39.348 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.060) 0:02:39.408 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.019) 0:02:39.428 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.026) 0:02:39.455 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.025) 0:02:39.481 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.039) 0:02:39.520 ********* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.026) 0:02:39.546 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.024) 0:02:39.571 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.030) 0:02:39.602 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.206) 0:02:39.808 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.030) 0:02:39.838 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.209) 0:02:40.048 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.021) 0:02:40.069 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.022) 0:02:40.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.020) 0:02:40.112 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.019) 0:02:40.132 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.079) 0:02:40.211 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.020) 0:02:40.232 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.018) 0:02:40.250 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.020) 0:02:40.271 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:08:57 +0000 (0:00:00.030) 0:02:40.301 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:08:58 +0000 (0:00:00.026) 0:02:40.327 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:08:58 +0000 (0:00:00.031) 0:02:40.359 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:08:58 +0000 (0:00:00.025) 0:02:40.384 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:08:58 +0000 (0:00:00.027) 0:02:40.412 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:08:58 +0000 (0:00:00.589) 0:02:41.001 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:08:58 +0000 (0:00:00.201) 0:02:41.203 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:175 Thursday 06 June 2024 22:08:59 +0000 (0:00:00.222) 0:02:41.426 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:180 Thursday 06 June 2024 22:08:59 +0000 (0:00:00.610) 0:02:42.036 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:08:59 +0000 (0:00:00.079) 0:02:42.115 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:08:59 +0000 (0:00:00.034) 0:02:42.150 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:08:59 +0000 (0:00:00.024) 0:02:42.175 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:08:59 +0000 (0:00:00.083) 0:02:42.259 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:08:59 +0000 (0:00:00.022) 0:02:42.281 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:09:00 +0000 (0:00:00.046) 0:02:42.328 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:09:00 +0000 (0:00:00.659) 0:02:42.988 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:09:00 +0000 (0:00:00.020) 0:02:43.009 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:09:00 +0000 (0:00:00.025) 0:02:43.034 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031227", "end": "2024-06-06 22:09:00.937545", "rc": 0, "start": "2024-06-06 22:09:00.906318" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:09:00 +0000 (0:00:00.241) 0:02:43.276 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:09:00 +0000 (0:00:00.023) 0:02:43.300 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.019) 0:02:43.319 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.023) 0:02:43.343 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.023) 0:02:43.366 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.040) 0:02:43.406 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.025) 0:02:43.431 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.025) 0:02:43.457 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.035) 0:02:43.492 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.213) 0:02:43.706 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.029) 0:02:43.735 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.289) 0:02:44.025 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.020) 0:02:44.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.019) 0:02:44.065 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.019) 0:02:44.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.018) 0:02:44.103 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.021) 0:02:44.125 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.021) 0:02:44.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.021) 0:02:44.168 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.022) 0:02:44.190 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.028) 0:02:44.219 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.039) 0:02:44.258 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.021) 0:02:44.280 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:09:01 +0000 (0:00:00.023) 0:02:44.304 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.037) 0:02:44.342 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.021) 0:02:44.363 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.021) 0:02:44.384 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.038) 0:02:44.422 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.028) 0:02:44.451 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.084) 0:02:44.535 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.040) 0:02:44.576 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.020) 0:02:44.597 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.019) 0:02:44.616 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.021) 0:02:44.637 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.021) 0:02:44.658 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.022) 0:02:44.681 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.021) 0:02:44.702 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.025) 0:02:44.727 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.049) 0:02:44.777 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.021) 0:02:44.798 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.024) 0:02:44.823 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.021) 0:02:44.845 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.036) 0:02:44.881 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.212) 0:02:45.093 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.028) 0:02:45.121 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:02 +0000 (0:00:00.031) 0:02:45.153 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.278) 0:02:45.431 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.029) 0:02:45.460 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.210) 0:02:45.671 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004119", "end": "2024-06-06 22:09:03.544159", "rc": 0, "start": "2024-06-06 22:09:03.540040" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.211) 0:02:45.882 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003994", "end": "2024-06-06 22:09:03.754292", "rc": 0, "start": "2024-06-06 22:09:03.750298" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.210) 0:02:46.092 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.032) 0:02:46.125 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.020) 0:02:46.145 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.018) 0:02:46.164 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.019) 0:02:46.183 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.018) 0:02:46.202 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.019) 0:02:46.221 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.027) 0:02:46.248 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.024) 0:02:46.273 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:09:03 +0000 (0:00:00.029) 0:02:46.302 ********* changed: [sut] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0700", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure certs.d files] ***************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:09:04 +0000 (0:00:00.215) 0:02:46.518 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:09:04 +0000 (0:00:00.562) 0:02:47.080 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:09:04 +0000 (0:00:00.028) 0:02:47.109 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:09:04 +0000 (0:00:00.022) 0:02:47.131 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:09:04 +0000 (0:00:00.023) 0:02:47.154 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:09:04 +0000 (0:00:00.051) 0:02:47.205 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:09:04 +0000 (0:00:00.024) 0:02:47.230 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:05 +0000 (0:00:00.103) 0:02:47.333 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:05 +0000 (0:00:00.024) 0:02:47.358 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:05 +0000 (0:00:00.024) 0:02:47.383 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:05 +0000 (0:00:00.030) 0:02:47.413 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:05 +0000 (0:00:00.211) 0:02:47.625 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:05 +0000 (0:00:00.030) 0:02:47.656 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:05 +0000 (0:00:00.210) 0:02:47.867 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004016", "end": "2024-06-06 22:09:05.741795", "rc": 0, "start": "2024-06-06 22:09:05.737779" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:05 +0000 (0:00:00.210) 0:02:48.077 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003950", "end": "2024-06-06 22:09:05.943822", "rc": 0, "start": "2024-06-06 22:09:05.939872" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:05 +0000 (0:00:00.205) 0:02:48.283 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.031) 0:02:48.315 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.020) 0:02:48.335 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.018) 0:02:48.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 user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.019) 0:02:48.374 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.020) 0:02:48.394 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.021) 0:02:48.415 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.066) 0:02:48.482 ********* ok: [sut] => { "changed": false, "gid": 2001, "group": "auth_test_user1", "mode": "0700", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 21, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.215) 0:02:48.697 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.024) 0:02:48.722 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.533) 0:02:49.255 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:09:06 +0000 (0:00:00.021) 0:02:49.277 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.083) 0:02:49.361 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.021) 0:02:49.382 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.021) 0:02:49.404 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.057) 0:02:49.461 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.029) 0:02:49.491 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.032) 0:02:49.523 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.025) 0:02:49.549 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.040) 0:02:49.589 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.028) 0:02:49.618 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.025) 0:02:49.643 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.035) 0:02:49.678 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.212) 0:02:49.891 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.030) 0:02:49.922 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:07 +0000 (0:00:00.211) 0:02:50.134 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.007411", "end": "2024-06-06 22:09:08.007310", "rc": 0, "start": "2024-06-06 22:09:07.999899" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.210) 0:02:50.344 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004028", "end": "2024-06-06 22:09:08.216568", "rc": 0, "start": "2024-06-06 22:09:08.212540" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.211) 0:02:50.555 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.031) 0:02:50.587 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.025) 0:02:50.613 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.020) 0:02:50.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.019) 0:02:50.653 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.110) 0:02:50.764 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.029) 0:02:50.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.020) 0:02:50.813 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.038) 0:02:50.852 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.028) 0:02:50.880 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.029) 0:02:50.910 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.028) 0:02:50.938 ********* 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.006159", "end": "2024-06-06 22:09:08.812621", "rc": 0, "start": "2024-06-06 22:09:08.806462" } 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.213) 0:02:51.152 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.020) 0:02:51.172 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.046) 0:02:51.218 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:09:08 +0000 (0:00:00.035) 0:02:51.254 ********* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.018228", "end": "2024-06-06 22:09:09.139184", "rc": 0, "start": "2024-06-06 22:09:09.120956" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:09:09 +0000 (0:00:00.228) 0:02:51.482 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:09:09 +0000 (0:00:00.024) 0:02:51.507 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Thursday 06 June 2024 22:09:09 +0000 (0:00:00.020) 0:02:51.528 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Thursday 06 June 2024 22:09:09 +0000 (0:00:00.018) 0:02:51.546 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Thursday 06 June 2024 22:09:09 +0000 (0:00:00.017) 0:02:51.564 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Thursday 06 June 2024 22:09:10 +0000 (0:00:01.432) 0:02:52.996 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Thursday 06 June 2024 22:09:10 +0000 (0:00:00.202) 0:02:53.198 ********* changed: [sut] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0755", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 06 June 2024 22:09:11 +0000 (0:00:00.216) 0:02:53.415 ********* 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-1717711751.1488655-4338-250240633847600/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 06 June 2024 22:09:11 +0000 (0:00:00.613) 0:02:54.028 ********* changed: [sut] => { "actions": [ "/bin/podman play kube --start=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 364269fd7d6ec916b7a99f43e6bd55de452040704c3f292e1fd5df12e0905a8c Container: 9810bdfd9206e934d148a49fc70620f05607db1232bef4f38eddd824b3948827 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Thursday 06 June 2024 22:09:12 +0000 (0:00:00.996) 0:02:55.025 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 06 June 2024 22:09:13 +0000 (0:00:00.509) 0:02:55.534 ********* 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": "\"app-podman\\\\x2dkube.slice\" network-online.target -.mount basic.target run-user-2001.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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 06 June 2024 22:09:13 +0000 (0:00:00.436) 0:02:55.971 ********* 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": "network-online.target basic.target -.mount run-user-2001.mount \"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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.979) 0:02:56.950 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.027) 0:02:56.978 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.060) 0:02:57.038 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.029) 0:02:57.068 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.042) 0:02:57.111 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.023) 0:02:57.134 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.032) 0:02:57.167 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.039) 0:02:57.207 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.026) 0:02:57.233 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.028) 0:02:57.262 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:14 +0000 (0:00:00.038) 0:02:57.301 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:15 +0000 (0:00:00.272) 0:02:57.573 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:15 +0000 (0:00:00.027) 0:02:57.601 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:15 +0000 (0:00:00.254) 0:02:57.856 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005916", "end": "2024-06-06 22:09:15.806630", "rc": 0, "start": "2024-06-06 22:09:15.800714" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:15 +0000 (0:00:00.360) 0:02:58.216 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004652", "end": "2024-06-06 22:09:16.115886", "rc": 0, "start": "2024-06-06 22:09:16.111234" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.237) 0:02:58.453 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.033) 0:02:58.487 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.021) 0:02:58.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 user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.021) 0:02:58.530 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.020) 0:02:58.551 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.022) 0:02:58.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 : Set per-container variables part 3] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.022) 0:02:58.596 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.039) 0:02:58.635 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.023) 0:02:58.659 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.024) 0:02:58.683 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.043) 0:02:58.726 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.026) 0:02:58.753 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.021) 0:02:58.774 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.044) 0:02:58.819 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.033) 0:02:58.852 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.255) 0:02:59.108 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.027) 0:02:59.135 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.020) 0:02:59.155 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 06 June 2024 22:09:16 +0000 (0:00:00.087) 0:02:59.242 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 06 June 2024 22:09:18 +0000 (0:00:01.123) 0:03:00.366 ********* changed: [sut] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0755", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 06 June 2024 22:09:18 +0000 (0:00:00.282) 0:03:00.649 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 06 June 2024 22:09:18 +0000 (0:00:00.020) 0:03:00.670 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 06 June 2024 22:09:18 +0000 (0:00:00.020) 0:03:00.690 ********* 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-1717711758.4315295-4432-68094072654023/source", "state": "file", "uid": 2001 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.739) 0:03:01.430 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.024) 0:03:01.454 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.024) 0:03:01.478 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.025) 0:03:01.503 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.018) 0:03:01.522 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.059) 0:03:01.581 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.023) 0:03:01.605 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.039) 0:03:01.644 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.024) 0:03:01.669 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.023) 0:03:01.692 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.029) 0:03:01.722 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.259) 0:03:01.982 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.030) 0:03:02.012 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:19 +0000 (0:00:00.290) 0:03:02.303 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.006670", "end": "2024-06-06 22:09:20.237921", "rc": 0, "start": "2024-06-06 22:09:20.231251" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.367) 0:03:02.671 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006810", "end": "2024-06-06 22:09:20.615109", "rc": 0, "start": "2024-06-06 22:09:20.608299" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.287) 0:03:02.958 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.034) 0:03:02.993 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.020) 0:03:03.014 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.021) 0:03:03.035 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.018) 0:03:03.054 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.019) 0:03:03.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 : Set credential variables] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.019) 0:03:03.093 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.065) 0:03:03.159 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.021) 0:03:03.180 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.021) 0:03:03.202 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.021) 0:03:03.224 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.024) 0:03:03.248 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.025) 0:03:03.273 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Thursday 06 June 2024 22:09:20 +0000 (0:00:00.022) 0:03:03.296 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.067) 0:03:03.364 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.021) 0:03:03.385 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.029) 0:03:03.414 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.023) 0:03:03.437 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.136) 0:03:03.573 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.026) 0:03:03.600 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.027) 0:03:03.627 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.040) 0:03:03.668 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.269) 0:03:03.938 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.033) 0:03:03.971 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:21 +0000 (0:00:00.283) 0:03:04.255 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.006116", "end": "2024-06-06 22:09:22.209150", "rc": 0, "start": "2024-06-06 22:09:22.203034" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.294) 0:03:04.550 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005291", "end": "2024-06-06 22:09:22.490064", "rc": 0, "start": "2024-06-06 22:09:22.484773" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.288) 0:03:04.838 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.035) 0:03:04.874 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.022) 0:03:04.896 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.029) 0:03:04.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 user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.031) 0:03:04.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.020) 0:03:04.977 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.020) 0:03:04.998 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.027) 0:03:05.026 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.028) 0:03:05.054 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.030) 0:03:05.085 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.021) 0:03:05.106 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.027) 0:03:05.134 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.027) 0:03:05.161 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.019) 0:03:05.181 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:208 Thursday 06 June 2024 22:09:22 +0000 (0:00:00.099) 0:03:05.280 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:09:23 +0000 (0:00:00.044) 0:03:05.325 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:09:23 +0000 (0:00:00.034) 0:03:05.360 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:09:23 +0000 (0:00:00.025) 0:03:05.385 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:09:23 +0000 (0:00:00.020) 0:03:05.406 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:09:23 +0000 (0:00:00.019) 0:03:05.425 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:09:23 +0000 (0:00:00.044) 0:03:05.470 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:09:23 +0000 (0:00:00.825) 0:03:06.295 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.021) 0:03:06.317 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.024) 0:03:06.342 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.059811", "end": "2024-06-06 22:09:24.316588", "rc": 0, "start": "2024-06-06 22:09:24.256777" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.322) 0:03:06.664 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.023) 0:03:06.687 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.020) 0:03:06.708 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.025) 0:03:06.733 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.130) 0:03:06.863 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.045) 0:03:06.909 ********* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.269) 0:03:07.179 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.025) 0:03:07.204 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:24 +0000 (0:00:00.033) 0:03:07.237 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.292) 0:03:07.530 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.030) 0:03:07.561 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.285) 0:03:07.846 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.033) 0:03:07.879 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.021) 0:03:07.901 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.024) 0:03:07.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 : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.021) 0:03:07.947 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.021) 0:03:07.969 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.020) 0:03:07.989 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.021) 0:03:08.011 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.019) 0:03:08.030 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.026) 0:03:08.056 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.037) 0:03:08.094 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.019) 0:03:08.113 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.099) 0:03:08.213 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.043) 0:03:08.257 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.022) 0:03:08.279 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:09:25 +0000 (0:00:00.020) 0:03:08.300 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.040) 0:03:08.341 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.022) 0:03:08.363 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.021) 0:03:08.385 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.043) 0:03:08.429 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.025) 0:03:08.454 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.021) 0:03:08.476 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.029) 0:03:08.505 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.022) 0:03:08.528 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.032) 0:03:08.560 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.021) 0:03:08.582 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.022) 0:03:08.604 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.050) 0:03:08.654 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.020) 0:03:08.675 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.114) 0:03:08.790 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.024) 0:03:08.814 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.036) 0:03:08.850 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.023) 0:03:08.874 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.023) 0:03:08.898 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.030) 0:03:08.929 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.261) 0:03:09.190 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:26 +0000 (0:00:00.029) 0:03:09.220 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.231) 0:03:09.451 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.021) 0:03:09.473 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.024) 0:03:09.497 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.020) 0:03:09.517 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.020) 0:03:09.538 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.021) 0:03:09.560 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.021) 0:03:09.581 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.026) 0:03:09.608 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.023) 0:03:09.631 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.032) 0:03:09.664 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.024) 0:03:09.689 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.030) 0:03:09.720 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.120) 0:03:09.840 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.033) 0:03:09.873 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.034) 0:03:09.908 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.023) 0:03:09.931 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.026) 0:03:09.957 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.059) 0:03:10.017 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.024) 0:03:10.041 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.037) 0:03:10.079 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.025) 0:03:10.105 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.025) 0:03:10.130 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:27 +0000 (0:00:00.031) 0:03:10.161 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.280) 0:03:10.441 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.029) 0:03:10.471 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.240) 0:03:10.711 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.020) 0:03:10.732 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.021) 0:03:10.754 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.020) 0:03:10.774 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.020) 0:03:10.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.018) 0:03:10.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.116) 0:03:10.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.021) 0:03:10.951 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.021) 0:03:10.973 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.033) 0:03:11.007 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.022) 0:03:11.029 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.020) 0:03:11.050 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.021) 0:03:11.072 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.020) 0:03:11.093 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.021) 0:03:11.115 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.020) 0:03:11.136 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.018) 0:03:11.154 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.054) 0:03:11.208 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.029) 0:03:11.238 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.031) 0:03:11.270 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Thursday 06 June 2024 22:09:28 +0000 (0:00:00.023) 0:03:11.294 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.038) 0:03:11.332 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.026) 0:03:11.359 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.028) 0:03:11.387 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.032) 0:03:11.420 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.279) 0:03:11.699 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.134) 0:03:11.833 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.231) 0:03:12.065 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.020) 0:03:12.086 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.019) 0:03:12.106 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.019) 0:03:12.125 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.018) 0:03:12.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.019) 0:03:12.164 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.020) 0:03:12.184 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.024) 0:03:12.208 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.020) 0:03:12.229 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.020) 0:03:12.250 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Thursday 06 June 2024 22:09:29 +0000 (0:00:00.034) 0:03:12.284 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Thursday 06 June 2024 22:09:30 +0000 (0:00:00.023) 0:03:12.307 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Thursday 06 June 2024 22:09:30 +0000 (0:00:00.023) 0:03:12.331 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Thursday 06 June 2024 22:09:30 +0000 (0:00:00.026) 0:03:12.358 ********* 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.008719", "end": "2024-06-06 22:09:30.306894", "rc": 0, "start": "2024-06-06 22:09:30.298175" } 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Thursday 06 June 2024 22:09:30 +0000 (0:00:00.295) 0:03:12.653 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 06 June 2024 22:09:30 +0000 (0:00:00.046) 0:03:12.699 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 06 June 2024 22:09:30 +0000 (0:00:00.025) 0:03:12.725 ********* 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": "systemd-journald.socket \"system-podman\\\\x2dkube.slice\" sysinit.target -.mount basic.target network-online.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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Thursday 06 June 2024 22:09:30 +0000 (0:00:00.496) 0:03:13.222 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.225) 0:03:13.448 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.121) 0:03:13.570 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.256) 0:03:13.826 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.024) 0:03:13.851 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.037) 0:03:13.888 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.023) 0:03:13.912 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.022) 0:03:13.934 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.022) 0:03:13.957 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.022) 0:03:13.980 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.068) 0:03:14.048 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.033) 0:03:14.082 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.030) 0:03:14.112 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.030) 0:03:14.142 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.037) 0:03:14.180 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.040) 0:03:14.221 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.035) 0:03:14.257 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:31 +0000 (0:00:00.026) 0:03:14.283 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.032) 0:03:14.316 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.274) 0:03:14.590 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.154) 0:03:14.744 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.278) 0:03:15.023 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.021) 0:03:15.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.020) 0:03:15.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.020) 0:03:15.086 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.020) 0:03:15.107 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.027) 0:03:15.134 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.022) 0:03:15.157 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.020) 0:03:15.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 : Set per-container variables part 3] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.020) 0:03:15.198 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.043) 0:03:15.242 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.024) 0:03:15.267 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 06 June 2024 22:09:32 +0000 (0:00:00.023) 0:03:15.290 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.044) 0:03:15.335 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.031) 0:03:15.366 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.047) 0:03:15.413 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.031) 0:03:15.445 ********* 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 : See if quadlet file exists] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.424) 0:03:15.869 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create tempdir] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:44 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.022) 0:03:15.891 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fetch the network quadlet] ************ task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:52 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.027) 0:03:15.919 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the network name] ***************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.116) 0:03:16.035 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove tempdir] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:62 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.020) 0:03:16.056 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:67 Thursday 06 June 2024 22:09:33 +0000 (0:00:00.019) 0:03:16.075 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.277) 0:03:16.353 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.031) 0:03:16.384 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.019) 0:03:16.404 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.019) 0:03:16.424 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:81 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.020) 0:03:16.444 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:90 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.021) 0:03:16.465 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:98 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.022) 0:03:16.488 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.022) 0:03:16.510 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.021) 0:03:16.532 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.019) 0:03:16.551 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.059) 0:03:16.610 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.029) 0:03:16.640 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.036) 0:03:16.676 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.023) 0:03:16.700 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.022) 0:03:16.723 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.107) 0:03:16.831 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.272) 0:03:17.103 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:34 +0000 (0:00:00.028) 0:03:17.132 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.227) 0:03:17.360 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.023) 0:03:17.383 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.021) 0:03:17.404 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.021) 0:03:17.426 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.020) 0:03:17.446 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.020) 0:03:17.467 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.019) 0:03:17.487 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.019) 0:03:17.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 : Set credential variables] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.020) 0:03:17.528 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.030) 0:03:17.559 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.020) 0:03:17.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 : Ensure credential file content is present] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.020) 0:03:17.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 : Ensure credential file is absent] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.019) 0:03:17.620 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.230) 0:03:17.851 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:09:35 +0000 (0:00:00.245) 0:03:18.097 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.272) 0:03:18.369 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.064) 0:03:18.434 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.123) 0:03:18.558 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.024) 0:03:18.582 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.022) 0:03:18.605 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.036) 0:03:18.642 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.024) 0:03:18.667 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.025) 0:03:18.692 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.031) 0:03:18.723 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.270) 0:03:18.994 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:36 +0000 (0:00:00.028) 0:03:19.022 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.285) 0:03:19.308 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.019) 0:03:19.327 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.019) 0:03:19.346 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.018) 0:03:19.365 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.019) 0:03:19.384 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.018) 0:03:19.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 user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.019) 0:03:19.422 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.019) 0:03:19.442 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.021) 0:03:19.464 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.032) 0:03:19.497 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.026) 0:03:19.524 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.060) 0:03:19.584 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.166) 0:03:19.750 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:09:37 +0000 (0:00:00.038) 0:03:19.789 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:09:38 +0000 (0:00:00.872) 0:03:20.661 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:09:38 +0000 (0:00:00.262) 0:03:20.923 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:228 Thursday 06 June 2024 22:09:38 +0000 (0:00:00.290) 0:03:21.213 ********* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 06 June 2024 22:09:38 +0000 (0:00:00.049) 0:03:21.263 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 06 June 2024 22:09:38 +0000 (0:00:00.036) 0:03:21.300 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 06 June 2024 22:09:39 +0000 (0:00:00.031) 0:03:21.332 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 06 June 2024 22:09:39 +0000 (0:00:00.027) 0:03:21.359 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Thursday 06 June 2024 22:09:39 +0000 (0:00:00.060) 0:03:21.420 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 06 June 2024 22:09:39 +0000 (0:00:00.059) 0:03:21.480 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 06 June 2024 22:09:39 +0000 (0:00:00.814) 0:03:22.294 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.020) 0:03:22.314 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.024) 0:03:22.338 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.045252", "end": "2024-06-06 22:09:40.297825", "rc": 0, "start": "2024-06-06 22:09:40.252573" } STDOUT: podman version 5.0.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.305) 0:03:22.643 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.144) 0:03:22.787 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.026) 0:03:22.814 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.027) 0:03:22.842 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.024) 0:03:22.867 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.050) 0:03:22.918 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.243) 0:03:23.161 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.023) 0:03:23.185 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:40 +0000 (0:00:00.029) 0:03:23.214 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:41 +0000 (0:00:00.306) 0:03:23.520 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:41 +0000 (0:00:00.030) 0:03:23.550 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:41 +0000 (0:00:00.305) 0:03:23.856 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005425", "end": "2024-06-06 22:09:41.797110", "rc": 0, "start": "2024-06-06 22:09:41.791685" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:41 +0000 (0:00:00.287) 0:03:24.143 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004104", "end": "2024-06-06 22:09:42.045513", "rc": 0, "start": "2024-06-06 22:09:42.041409" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.246) 0:03:24.389 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.035) 0:03:24.425 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.021) 0:03:24.446 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.021) 0:03:24.467 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.020) 0:03:24.488 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.019) 0:03:24.508 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.018) 0:03:24.526 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.144) 0:03:24.671 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.042) 0:03:24.714 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.021) 0:03:24.736 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.021) 0:03:24.758 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.040) 0:03:24.798 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.020) 0:03:24.818 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.022) 0:03:24.840 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.041) 0:03:24.882 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.024) 0:03:24.906 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.021) 0:03:24.927 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.042) 0:03:24.970 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.025) 0:03:24.996 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.021) 0:03:25.017 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.021) 0:03:25.039 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.020) 0:03:25.060 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.021) 0:03:25.081 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.020) 0:03:25.102 ********* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.133) 0:03:25.235 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:09:42 +0000 (0:00:00.063) 0:03:25.299 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.023) 0:03:25.322 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.024) 0:03:25.347 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.022) 0:03:25.370 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.037) 0:03:25.408 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.023) 0:03:25.432 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.033) 0:03:25.465 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.037) 0:03:25.503 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.260) 0:03:25.763 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.028) 0:03:25.792 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:43 +0000 (0:00:00.271) 0:03:26.063 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.006539", "end": "2024-06-06 22:09:44.004216", "rc": 0, "start": "2024-06-06 22:09:43.997677" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.284) 0:03:26.348 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004257", "end": "2024-06-06 22:09:44.252010", "rc": 0, "start": "2024-06-06 22:09:44.247753" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.243) 0:03:26.591 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.034) 0:03:26.626 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.022) 0:03:26.649 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.020) 0:03:26.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 user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.020) 0:03:26.690 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.020) 0:03:26.710 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.153) 0:03:26.864 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.031) 0:03:26.895 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.028) 0:03:26.923 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.033) 0:03:26.957 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.037) 0:03:26.994 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.033) 0:03:27.028 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.030) 0:03:27.058 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.029) 0:03:27.087 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.034) 0:03:27.122 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.059) 0:03:27.181 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.025) 0:03:27.207 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.036) 0:03:27.244 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.024) 0:03:27.268 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:44 +0000 (0:00:00.024) 0:03:27.293 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:45 +0000 (0:00:00.030) 0:03:27.323 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:45 +0000 (0:00:00.276) 0:03:27.600 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:45 +0000 (0:00:00.035) 0:03:27.636 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:45 +0000 (0:00:00.297) 0:03:27.934 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004196", "end": "2024-06-06 22:09:45.844324", "rc": 0, "start": "2024-06-06 22:09:45.840128" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:45 +0000 (0:00:00.270) 0:03:28.204 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005005", "end": "2024-06-06 22:09:46.136011", "rc": 0, "start": "2024-06-06 22:09:46.131006" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.398) 0:03:28.602 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.032) 0:03:28.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 : Get subgid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.020) 0:03:28.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 : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.020) 0:03:28.676 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.020) 0:03:28.697 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.020) 0:03:28.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 : Set credential variables] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.021) 0:03:28.738 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.029) 0:03:28.768 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.021) 0:03:28.789 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.024) 0:03:28.814 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.032) 0:03:28.847 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.034) 0:03:28.881 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.057) 0:03:28.938 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.029) 0:03:28.967 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.022) 0:03:28.990 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.064) 0:03:29.054 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.040) 0:03:29.095 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.031) 0:03:29.126 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.028) 0:03:29.154 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:46 +0000 (0:00:00.038) 0:03:29.193 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:47 +0000 (0:00:00.132) 0:03:29.326 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:47 +0000 (0:00:00.025) 0:03:29.351 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:47 +0000 (0:00:00.036) 0:03:29.388 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:47 +0000 (0:00:00.231) 0:03:29.619 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:47 +0000 (0:00:00.034) 0:03:29.653 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:47 +0000 (0:00:00.239) 0:03:29.893 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004045", "end": "2024-06-06 22:09:47.862477", "rc": 0, "start": "2024-06-06 22:09:47.858432" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:47 +0000 (0:00:00.312) 0:03:30.205 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005603", "end": "2024-06-06 22:09:48.107186", "rc": 0, "start": "2024-06-06 22:09:48.101583" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.245) 0:03:30.450 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.033) 0:03:30.484 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.021) 0:03:30.505 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.020) 0:03:30.525 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.019) 0:03:30.545 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.021) 0:03:30.566 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.020) 0:03:30.587 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.019) 0:03:30.606 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.031) 0:03:30.638 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.022) 0:03:30.660 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.022) 0:03:30.682 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.025) 0:03:30.708 ********* 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.008978", "end": "2024-06-06 22:09:48.644191", "rc": 0, "start": "2024-06-06 22:09:48.635213" } 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.277) 0:03:30.986 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 06 June 2024 22:09:48 +0000 (0:00:00.042) 0:03:31.028 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711749.1678514, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717711752.523872, "dev": 56, "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": 1717711752.523872, "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 06 June 2024 22:09:49 +0000 (0:00:00.282) 0:03:31.311 ********* 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": "Thu 2024-06-06 22:09:14 UTC", "ActiveEnterTimestampMonotonic": "660273485", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target basic.target -.mount run-user-2001.mount \"app-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-06-06 22:09:13 UTC", "AssertTimestampMonotonic": "659685608", "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": "17499735000", "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": "Thu 2024-06-06 22:09:13 UTC", "ConditionTimestampMonotonic": "659685604", "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": "39817", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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": "20589", "ExecMainStartTimestamp": "Thu 2024-06-06 22:09:14 UTC", "ExecMainStartTimestampMonotonic": "660273405", "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=[Thu 2024-06-06 22:09:14 UTC] ; stop_time=[n/a] ; pid=20579 ; 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=[Thu 2024-06-06 22:09:14 UTC] ; stop_time=[n/a] ; pid=20579 ; 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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "Thu 2024-06-06 22:09:14 UTC", "InactiveExitTimestampMonotonic": "659695046", "InvocationID": "12046c2884724d5fb3c5144a6169e525", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "20589", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "66506752", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2024-06-06 22:09:14 UTC", "StateChangeTimestampMonotonic": "660273485", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "13", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Thursday 06 June 2024 22:09:50 +0000 (0:00:01.003) 0:03:32.315 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711752.0238688, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1717711751.5848663, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 517996866, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1717711751.3898652, "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": "647235187", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:33 Thursday 06 June 2024 22:09:50 +0000 (0:00:00.226) 0:03:32.542 ********* changed: [sut] => { "actions": [ "/bin/podman kube play --down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:44 Thursday 06 June 2024 22:09:50 +0000 (0:00:00.357) 0:03:32.900 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:49 Thursday 06 June 2024 22:09:50 +0000 (0:00:00.225) 0:03:33.126 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.047657", "end": "2024-06-06 22:09:51.056482", "rc": 0, "start": "2024-06-06 22:09:51.008825" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:58 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.283) 0:03:33.409 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.043) 0:03:33.452 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.024) 0:03:33.477 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.024) 0:03:33.501 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.026) 0:03:33.528 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.023) 0:03:33.551 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.058) 0:03:33.610 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.035) 0:03:33.645 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.028) 0:03:33.673 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.023) 0:03:33.697 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.037) 0:03:33.734 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.046) 0:03:33.780 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.028) 0:03:33.809 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.031) 0:03:33.840 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.156) 0:03:33.997 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.213) 0:03:34.210 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:51 +0000 (0:00:00.031) 0:03:34.241 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.225) 0:03:34.467 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004148", "end": "2024-06-06 22:09:52.338441", "rc": 0, "start": "2024-06-06 22:09:52.334293" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.211) 0:03:34.678 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003941", "end": "2024-06-06 22:09:52.548066", "rc": 0, "start": "2024-06-06 22:09:52.544125" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.210) 0:03:34.889 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.032) 0:03:34.921 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.021) 0:03:34.943 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.020) 0:03:34.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.021) 0:03:34.984 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.020) 0:03:35.005 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.029) 0:03:35.035 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.044) 0:03:35.079 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.026) 0:03:35.106 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.021) 0:03:35.127 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.056) 0:03:35.184 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.026) 0:03:35.210 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Thursday 06 June 2024 22:09:52 +0000 (0:00:00.046) 0:03:35.256 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711749.1678514, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717711752.523872, "dev": 56, "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": 1717711752.523872, "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Thursday 06 June 2024 22:09:53 +0000 (0:00:00.230) 0:03:35.486 ********* 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": "-.mount run-user-2001.mount basic.target app.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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/2001/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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": "app.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "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 : See if quadlet file exists] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Thursday 06 June 2024 22:09:53 +0000 (0:00:00.431) 0:03:35.918 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create tempdir] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:44 Thursday 06 June 2024 22:09:53 +0000 (0:00:00.123) 0:03:36.042 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fetch the network quadlet] ************ task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:52 Thursday 06 June 2024 22:09:53 +0000 (0:00:00.023) 0:03:36.065 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the network name] ***************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Thursday 06 June 2024 22:09:53 +0000 (0:00:00.021) 0:03:36.087 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove tempdir] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:62 Thursday 06 June 2024 22:09:53 +0000 (0:00:00.022) 0:03:36.109 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:67 Thursday 06 June 2024 22:09:53 +0000 (0:00:00.022) 0:03:36.132 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.212) 0:03:36.345 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.033) 0:03:36.378 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.023) 0:03:36.401 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.024) 0:03:36.426 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:81 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.026) 0:03:36.452 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:90 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.413) 0:03:36.866 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.049978", "end": "2024-06-06 22:09:54.818968", "rc": 0, "start": "2024-06-06 22:09:54.768990" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:98 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.317) 0:03:37.183 ********* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.026) 0:03:37.210 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.022) 0:03:37.232 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Thursday 06 June 2024 22:09:54 +0000 (0:00:00.067) 0:03:37.299 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Thursday 06 June 2024 22:09:55 +0000 (0:00:00.031) 0:03:37.331 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Thursday 06 June 2024 22:09:55 +0000 (0:00:00.033) 0:03:37.365 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711749.1678514, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717711752.523872, "dev": 56, "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": 1717711752.523872, "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Thursday 06 June 2024 22:09:55 +0000 (0:00:00.216) 0:03:37.582 ********* ok: [sut] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Thursday 06 June 2024 22:09:55 +0000 (0:00:00.651) 0:03:38.233 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.050647", "end": "2024-06-06 22:09:56.185419", "rc": 0, "start": "2024-06-06 22:09:56.134772" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Thursday 06 June 2024 22:09:56 +0000 (0:00:00.317) 0:03:38.550 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.050565", "end": "2024-06-06 22:09:56.518811", "rc": 0, "start": "2024-06-06 22:09:56.468246" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Thursday 06 June 2024 22:09:56 +0000 (0:00:00.316) 0:03:38.867 ********* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.008643", "end": "2024-06-06 22:09:56.747681", "rc": 0, "start": "2024-06-06 22:09:56.739038" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Thursday 06 June 2024 22:09:56 +0000 (0:00:00.235) 0:03:39.103 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Thursday 06 June 2024 22:09:56 +0000 (0:00:00.060) 0:03:39.164 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Thursday 06 June 2024 22:09:56 +0000 (0:00:00.024) 0:03:39.188 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:56 +0000 (0:00:00.035) 0:03:39.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:56 +0000 (0:00:00.023) 0:03:39.247 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:56 +0000 (0:00:00.023) 0:03:39.270 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:56 +0000 (0:00:00.033) 0:03:39.304 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:57 +0000 (0:00:00.213) 0:03:39.517 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:57 +0000 (0:00:00.028) 0:03:39.546 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:57 +0000 (0:00:00.210) 0:03:39.756 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004338", "end": "2024-06-06 22:09:57.643973", "rc": 0, "start": "2024-06-06 22:09:57.639635" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:57 +0000 (0:00:00.226) 0:03:39.983 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004035", "end": "2024-06-06 22:09:57.857831", "rc": 0, "start": "2024-06-06 22:09:57.853796" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:09:57 +0000 (0:00:00.215) 0:03:40.199 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:09:57 +0000 (0:00:00.036) 0:03:40.235 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:09:57 +0000 (0:00:00.020) 0:03:40.255 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:09:57 +0000 (0:00:00.020) 0:03:40.276 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:09:57 +0000 (0:00:00.018) 0:03:40.294 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.147) 0:03:40.442 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.021) 0:03:40.464 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.038) 0:03:40.502 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:38 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.028) 0:03:40.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 credential file content is present] *** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:48 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.022) 0:03:40.553 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:65 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.022) 0:03:40.575 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.210) 0:03:40.786 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:79 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.203) 0:03:40.990 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.029) 0:03:41.019 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:3 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.079) 0:03:41.099 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:10 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.023) 0:03:41.123 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:14 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.025) 0:03:41.148 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:18 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.024) 0:03:41.173 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.041) 0:03:41.214 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.025) 0:03:41.240 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.028) 0:03:41.269 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 06 June 2024 22:09:58 +0000 (0:00:00.031) 0:03:41.300 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 06 June 2024 22:09:59 +0000 (0:00:00.227) 0:03:41.528 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 06 June 2024 22:09:59 +0000 (0:00:00.035) 0:03:41.564 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717711650.6352553, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717711617.6410596, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2193688452", "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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 06 June 2024 22:09:59 +0000 (0:00:00.329) 0:03:41.893 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004102", "end": "2024-06-06 22:09:59.765343", "rc": 0, "start": "2024-06-06 22:09:59.761241" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 06 June 2024 22:09:59 +0000 (0:00:00.218) 0:03:42.112 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004015", "end": "2024-06-06 22:10:00.002591", "rc": 0, "start": "2024-06-06 22:09:59.998576" } STDOUT: 0: auth_test_user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.231) 0:03:42.343 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.034) 0:03:42.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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.023) 0:03:42.401 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.027) 0:03:42.429 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.021) 0:03:42.450 ********* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.020) 0:03:42.471 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:23 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.019) 0:03:42.490 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:27 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.025) 0:03:42.516 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:31 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.022) 0:03:42.538 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure certs.d directory] ************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:50 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.030) 0:03:42.569 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:58 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.022) 0:03:42.592 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.027) 0:03:42.619 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:82 Thursday 06 June 2024 22:10:00 +0000 (0:00:00.596) 0:03:43.216 ********* 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-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:90 Thursday 06 June 2024 22:10:01 +0000 (0:00:00.217) 0:03:43.433 ********* 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-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:249 Thursday 06 June 2024 22:10:01 +0000 (0:00:00.232) 0:03:43.666 ********* changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:254 Thursday 06 June 2024 22:10:01 +0000 (0:00:00.483) 0:03:44.149 ********* changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:272 Thursday 06 June 2024 22:10:02 +0000 (0:00:00.232) 0:03:44.382 ********* changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_gqngarcc_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:280 Thursday 06 June 2024 22:10:02 +0000 (0:00:00.140) 0:03:44.523 ********* included: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/cleanup_registry.yml:3 Thursday 06 June 2024 22:10:02 +0000 (0:00:00.155) 0:03:44.678 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.282065", "end": "2024-06-06 22:10:02.826649", "rc": 0, "start": "2024-06-06 22:10:02.544584" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/cleanup_registry.yml:7 Thursday 06 June 2024 22:10:02 +0000 (0:00:00.487) 0:03:45.166 ********* changed: [sut] => (item=/tmp/lsr_8pg8c1z0_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_8pg8c1z0_podman", "path": "/tmp/lsr_8pg8c1z0_podman", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=788 changed=71 unreachable=0 failed=0 skipped=891 rescued=2 ignored=0 Thursday 06 June 2024 22:10:03 +0000 (0:00:00.244) 0:03:45.410 ********* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 68.60s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 3.67s /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:52 ----- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.26s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Start registry ---------------------------------------------------------- 2.94s /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:89 ----- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.66s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.94s /WORKDIR/git-remove-network-fix_u2re5vv/tests/tests_auth_and_security.yml:9 --- Push test images into local registry ------------------------------------ 1.58s /WORKDIR/git-remove-network-fix_u2re5vv/tests/tasks/setup_registry.yml:114 ---- fedora.linux_system_roles.podman : Ensure container images are present --- 1.43s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 fedora.linux_system_roles.podman : Start service ------------------------ 1.43s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.16s /WORKDIR/git-remove-network-fix_u2re5vv/.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.14s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Ensure container images are present --- 1.12s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 fedora.linux_system_roles.podman : Stop and disable service ------------- 1.00s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.00s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 fedora.linux_system_roles.podman : Start service ------------------------ 0.98s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Ensure container images are present --- 0.95s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.89s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Remove certs.d files ----------------- 0.87s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_certs_d.yml:75 fedora.linux_system_roles.podman : Ensure container images are present --- 0.83s /WORKDIR/git-remove-network-fix_u2re5vv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.83s /WORKDIR/git-remove-network-fix_u2re5vv/.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) ---^---^---^---^---^---