[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.3] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-bA6 executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_quadlet_basic.yml ********************************************** 2 plays in /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:5 Thursday 15 August 2024 17:47:27 -0400 (0:00:00.014) 0:00:00.014 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-hCz/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage quadlet specs] *************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:9 Thursday 15 August 2024 17:47:27 -0400 (0:00:00.029) 0:00:00.044 ******* [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node3] TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:60 Thursday 15 August 2024 17:47:28 -0400 (0:00:01.428) 0:00:01.472 ******* included: fedora.linux_system_roles.podman for managed_node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:47:28 -0400 (0:00:00.103) 0:00:01.576 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:47:28 -0400 (0:00:00.047) 0:00:01.624 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:47:28 -0400 (0:00:00.070) 0:00:01.694 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:47:29 -0400 (0:00:00.893) 0:00:02.587 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:47:29 -0400 (0:00:00.026) 0:00:02.614 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:47:30 -0400 (0:00:00.476) 0:00:03.091 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:47:30 -0400 (0:00:00.068) 0:00:03.159 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed_node3] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:47:30 -0400 (0:00:00.149) 0:00:03.309 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:47:31 -0400 (0:00:01.638) 0:00:04.947 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:47:32 -0400 (0:00:00.104) 0:00:05.052 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:47:32 -0400 (0:00:00.122) 0:00:05.174 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:47:32 -0400 (0:00:00.124) 0:00:05.298 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:47:32 -0400 (0:00:00.097) 0:00:05.396 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:47:32 -0400 (0:00:00.154) 0:00:05.551 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029310", "end": "2024-08-15 17:47:33.168836", "rc": 0, "start": "2024-08-15 17:47:33.139526" } STDOUT: podman version 4.9.4 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:47:33 -0400 (0:00:00.738) 0:00:06.289 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:47:33 -0400 (0:00:00.075) 0:00:06.365 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:47:33 -0400 (0:00:00.066) 0:00:06.432 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:47:33 -0400 (0:00:00.078) 0:00:06.511 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:47:33 -0400 (0:00:00.135) 0:00:06.646 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:47:33 -0400 (0:00:00.152) 0:00:06.799 ******* ok: [managed_node3] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:47:34 -0400 (0:00:00.683) 0:00:07.483 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:47:34 -0400 (0:00:00.152) 0:00:07.635 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:47:34 -0400 (0:00:00.192) 0:00:07.827 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:47:35 -0400 (0:00:00.634) 0:00:08.462 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:47:35 -0400 (0:00:00.151) 0:00:08.614 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:47:36 -0400 (0:00:00.502) 0:00:09.116 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:47:36 -0400 (0:00:00.072) 0:00:09.189 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:47:36 -0400 (0:00:00.077) 0:00:09.266 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:47:36 -0400 (0:00:00.124) 0:00:09.390 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:47:36 -0400 (0:00:00.129) 0:00:09.520 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:47:36 -0400 (0:00:00.083) 0:00:09.603 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:47:36 -0400 (0:00:00.087) 0:00:09.690 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:47:36 -0400 (0:00:00.130) 0:00:09.821 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:47:36 -0400 (0:00:00.135) 0:00:09.957 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.212) 0:00:10.169 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.269) 0:00:10.439 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.080) 0:00:10.519 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.049) 0:00:10.568 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.103) 0:00:10.671 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.043) 0:00:10.715 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.042) 0:00:10.757 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.083) 0:00:10.841 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.041) 0:00:10.882 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:47:37 -0400 (0:00:00.042) 0:00:10.924 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.087) 0:00:11.012 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.041) 0:00:11.053 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.051) 0:00:11.105 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.055) 0:00:11.161 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.072) 0:00:11.234 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.071) 0:00:11.305 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.151) 0:00:11.457 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.070) 0:00:11.527 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.118) 0:00:11.646 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.076) 0:00:11.723 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.078) 0:00:11.801 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:47:38 -0400 (0:00:00.067) 0:00:11.869 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node3 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 15 August 2024 17:47:39 -0400 (0:00:00.188) 0:00:12.057 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "nopull", "Image": "quay.io/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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 15 August 2024 17:47:39 -0400 (0:00:00.087) 0:00:12.144 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": false, "__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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 15 August 2024 17:47:39 -0400 (0:00:00.065) 0:00:12.210 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 15 August 2024 17:47:39 -0400 (0:00:00.052) 0:00:12.263 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 15 August 2024 17:47:39 -0400 (0:00:00.075) 0:00:12.338 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:47:39 -0400 (0:00:00.085) 0:00:12.424 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:47:39 -0400 (0:00:00.053) 0:00:12.478 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:47:39 -0400 (0:00:00.078) 0:00:12.557 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:47:39 -0400 (0:00:00.182) 0:00:12.740 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:47:40 -0400 (0:00:00.504) 0:00:13.244 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:47:40 -0400 (0:00:00.202) 0:00:13.447 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:47:40 -0400 (0:00:00.475) 0:00:13.922 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:47:40 -0400 (0:00:00.049) 0:00:13.972 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.051) 0:00:14.024 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.048) 0:00:14.072 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.060) 0:00:14.133 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.069) 0:00:14.202 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.072) 0:00:14.274 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.071) 0:00:14.346 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.050) 0:00:14.397 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "nopull.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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.140) 0:00:14.538 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.049) 0:00:14.587 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.054) 0:00:14.642 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.113) 0:00:14.755 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.104) 0:00:14.860 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 15 August 2024 17:47:41 -0400 (0:00:00.071) 0:00:14.932 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 15 August 2024 17:47:42 -0400 (0:00:00.175) 0:00:15.107 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:47:42 -0400 (0:00:00.191) 0:00:15.299 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:47:42 -0400 (0:00:00.073) 0:00:15.372 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:47:42 -0400 (0:00:00.103) 0:00:15.476 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 15 August 2024 17:47:42 -0400 (0:00:00.135) 0:00:15.611 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 15 August 2024 17:47:42 -0400 (0:00:00.132) 0:00:15.744 ******* skipping: [managed_node3] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 15 August 2024 17:47:42 -0400 (0:00:00.174) 0:00:15.918 ******* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 15 August 2024 17:47:43 -0400 (0:00:01.054) 0:00:16.973 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 15 August 2024 17:47:44 -0400 (0:00:00.120) 0:00:17.094 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 15 August 2024 17:47:44 -0400 (0:00:00.097) 0:00:17.192 ******* changed: [managed_node3] => { "changed": true, "checksum": "670d64fc68a9768edb20cad26df2acc703542d85", "dest": "/etc/containers/systemd/nopull.container", "gid": 0, "group": "root", "md5sum": "cedb6667f6cd1b033fe06e2810fe6b19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1723758464.267954-9230-68509727934147/.source.container", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Thursday 15 August 2024 17:47:45 -0400 (0:00:01.199) 0:00:18.391 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Thursday 15 August 2024 17:47:45 -0400 (0:00:00.079) 0:00:18.471 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Thursday 15 August 2024 17:47:45 -0400 (0:00:00.102) 0:00:18.573 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 15 August 2024 17:47:45 -0400 (0:00:00.134) 0:00:18.708 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 15 August 2024 17:47:45 -0400 (0:00:00.123) 0:00:18.832 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 15 August 2024 17:47:45 -0400 (0:00:00.129) 0:00:18.962 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:76 Thursday 15 August 2024 17:47:46 -0400 (0:00:00.226) 0:00:19.189 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:80 Thursday 15 August 2024 17:47:46 -0400 (0:00:00.114) 0:00:19.303 ******* included: fedora.linux_system_roles.podman for managed_node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:47:46 -0400 (0:00:00.481) 0:00:19.784 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:47:46 -0400 (0:00:00.177) 0:00:19.962 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:47:47 -0400 (0:00:00.117) 0:00:20.079 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:47:47 -0400 (0:00:00.083) 0:00:20.163 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:47:47 -0400 (0:00:00.113) 0:00:20.276 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:47:47 -0400 (0:00:00.072) 0:00:20.348 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:47:47 -0400 (0:00:00.074) 0:00:20.423 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed_node3] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:47:47 -0400 (0:00:00.153) 0:00:20.577 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:47:48 -0400 (0:00:01.128) 0:00:21.705 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:47:48 -0400 (0:00:00.079) 0:00:21.785 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:47:48 -0400 (0:00:00.111) 0:00:21.897 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:47:48 -0400 (0:00:00.077) 0:00:21.975 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:47:49 -0400 (0:00:00.093) 0:00:22.069 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:47:49 -0400 (0:00:00.141) 0:00:22.210 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028958", "end": "2024-08-15 17:47:49.606182", "rc": 0, "start": "2024-08-15 17:47:49.577224" } STDOUT: podman version 4.9.4 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:47:49 -0400 (0:00:00.494) 0:00:22.705 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:47:49 -0400 (0:00:00.049) 0:00:22.755 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:47:49 -0400 (0:00:00.065) 0:00:22.820 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:47:49 -0400 (0:00:00.055) 0:00:22.875 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:47:49 -0400 (0:00:00.060) 0:00:22.935 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:47:50 -0400 (0:00:00.087) 0:00:23.023 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:47:50 -0400 (0:00:00.062) 0:00:23.085 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:47:50 -0400 (0:00:00.082) 0:00:23.168 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:47:50 -0400 (0:00:00.086) 0:00:23.255 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:47:50 -0400 (0:00:00.453) 0:00:23.708 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:47:50 -0400 (0:00:00.131) 0:00:23.839 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.592) 0:00:24.432 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.077) 0:00:24.509 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.052) 0:00:24.562 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.051) 0:00:24.614 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.046) 0:00:24.660 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.080) 0:00:24.741 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.040) 0:00:24.782 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.041) 0:00:24.823 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.047) 0:00:24.871 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:47:51 -0400 (0:00:00.089) 0:00:24.960 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:47:52 -0400 (0:00:00.196) 0:00:25.156 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:47:52 -0400 (0:00:00.091) 0:00:25.248 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:47:52 -0400 (0:00:00.083) 0:00:25.332 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:47:52 -0400 (0:00:00.200) 0:00:25.532 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:47:52 -0400 (0:00:00.083) 0:00:25.616 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:47:52 -0400 (0:00:00.071) 0:00:25.688 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:47:52 -0400 (0:00:00.162) 0:00:25.851 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:47:52 -0400 (0:00:00.093) 0:00:25.944 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.081) 0:00:26.025 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.224) 0:00:26.250 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.089) 0:00:26.339 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.074) 0:00:26.413 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.089) 0:00:26.503 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.078) 0:00:26.581 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.149) 0:00:26.731 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.091) 0:00:26.823 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.089) 0:00:26.912 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:47:53 -0400 (0:00:00.068) 0:00:26.981 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:47:54 -0400 (0:00:00.072) 0:00:27.053 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:47:54 -0400 (0:00:00.146) 0:00:27.200 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:47:54 -0400 (0:00:00.081) 0:00:27.281 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node3 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 15 August 2024 17:47:54 -0400 (0:00:00.189) 0:00:27.471 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "bogus", "Image": "this_is_a_bogus_image" }, "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 15 August 2024 17:47:54 -0400 (0:00:00.088) 0:00:27.560 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_continue_if_pull_fails": true, "__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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 15 August 2024 17:47:54 -0400 (0:00:00.092) 0:00:27.652 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 15 August 2024 17:47:54 -0400 (0:00:00.104) 0:00:27.756 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 15 August 2024 17:47:54 -0400 (0:00:00.109) 0:00:27.866 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:47:55 -0400 (0:00:00.208) 0:00:28.075 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:47:55 -0400 (0:00:00.085) 0:00:28.160 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:47:55 -0400 (0:00:00.124) 0:00:28.284 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:47:55 -0400 (0:00:00.135) 0:00:28.419 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:47:55 -0400 (0:00:00.510) 0:00:28.930 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:47:55 -0400 (0:00:00.062) 0:00:28.993 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:47:56 -0400 (0:00:00.424) 0:00:29.418 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:47:56 -0400 (0:00:00.052) 0:00:29.470 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:47:56 -0400 (0:00:00.072) 0:00:29.543 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:47:56 -0400 (0:00:00.069) 0:00:29.613 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:47:56 -0400 (0:00:00.072) 0:00:29.685 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:47:56 -0400 (0:00:00.072) 0:00:29.757 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:47:56 -0400 (0:00:00.104) 0:00:29.862 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:47:56 -0400 (0:00:00.081) 0:00:29.943 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 15 August 2024 17:47:57 -0400 (0:00:00.072) 0:00:30.015 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "this_is_a_bogus_image" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "bogus.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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 15 August 2024 17:47:57 -0400 (0:00:00.199) 0:00:30.215 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 15 August 2024 17:47:57 -0400 (0:00:00.154) 0:00:30.370 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 15 August 2024 17:47:57 -0400 (0:00:00.082) 0:00:30.452 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_images": [ "this_is_a_bogus_image" ], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 15 August 2024 17:47:57 -0400 (0:00:00.206) 0:00:30.658 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 15 August 2024 17:47:57 -0400 (0:00:00.051) 0:00:30.711 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 15 August 2024 17:47:57 -0400 (0:00:00.042) 0:00:30.753 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 15 August 2024 17:47:57 -0400 (0:00:00.094) 0:00:30.848 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:47:57 -0400 (0:00:00.104) 0:00:30.953 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:47:58 -0400 (0:00:00.069) 0:00:31.022 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:47:58 -0400 (0:00:00.071) 0:00:31.093 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 15 August 2024 17:47:58 -0400 (0:00:00.066) 0:00:31.160 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 15 August 2024 17:47:58 -0400 (0:00:00.045) 0:00:31.205 ******* ok: [managed_node3] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 15 August 2024 17:47:59 -0400 (0:00:01.242) 0:00:32.448 ******* ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 15 August 2024 17:48:00 -0400 (0:00:00.646) 0:00:33.095 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 15 August 2024 17:48:00 -0400 (0:00:00.074) 0:00:33.170 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 15 August 2024 17:48:00 -0400 (0:00:00.072) 0:00:33.242 ******* changed: [managed_node3] => { "changed": true, "checksum": "1d087e679d135214e8ac9ccaf33b2222916efb7f", "dest": "/etc/containers/systemd/bogus.container", "gid": 0, "group": "root", "md5sum": "97480a9a73734d9f8007d2c06e7fed1f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 138, "src": "/root/.ansible/tmp/ansible-tmp-1723758480.3056576-9752-231612515695473/.source.container", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Thursday 15 August 2024 17:48:01 -0400 (0:00:01.003) 0:00:34.247 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Thursday 15 August 2024 17:48:01 -0400 (0:00:00.145) 0:00:34.393 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Thursday 15 August 2024 17:48:01 -0400 (0:00:00.157) 0:00:34.551 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 15 August 2024 17:48:01 -0400 (0:00:00.152) 0:00:34.704 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 15 August 2024 17:48:01 -0400 (0:00:00.211) 0:00:34.915 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 15 August 2024 17:48:02 -0400 (0:00:00.104) 0:00:35.020 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify image not pulled and no error] ************************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:96 Thursday 15 August 2024 17:48:02 -0400 (0:00:00.153) 0:00:35.174 ******* ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:103 Thursday 15 August 2024 17:48:02 -0400 (0:00:00.133) 0:00:35.307 ******* included: fedora.linux_system_roles.podman for managed_node3 => (item=nopull) included: fedora.linux_system_roles.podman for managed_node3 => (item=bogus) TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:48:02 -0400 (0:00:00.342) 0:00:35.649 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:48:02 -0400 (0:00:00.090) 0:00:35.740 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:48:02 -0400 (0:00:00.052) 0:00:35.793 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:48:02 -0400 (0:00:00.043) 0:00:35.836 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:48:02 -0400 (0:00:00.049) 0:00:35.885 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:48:02 -0400 (0:00:00.068) 0:00:35.954 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:48:03 -0400 (0:00:00.071) 0:00:36.025 ******* [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed_node3] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:48:03 -0400 (0:00:00.125) 0:00:36.151 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:48:04 -0400 (0:00:01.245) 0:00:37.397 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:48:04 -0400 (0:00:00.043) 0:00:37.440 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:48:04 -0400 (0:00:00.049) 0:00:37.490 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:48:04 -0400 (0:00:00.044) 0:00:37.534 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:48:04 -0400 (0:00:00.043) 0:00:37.578 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:48:04 -0400 (0:00:00.044) 0:00:37.623 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029559", "end": "2024-08-15 17:48:05.010361", "rc": 0, "start": "2024-08-15 17:48:04.980802" } STDOUT: podman version 4.9.4 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:48:05 -0400 (0:00:00.463) 0:00:38.087 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:48:05 -0400 (0:00:00.046) 0:00:38.133 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:48:05 -0400 (0:00:00.042) 0:00:38.176 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:48:05 -0400 (0:00:00.051) 0:00:38.228 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:48:05 -0400 (0:00:00.069) 0:00:38.298 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:48:05 -0400 (0:00:00.113) 0:00:38.411 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:48:05 -0400 (0:00:00.062) 0:00:38.474 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:48:05 -0400 (0:00:00.050) 0:00:38.524 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:48:05 -0400 (0:00:00.058) 0:00:38.582 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:48:06 -0400 (0:00:00.531) 0:00:39.114 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:48:06 -0400 (0:00:00.099) 0:00:39.213 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:48:06 -0400 (0:00:00.488) 0:00:39.701 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:48:06 -0400 (0:00:00.103) 0:00:39.805 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:48:06 -0400 (0:00:00.088) 0:00:39.894 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.121) 0:00:40.015 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.074) 0:00:40.090 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.078) 0:00:40.169 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.083) 0:00:40.252 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.073) 0:00:40.325 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.068) 0:00:40.394 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.109) 0:00:40.504 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.208) 0:00:40.713 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.084) 0:00:40.798 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:48:07 -0400 (0:00:00.095) 0:00:40.893 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:48:08 -0400 (0:00:00.174) 0:00:41.067 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:48:08 -0400 (0:00:00.142) 0:00:41.210 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:48:08 -0400 (0:00:00.071) 0:00:41.282 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:48:08 -0400 (0:00:00.165) 0:00:41.448 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:48:08 -0400 (0:00:00.113) 0:00:41.562 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:48:08 -0400 (0:00:00.143) 0:00:41.705 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:48:08 -0400 (0:00:00.162) 0:00:41.868 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:48:08 -0400 (0:00:00.108) 0:00:41.976 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:48:09 -0400 (0:00:00.146) 0:00:42.122 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:48:09 -0400 (0:00:00.129) 0:00:42.252 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:48:09 -0400 (0:00:00.091) 0:00:42.344 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:48:09 -0400 (0:00:00.111) 0:00:42.455 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:48:09 -0400 (0:00:00.085) 0:00:42.541 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:48:09 -0400 (0:00:00.112) 0:00:42.653 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:48:09 -0400 (0:00:00.107) 0:00:42.761 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:48:09 -0400 (0:00:00.115) 0:00:42.877 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:48:09 -0400 (0:00:00.103) 0:00:42.981 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:48:10 -0400 (0:00:00.073) 0:00:43.055 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node3 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 15 August 2024 17:48:10 -0400 (0:00:00.276) 0:00:43.332 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 15 August 2024 17:48:10 -0400 (0:00:00.064) 0:00:43.397 ******* ok: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 15 August 2024 17:48:10 -0400 (0:00:00.065) 0:00:43.462 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 15 August 2024 17:48:10 -0400 (0:00:00.058) 0:00:43.521 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 15 August 2024 17:48:10 -0400 (0:00:00.111) 0:00:43.632 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:48:10 -0400 (0:00:00.150) 0:00:43.783 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:48:10 -0400 (0:00:00.106) 0:00:43.889 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:48:10 -0400 (0:00:00.100) 0:00:43.990 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:48:11 -0400 (0:00:00.103) 0:00:44.093 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:48:11 -0400 (0:00:00.612) 0:00:44.706 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:48:11 -0400 (0:00:00.163) 0:00:44.870 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:48:12 -0400 (0:00:00.517) 0:00:45.388 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:48:12 -0400 (0:00:00.071) 0:00:45.460 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:48:12 -0400 (0:00:00.071) 0:00:45.531 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:48:12 -0400 (0:00:00.074) 0:00:45.605 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:48:12 -0400 (0:00:00.075) 0:00:45.681 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:48:12 -0400 (0:00:00.126) 0:00:45.807 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:48:12 -0400 (0:00:00.052) 0:00:45.860 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:48:12 -0400 (0:00:00.053) 0:00:45.914 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 15 August 2024 17:48:12 -0400 (0:00:00.059) 0:00:45.973 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "nopull.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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 15 August 2024 17:48:13 -0400 (0:00:00.134) 0:00:46.107 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 15 August 2024 17:48:13 -0400 (0:00:00.057) 0:00:46.165 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 15 August 2024 17:48:13 -0400 (0:00:00.074) 0:00:46.240 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 15 August 2024 17:48:13 -0400 (0:00:00.176) 0:00:46.417 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 15 August 2024 17:48:13 -0400 (0:00:00.085) 0:00:46.503 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Thursday 15 August 2024 17:48:13 -0400 (0:00:00.193) 0:00:46.696 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Thursday 15 August 2024 17:48:13 -0400 (0:00:00.097) 0:00:46.794 ******* ok: [managed_node3] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service nopull.service: host TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Thursday 15 August 2024 17:48:14 -0400 (0:00:00.990) 0:00:47.784 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758465.2684348, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "670d64fc68a9768edb20cad26df2acc703542d85", "ctime": 1723758465.2744348, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262606, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758464.66643, "nlink": 1, "path": "/etc/containers/systemd/nopull.container", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 151, "uid": 0, "version": "1141706342", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Thursday 15 August 2024 17:48:15 -0400 (0:00:00.477) 0:00:48.262 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Slurp quadlet file] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Thursday 15 August 2024 17:48:15 -0400 (0:00:00.079) 0:00:48.342 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Thursday 15 August 2024 17:48:16 -0400 (0:00:00.656) 0:00:48.998 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Parse quadlet yaml file] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Thursday 15 August 2024 17:48:16 -0400 (0:00:00.092) 0:00:49.090 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Reset raw variable] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Thursday 15 August 2024 17:48:16 -0400 (0:00:00.134) 0:00:49.225 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Thursday 15 August 2024 17:48:16 -0400 (0:00:00.044) 0:00:49.269 ******* changed: [managed_node3] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Thursday 15 August 2024 17:48:16 -0400 (0:00:00.506) 0:00:49.775 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Thursday 15 August 2024 17:48:17 -0400 (0:00:01.216) 0:00:50.991 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Thursday 15 August 2024 17:48:18 -0400 (0:00:00.569) 0:00:51.561 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Thursday 15 August 2024 17:48:18 -0400 (0:00:00.116) 0:00:51.677 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Thursday 15 August 2024 17:48:18 -0400 (0:00:00.135) 0:00:51.813 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Thursday 15 August 2024 17:48:18 -0400 (0:00:00.160) 0:00:51.974 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.158) 0:00:52.132 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.067) 0:00:52.199 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.058) 0:00:52.258 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.045) 0:00:52.304 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.068) 0:00:52.372 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.046) 0:00:52.419 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.046) 0:00:52.465 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.045) 0:00:52.511 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.046) 0:00:52.557 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.050) 0:00:52.608 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.139) 0:00:52.747 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.071) 0:00:52.819 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 15 August 2024 17:48:19 -0400 (0:00:00.069) 0:00:52.888 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:48:20 -0400 (0:00:00.175) 0:00:53.064 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:48:20 -0400 (0:00:00.192) 0:00:53.258 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:48:20 -0400 (0:00:00.187) 0:00:53.446 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:48:20 -0400 (0:00:00.104) 0:00:53.550 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:48:20 -0400 (0:00:00.119) 0:00:53.669 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:48:20 -0400 (0:00:00.157) 0:00:53.827 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:48:20 -0400 (0:00:00.097) 0:00:53.924 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed_node3] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:48:21 -0400 (0:00:00.245) 0:00:54.169 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:48:22 -0400 (0:00:01.224) 0:00:55.393 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:48:22 -0400 (0:00:00.071) 0:00:55.465 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:48:22 -0400 (0:00:00.117) 0:00:55.583 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:48:22 -0400 (0:00:00.147) 0:00:55.730 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:48:22 -0400 (0:00:00.071) 0:00:55.801 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:48:22 -0400 (0:00:00.071) 0:00:55.873 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030960", "end": "2024-08-15 17:48:23.304357", "rc": 0, "start": "2024-08-15 17:48:23.273397" } STDOUT: podman version 4.9.4 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:48:23 -0400 (0:00:00.509) 0:00:56.382 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:48:23 -0400 (0:00:00.046) 0:00:56.428 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:48:23 -0400 (0:00:00.052) 0:00:56.481 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:48:23 -0400 (0:00:00.081) 0:00:56.562 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:48:23 -0400 (0:00:00.161) 0:00:56.724 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:48:23 -0400 (0:00:00.175) 0:00:56.899 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:48:23 -0400 (0:00:00.090) 0:00:56.989 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:48:24 -0400 (0:00:00.066) 0:00:57.056 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:48:24 -0400 (0:00:00.079) 0:00:57.135 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:48:24 -0400 (0:00:00.484) 0:00:57.620 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:48:24 -0400 (0:00:00.112) 0:00:57.732 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:48:25 -0400 (0:00:00.557) 0:00:58.290 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:48:25 -0400 (0:00:00.136) 0:00:58.426 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:48:25 -0400 (0:00:00.255) 0:00:58.682 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:48:25 -0400 (0:00:00.094) 0:00:58.777 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:48:25 -0400 (0:00:00.112) 0:00:58.890 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:48:25 -0400 (0:00:00.070) 0:00:58.960 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:48:26 -0400 (0:00:00.125) 0:00:59.086 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:48:26 -0400 (0:00:00.144) 0:00:59.231 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:48:26 -0400 (0:00:00.136) 0:00:59.367 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:48:26 -0400 (0:00:00.144) 0:00:59.512 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:48:26 -0400 (0:00:00.179) 0:00:59.692 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:48:26 -0400 (0:00:00.072) 0:00:59.765 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:48:26 -0400 (0:00:00.071) 0:00:59.836 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:48:27 -0400 (0:00:00.206) 0:01:00.043 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:48:27 -0400 (0:00:00.075) 0:01:00.118 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:48:27 -0400 (0:00:00.127) 0:01:00.245 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:48:27 -0400 (0:00:00.176) 0:01:00.422 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:48:27 -0400 (0:00:00.081) 0:01:00.503 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:48:27 -0400 (0:00:00.164) 0:01:00.667 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:48:27 -0400 (0:00:00.156) 0:01:00.824 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:48:27 -0400 (0:00:00.076) 0:01:00.900 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:48:28 -0400 (0:00:00.097) 0:01:00.998 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:48:28 -0400 (0:00:00.095) 0:01:01.094 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:48:28 -0400 (0:00:00.096) 0:01:01.191 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:48:28 -0400 (0:00:00.088) 0:01:01.279 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:48:28 -0400 (0:00:00.081) 0:01:01.360 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:48:28 -0400 (0:00:00.145) 0:01:01.505 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:48:28 -0400 (0:00:00.131) 0:01:01.637 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:48:28 -0400 (0:00:00.137) 0:01:01.774 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:48:28 -0400 (0:00:00.127) 0:01:01.902 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:48:29 -0400 (0:00:00.140) 0:01:02.043 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node3 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 15 August 2024 17:48:29 -0400 (0:00:00.342) 0:01:02.385 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 15 August 2024 17:48:29 -0400 (0:00:00.152) 0:01:02.537 ******* ok: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 15 August 2024 17:48:29 -0400 (0:00:00.171) 0:01:02.708 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 15 August 2024 17:48:29 -0400 (0:00:00.204) 0:01:02.913 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 15 August 2024 17:48:30 -0400 (0:00:00.115) 0:01:03.028 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:48:30 -0400 (0:00:00.161) 0:01:03.190 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:48:30 -0400 (0:00:00.105) 0:01:03.295 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:48:30 -0400 (0:00:00.086) 0:01:03.382 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:48:30 -0400 (0:00:00.104) 0:01:03.486 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:48:30 -0400 (0:00:00.458) 0:01:03.945 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.072) 0:01:04.017 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.415) 0:01:04.433 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.044) 0:01:04.478 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.061) 0:01:04.539 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.070) 0:01:04.610 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.074) 0:01:04.684 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.075) 0:01:04.760 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.076) 0:01:04.836 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.071) 0:01:04.907 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 15 August 2024 17:48:31 -0400 (0:00:00.073) 0:01:04.981 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "bogus.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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 15 August 2024 17:48:32 -0400 (0:00:00.173) 0:01:05.154 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 15 August 2024 17:48:32 -0400 (0:00:00.156) 0:01:05.311 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 15 August 2024 17:48:32 -0400 (0:00:00.126) 0:01:05.437 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 15 August 2024 17:48:32 -0400 (0:00:00.218) 0:01:05.656 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 15 August 2024 17:48:32 -0400 (0:00:00.090) 0:01:05.747 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Thursday 15 August 2024 17:48:32 -0400 (0:00:00.179) 0:01:05.927 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Thursday 15 August 2024 17:48:32 -0400 (0:00:00.059) 0:01:05.986 ******* changed: [managed_node3] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "bogus.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target systemd-journald.socket system.slice -.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", "DefaultStartupMemoryLow": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuset io memory pids", "Description": "bogus.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=bogus.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; 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=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; 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/bogus.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/bogus.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/bogus.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/bogus.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/bogus.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": "bogus.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": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "bogus.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": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/bogus.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "bogus", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Thursday 15 August 2024 17:48:34 -0400 (0:00:01.098) 0:01:07.084 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758481.0825574, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1d087e679d135214e8ac9ccaf33b2222916efb7f", "ctime": 1723758481.0885575, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262627, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723758480.7155545, "nlink": 1, "path": "/etc/containers/systemd/bogus.container", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 138, "uid": 0, "version": "4258372127", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Thursday 15 August 2024 17:48:34 -0400 (0:00:00.540) 0:01:07.625 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Slurp quadlet file] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:6 Thursday 15 August 2024 17:48:34 -0400 (0:00:00.086) 0:01:07.712 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:12 Thursday 15 August 2024 17:48:35 -0400 (0:00:00.453) 0:01:08.166 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Parse quadlet yaml file] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:44 Thursday 15 August 2024 17:48:35 -0400 (0:00:00.178) 0:01:08.345 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Reset raw variable] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_quadlet_file.yml:52 Thursday 15 August 2024 17:48:35 -0400 (0:00:00.082) 0:01:08.427 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_raw": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Thursday 15 August 2024 17:48:35 -0400 (0:00:00.123) 0:01:08.551 ******* changed: [managed_node3] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Thursday 15 August 2024 17:48:36 -0400 (0:00:00.526) 0:01:09.078 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Thursday 15 August 2024 17:48:37 -0400 (0:00:01.192) 0:01:10.270 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Thursday 15 August 2024 17:48:37 -0400 (0:00:00.595) 0:01:10.865 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.177) 0:01:11.043 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.076) 0:01:11.120 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.079) 0:01:11.199 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.149) 0:01:11.349 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.077) 0:01:11.426 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.078) 0:01:11.505 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.076) 0:01:11.582 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.084) 0:01:11.666 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.097) 0:01:11.764 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.092) 0:01:11.857 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Thursday 15 August 2024 17:48:38 -0400 (0:00:00.085) 0:01:11.942 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Thursday 15 August 2024 17:48:39 -0400 (0:00:00.086) 0:01:12.029 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_test_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 15 August 2024 17:48:39 -0400 (0:00:00.149) 0:01:12.178 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167 Thursday 15 August 2024 17:48:39 -0400 (0:00:00.117) 0:01:12.296 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173 Thursday 15 August 2024 17:48:39 -0400 (0:00:00.087) 0:01:12.383 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 15 August 2024 17:48:39 -0400 (0:00:00.116) 0:01:12.500 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Create user for testing] ************************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:115 Thursday 15 August 2024 17:48:39 -0400 (0:00:00.207) 0:01:12.708 ******* changed: [managed_node3] => { "changed": true, "comment": "", "create_home": true, "group": 1111, "home": "/home/user_quadlet_basic", "name": "user_quadlet_basic", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1111 } TASK [Get local machine ID] **************************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:128 Thursday 15 August 2024 17:48:40 -0400 (0:00:01.011) 0:01:13.720 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Skip test if cannot reboot] ********************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:134 Thursday 15 August 2024 17:48:40 -0400 (0:00:00.073) 0:01:13.793 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [Enable cgroup controllers] *********************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:140 Thursday 15 August 2024 17:48:40 -0400 (0:00:00.154) 0:01:13.948 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Configure cgroups in kernel] ********************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:172 Thursday 15 August 2024 17:48:41 -0400 (0:00:00.090) 0:01:14.038 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Reboot] ****************************************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:178 Thursday 15 August 2024 17:48:41 -0400 (0:00:00.093) 0:01:14.132 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Run the role - user] ***************************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:181 Thursday 15 August 2024 17:48:41 -0400 (0:00:00.099) 0:01:14.231 ******* included: fedora.linux_system_roles.podman for managed_node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 15 August 2024 17:48:41 -0400 (0:00:00.221) 0:01:14.453 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 15 August 2024 17:48:41 -0400 (0:00:00.170) 0:01:14.624 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Thursday 15 August 2024 17:48:41 -0400 (0:00:00.108) 0:01:14.734 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Thursday 15 August 2024 17:48:41 -0400 (0:00:00.125) 0:01:14.860 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Thursday 15 August 2024 17:48:41 -0400 (0:00:00.096) 0:01:14.956 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Thursday 15 August 2024 17:48:42 -0400 (0:00:00.127) 0:01:15.084 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Thursday 15 August 2024 17:48:42 -0400 (0:00:00.086) 0:01:15.171 ******* ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed_node3] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 15 August 2024 17:48:42 -0400 (0:00:00.145) 0:01:15.316 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 15 August 2024 17:48:43 -0400 (0:00:01.356) 0:01:16.672 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 15 August 2024 17:48:43 -0400 (0:00:00.074) 0:01:16.746 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 15 August 2024 17:48:43 -0400 (0:00:00.127) 0:01:16.874 ******* skipping: [managed_node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 15 August 2024 17:48:44 -0400 (0:00:00.147) 0:01:17.022 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 15 August 2024 17:48:44 -0400 (0:00:00.121) 0:01:17.143 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 15 August 2024 17:48:44 -0400 (0:00:00.095) 0:01:17.238 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030881", "end": "2024-08-15 17:48:44.631823", "rc": 0, "start": "2024-08-15 17:48:44.600942" } STDOUT: podman version 4.9.4 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 15 August 2024 17:48:44 -0400 (0:00:00.484) 0:01:17.722 ******* ok: [managed_node3] => { "ansible_facts": { "podman_version": "4.9.4" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 15 August 2024 17:48:44 -0400 (0:00:00.081) 0:01:17.804 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 15 August 2024 17:48:44 -0400 (0:00:00.074) 0:01:17.878 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 15 August 2024 17:48:45 -0400 (0:00:00.140) 0:01:18.019 ******* META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 15 August 2024 17:48:45 -0400 (0:00:00.199) 0:01:18.218 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:48:45 -0400 (0:00:00.233) 0:01:18.452 ******* ok: [managed_node3] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:48:45 -0400 (0:00:00.494) 0:01:18.946 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:48:46 -0400 (0:00:00.166) 0:01:19.112 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:48:46 -0400 (0:00:00.103) 0:01:19.216 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:48:46 -0400 (0:00:00.507) 0:01:19.724 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:48:46 -0400 (0:00:00.098) 0:01:19.822 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:48:47 -0400 (0:00:00.440) 0:01:20.263 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003983", "end": "2024-08-15 17:48:47.608279", "rc": 0, "start": "2024-08-15 17:48:47.604296" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:48:47 -0400 (0:00:00.451) 0:01:20.714 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003926", "end": "2024-08-15 17:48:48.061067", "rc": 0, "start": "2024-08-15 17:48:48.057141" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:48:48 -0400 (0:00:00.422) 0:01:21.137 ******* ok: [managed_node3] => { "ansible_facts": { "podman_subgid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } }, "podman_subuid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:48:48 -0400 (0:00:00.070) 0:01:21.207 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:48:48 -0400 (0:00:00.052) 0:01:21.260 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:48:48 -0400 (0:00:00.073) 0:01:21.334 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:48:48 -0400 (0:00:00.094) 0:01:21.428 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:48:48 -0400 (0:00:00.086) 0:01:21.515 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Thursday 15 August 2024 17:48:48 -0400 (0:00:00.074) 0:01:21.589 ******* ok: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95 Thursday 15 August 2024 17:48:48 -0400 (0:00:00.120) 0:01:21.709 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 15 August 2024 17:48:48 -0400 (0:00:00.278) 0:01:21.988 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 15 August 2024 17:48:49 -0400 (0:00:00.143) 0:01:22.131 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98 Thursday 15 August 2024 17:48:49 -0400 (0:00:00.149) 0:01:22.281 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 15 August 2024 17:48:49 -0400 (0:00:00.313) 0:01:22.595 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 15 August 2024 17:48:49 -0400 (0:00:00.101) 0:01:22.696 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101 Thursday 15 August 2024 17:48:49 -0400 (0:00:00.088) 0:01:22.785 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Thursday 15 August 2024 17:48:49 -0400 (0:00:00.170) 0:01:22.955 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Thursday 15 August 2024 17:48:50 -0400 (0:00:00.074) 0:01:23.030 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Thursday 15 August 2024 17:48:50 -0400 (0:00:00.075) 0:01:23.106 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Thursday 15 August 2024 17:48:50 -0400 (0:00:00.160) 0:01:23.266 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Thursday 15 August 2024 17:48:50 -0400 (0:00:00.133) 0:01:23.400 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Thursday 15 August 2024 17:48:50 -0400 (0:00:00.138) 0:01:23.539 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Thursday 15 August 2024 17:48:50 -0400 (0:00:00.123) 0:01:23.663 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Thursday 15 August 2024 17:48:50 -0400 (0:00:00.089) 0:01:23.752 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117 Thursday 15 August 2024 17:48:50 -0400 (0:00:00.079) 0:01:23.832 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Thursday 15 August 2024 17:48:50 -0400 (0:00:00.143) 0:01:23.976 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128 Thursday 15 August 2024 17:48:51 -0400 (0:00:00.103) 0:01:24.079 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137 Thursday 15 August 2024 17:48:51 -0400 (0:00:00.076) 0:01:24.156 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Thursday 15 August 2024 17:48:51 -0400 (0:00:00.081) 0:01:24.237 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for managed_node3 => (item=(censored due to no_log)) included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for managed_node3 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Thursday 15 August 2024 17:48:51 -0400 (0:00:00.314) 0:01:24.552 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7 Thursday 15 August 2024 17:48:51 -0400 (0:00:00.079) 0:01:24.631 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13 Thursday 15 August 2024 17:48:51 -0400 (0:00:00.094) 0:01:24.726 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:48:51 -0400 (0:00:00.089) 0:01:24.815 ******* changed: [managed_node3] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.025068", "end": "2024-08-15 17:48:52.186408", "rc": 0, "start": "2024-08-15 17:48:52.161340" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:48:52 -0400 (0:00:00.493) 0:01:25.309 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:48:52 -0400 (0:00:00.063) 0:01:25.372 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18 Thursday 15 August 2024 17:48:52 -0400 (0:00:00.056) 0:01:25.429 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758532.2229536, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723758532.3759546, "dev": 49, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "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": 1723758532.3759546, "nlink": 3, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 80, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34 Thursday 15 August 2024 17:48:52 -0400 (0:00:00.441) 0:01:25.870 ******* [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) changed: [managed_node3] => { "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 : Set variables part 1] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Thursday 15 August 2024 17:48:54 -0400 (0:00:01.458) 0:01:27.329 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7 Thursday 15 August 2024 17:48:54 -0400 (0:00:00.089) 0:01:27.419 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13 Thursday 15 August 2024 17:48:54 -0400 (0:00:00.094) 0:01:27.513 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:48:54 -0400 (0:00:00.130) 0:01:27.644 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:48:55 -0400 (0:00:00.512) 0:01:28.156 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:48:55 -0400 (0:00:00.096) 0:01:28.253 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18 Thursday 15 August 2024 17:48:55 -0400 (0:00:00.134) 0:01:28.387 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758532.2229536, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723758533.4919634, "dev": 49, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "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": 1723758533.4919634, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34 Thursday 15 August 2024 17:48:55 -0400 (0:00:00.579) 0:01:28.967 ******* changed: [managed_node3] => { "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 : Handle Kubernetes specifications] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Thursday 15 August 2024 17:48:56 -0400 (0:00:00.897) 0:01:29.864 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160 Thursday 15 August 2024 17:48:56 -0400 (0:00:00.079) 0:01:29.944 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node3 => (item=(censored due to no_log)) included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node3 => (item=(censored due to no_log)) included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node3 => (item=(censored due to no_log)) included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node3 => (item=(censored due to no_log)) included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node3 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 15 August 2024 17:48:57 -0400 (0:00:00.255) 0:01:30.199 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_file_src": "files/quadlet-basic.network", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Network]\nSubnet=192.168.29.0/24\nGateway=192.168.29.1\nLabel=app=wordpress\nNetworkName=quadlet-basic-name", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 15 August 2024 17:48:57 -0400 (0:00:00.100) 0:01:30.300 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 15 August 2024 17:48:57 -0400 (0:00:00.095) 0:01:30.395 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 15 August 2024 17:48:57 -0400 (0:00:00.085) 0:01:30.480 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 15 August 2024 17:48:57 -0400 (0:00:00.127) 0:01:30.608 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:48:57 -0400 (0:00:00.177) 0:01:30.786 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:48:57 -0400 (0:00:00.102) 0:01:30.889 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:48:58 -0400 (0:00:00.111) 0:01:31.000 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:48:58 -0400 (0:00:00.078) 0:01:31.079 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:48:58 -0400 (0:00:00.507) 0:01:31.586 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:48:58 -0400 (0:00:00.109) 0:01:31.696 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:48:59 -0400 (0:00:00.531) 0:01:32.228 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.005002", "end": "2024-08-15 17:48:59.618597", "rc": 0, "start": "2024-08-15 17:48:59.613595" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:48:59 -0400 (0:00:00.483) 0:01:32.711 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003867", "end": "2024-08-15 17:49:00.059053", "rc": 0, "start": "2024-08-15 17:49:00.055186" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.475) 0:01:33.186 ******* ok: [managed_node3] => { "ansible_facts": { "podman_subgid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } }, "podman_subuid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.082) 0:01:33.269 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.043) 0:01:33.312 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.041) 0:01:33.354 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.043) 0:01:33.398 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.042) 0:01:33.440 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.043) 0:01:33.484 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-network.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.074) 0:01:33.558 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.053) 0:01:33.611 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.076) 0:01:33.688 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.128) 0:01:33.817 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.099) 0:01:33.917 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 15 August 2024 17:49:00 -0400 (0:00:00.066) 0:01:33.983 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 15 August 2024 17:49:01 -0400 (0:00:00.116) 0:01:34.099 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:49:01 -0400 (0:00:00.119) 0:01:34.218 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:49:01 -0400 (0:00:00.470) 0:01:34.690 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:49:01 -0400 (0:00:00.051) 0:01:34.741 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 15 August 2024 17:49:01 -0400 (0:00:00.149) 0:01:34.890 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 15 August 2024 17:49:02 -0400 (0:00:00.113) 0:01:35.003 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 15 August 2024 17:49:02 -0400 (0:00:00.079) 0:01:35.082 ******* changed: [managed_node3] => { "changed": true, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 15 August 2024 17:49:02 -0400 (0:00:00.463) 0:01:35.546 ******* changed: [managed_node3] => { "changed": true, "checksum": "19c9b17be2af9b9deca5c3bd327f048966750682", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "313e9a2e5a99f80fa7023c19a1065658", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 105, "src": "/root/.ansible/tmp/ansible-tmp-1723758542.5994291-11910-195217459974372/.source.network", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 15 August 2024 17:49:03 -0400 (0:00:00.763) 0:01:36.310 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 15 August 2024 17:49:03 -0400 (0:00:00.058) 0:01:36.368 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__podman_copy_file is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Thursday 15 August 2024 17:49:03 -0400 (0:00:00.053) 0:01:36.421 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Thursday 15 August 2024 17:49:04 -0400 (0:00:00.714) 0:01:37.135 ******* changed: [managed_node3] => { "changed": true, "name": "quadlet-basic-network.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-1111.mount app.slice basic.target -.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", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "quadlet-basic-network.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore --subnet=192.168.29.0/24 --gateway=192.168.29.1 --label app=wordpress quadlet-basic-name ; 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 network create --ignore --subnet=192.168.29.0/24 --gateway=192.168.29.1 --label app=wordpress quadlet-basic-name ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-network.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": "quadlet-basic-network.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": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-network.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "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": "yes", "RemoveIPC": "no", "Requires": "basic.target app.slice", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-network", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Thursday 15 August 2024 17:49:04 -0400 (0:00:00.805) 0:01:37.941 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 15 August 2024 17:49:05 -0400 (0:00:00.089) 0:01:38.031 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 15 August 2024 17:49:05 -0400 (0:00:00.095) 0:01:38.127 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 15 August 2024 17:49:05 -0400 (0:00:00.091) 0:01:38.218 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 15 August 2024 17:49:05 -0400 (0:00:00.075) 0:01:38.293 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-unused-network", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 15 August 2024 17:49:05 -0400 (0:00:00.112) 0:01:38.406 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:49:05 -0400 (0:00:00.210) 0:01:38.617 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:49:05 -0400 (0:00:00.127) 0:01:38.744 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:49:05 -0400 (0:00:00.105) 0:01:38.850 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:49:06 -0400 (0:00:00.208) 0:01:39.058 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:49:06 -0400 (0:00:00.467) 0:01:39.526 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:49:06 -0400 (0:00:00.145) 0:01:39.672 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:49:07 -0400 (0:00:00.450) 0:01:40.123 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:01.005098", "end": "2024-08-15 17:49:08.467305", "rc": 0, "start": "2024-08-15 17:49:07.462207" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:49:08 -0400 (0:00:01.512) 0:01:41.635 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003941", "end": "2024-08-15 17:49:09.055583", "rc": 0, "start": "2024-08-15 17:49:09.051642" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.528) 0:01:42.163 ******* ok: [managed_node3] => { "ansible_facts": { "podman_subgid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } }, "podman_subuid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.100) 0:01:42.263 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.082) 0:01:42.346 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.075) 0:01:42.421 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.051) 0:01:42.473 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.054) 0:01:42.527 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.048) 0:01:42.576 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-unused-network-network.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.093) 0:01:42.669 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.082) 0:01:42.752 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 15 August 2024 17:49:09 -0400 (0:00:00.102) 0:01:42.854 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-unused-network.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 15 August 2024 17:49:10 -0400 (0:00:00.184) 0:01:43.039 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 15 August 2024 17:49:10 -0400 (0:00:00.089) 0:01:43.128 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 15 August 2024 17:49:10 -0400 (0:00:00.073) 0:01:43.202 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 15 August 2024 17:49:10 -0400 (0:00:00.319) 0:01:43.521 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:49:10 -0400 (0:00:00.129) 0:01:43.651 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:49:11 -0400 (0:00:00.535) 0:01:44.187 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:49:11 -0400 (0:00:00.074) 0:01:44.261 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 15 August 2024 17:49:11 -0400 (0:00:00.067) 0:01:44.328 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 15 August 2024 17:49:11 -0400 (0:00:00.039) 0:01:44.368 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 15 August 2024 17:49:11 -0400 (0:00:00.042) 0:01:44.411 ******* ok: [managed_node3] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 15 August 2024 17:49:11 -0400 (0:00:00.485) 0:01:44.897 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 15 August 2024 17:49:12 -0400 (0:00:00.126) 0:01:45.023 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 15 August 2024 17:49:12 -0400 (0:00:00.080) 0:01:45.104 ******* changed: [managed_node3] => { "changed": true, "checksum": "52c9d75ecaf81203cc1f1a3b1dd00fcd25067b01", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-unused-network.network", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "968d495367b59475979615e4884cbda2", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 54, "src": "/root/.ansible/tmp/ansible-tmp-1723758552.1687667-12281-270503737967835/.source.network", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Thursday 15 August 2024 17:49:13 -0400 (0:00:01.087) 0:01:46.192 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Thursday 15 August 2024 17:49:14 -0400 (0:00:00.896) 0:01:47.089 ******* changed: [managed_node3] => { "changed": true, "name": "quadlet-basic-unused-network-network.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "app.slice -.mount basic.target run-user-1111.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", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "quadlet-basic-unused-network-network.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore systemd-quadlet-basic-unused-network ; 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 network create --ignore systemd-quadlet-basic-unused-network ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-unused-network-network.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": "quadlet-basic-unused-network-network.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": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-unused-network-network.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "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": "yes", "RemoveIPC": "no", "Requires": "basic.target app.slice", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-unused-network-network", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Thursday 15 August 2024 17:49:14 -0400 (0:00:00.794) 0:01:47.883 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 15 August 2024 17:49:14 -0400 (0:00:00.072) 0:01:47.955 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": { "VolumeName": "quadlet-basic-mysql-name" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 15 August 2024 17:49:15 -0400 (0:00:00.086) 0:01:48.042 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 15 August 2024 17:49:15 -0400 (0:00:00.153) 0:01:48.195 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 15 August 2024 17:49:15 -0400 (0:00:00.067) 0:01:48.263 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 15 August 2024 17:49:15 -0400 (0:00:00.071) 0:01:48.335 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:49:15 -0400 (0:00:00.183) 0:01:48.518 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:49:15 -0400 (0:00:00.085) 0:01:48.603 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:49:15 -0400 (0:00:00.101) 0:01:48.705 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:49:15 -0400 (0:00:00.087) 0:01:48.792 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:49:16 -0400 (0:00:00.468) 0:01:49.261 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:49:16 -0400 (0:00:00.092) 0:01:49.353 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:49:16 -0400 (0:00:00.454) 0:01:49.807 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004129", "end": "2024-08-15 17:49:17.152513", "rc": 0, "start": "2024-08-15 17:49:17.148384" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:49:17 -0400 (0:00:00.476) 0:01:50.284 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004146", "end": "2024-08-15 17:49:17.691049", "rc": 0, "start": "2024-08-15 17:49:17.686903" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:49:17 -0400 (0:00:00.530) 0:01:50.815 ******* ok: [managed_node3] => { "ansible_facts": { "podman_subgid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } }, "podman_subuid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:49:17 -0400 (0:00:00.132) 0:01:50.947 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.074) 0:01:51.022 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.072) 0:01:51.094 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.081) 0:01:51.175 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.089) 0:01:51.265 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.064) 0:01:51.330 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.120) 0:01:51.450 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.050) 0:01:51.500 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.132) 0:01:51.633 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.120) 0:01:51.754 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.065) 0:01:51.819 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.040) 0:01:51.860 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 15 August 2024 17:49:18 -0400 (0:00:00.097) 0:01:51.957 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:49:19 -0400 (0:00:00.077) 0:01:52.035 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:49:19 -0400 (0:00:00.472) 0:01:52.508 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:49:19 -0400 (0:00:00.087) 0:01:52.596 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 15 August 2024 17:49:19 -0400 (0:00:00.080) 0:01:52.676 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 15 August 2024 17:49:19 -0400 (0:00:00.067) 0:01:52.744 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 15 August 2024 17:49:19 -0400 (0:00:00.073) 0:01:52.818 ******* ok: [managed_node3] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 15 August 2024 17:49:20 -0400 (0:00:00.486) 0:01:53.304 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 15 August 2024 17:49:20 -0400 (0:00:00.043) 0:01:53.348 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 15 August 2024 17:49:20 -0400 (0:00:00.045) 0:01:53.393 ******* changed: [managed_node3] => { "changed": true, "checksum": "90a3571bfc7670328fe3f8fb625585613dbd9c4a", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "8682d71bf3c086f228cd72389b7c9018", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 89, "src": "/root/.ansible/tmp/ansible-tmp-1723758560.4456263-12623-119423060759937/.source.volume", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82 Thursday 15 August 2024 17:49:21 -0400 (0:00:00.897) 0:01:54.291 ******* ok: [managed_node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 Thursday 15 August 2024 17:49:22 -0400 (0:00:00.756) 0:01:55.048 ******* changed: [managed_node3] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-1111.mount basic.target -.mount app.slice", "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", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore quadlet-basic-mysql-name ; 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 volume create --ignore quadlet-basic-mysql-name ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.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": "quadlet-basic-mysql-volume.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": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "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": "yes", "RemoveIPC": "no", "Requires": "app.slice basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125 Thursday 15 August 2024 17:49:22 -0400 (0:00:00.915) 0:01:55.963 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Thursday 15 August 2024 17:49:23 -0400 (0:00:00.077) 0:01:56.040 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Thursday 15 August 2024 17:49:23 -0400 (0:00:00.097) 0:01:56.138 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Thursday 15 August 2024 17:49:23 -0400 (0:00:00.092) 0:01:56.230 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Thursday 15 August 2024 17:49:23 -0400 (0:00:00.077) 0:01:56.307 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-unused-volume", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Thursday 15 August 2024 17:49:23 -0400 (0:00:00.111) 0:01:56.419 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Thursday 15 August 2024 17:49:23 -0400 (0:00:00.154) 0:01:56.573 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Thursday 15 August 2024 17:49:23 -0400 (0:00:00.131) 0:01:56.705 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Thursday 15 August 2024 17:49:23 -0400 (0:00:00.140) 0:01:56.846 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Thursday 15 August 2024 17:49:23 -0400 (0:00:00.140) 0:01:56.986 ******* ok: [managed_node3] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Thursday 15 August 2024 17:49:24 -0400 (0:00:00.626) 0:01:57.612 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 15 August 2024 17:49:24 -0400 (0:00:00.212) 0:01:57.825 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1723758338.5134177, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1723758266.29378, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203494, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "67763123", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 15 August 2024 17:49:25 -0400 (0:00:00.552) 0:01:58.377 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003850", "end": "2024-08-15 17:49:25.727730", "rc": 0, "start": "2024-08-15 17:49:25.723880" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 15 August 2024 17:49:25 -0400 (0:00:00.532) 0:01:58.910 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004216", "end": "2024-08-15 17:49:26.330059", "rc": 0, "start": "2024-08-15 17:49:26.325843" } STDOUT: 0: user_quadlet_basic 655360 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 15 August 2024 17:49:26 -0400 (0:00:00.498) 0:01:59.408 ******* ok: [managed_node3] => { "ansible_facts": { "podman_subgid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } }, "podman_subuid_info": { "user_quadlet_basic": { "range": 65536, "start": 655360 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Thursday 15 August 2024 17:49:26 -0400 (0:00:00.064) 0:01:59.473 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Thursday 15 August 2024 17:49:26 -0400 (0:00:00.042) 0:01:59.515 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Thursday 15 August 2024 17:49:26 -0400 (0:00:00.051) 0:01:59.567 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Thursday 15 August 2024 17:49:26 -0400 (0:00:00.159) 0:01:59.727 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Thursday 15 August 2024 17:49:26 -0400 (0:00:00.098) 0:01:59.826 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Thursday 15 August 2024 17:49:26 -0400 (0:00:00.101) 0:01:59.927 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-unused-volume-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Thursday 15 August 2024 17:49:27 -0400 (0:00:00.169) 0:02:00.097 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Thursday 15 August 2024 17:49:27 -0400 (0:00:00.081) 0:02:00.179 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Thursday 15 August 2024 17:49:27 -0400 (0:00:00.080) 0:02:00.260 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-unused-volume.volume", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Thursday 15 August 2024 17:49:27 -0400 (0:00:00.225) 0:02:00.485 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Thursday 15 August 2024 17:49:27 -0400 (0:00:00.124) 0:02:00.610 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Thursday 15 August 2024 17:49:27 -0400 (0:00:00.089) 0:02:00.699 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Thursday 15 August 2024 17:49:27 -0400 (0:00:00.179) 0:02:00.879 ******* included: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node3 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 15 August 2024 17:49:28 -0400 (0:00:00.180) 0:02:01.059 ******* ok: [managed_node3] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Thursday 15 August 2024 17:49:28 -0400 (0:00:00.489) 0:02:01.549 ******* ok: [managed_node3] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Thursday 15 August 2024 17:49:28 -0400 (0:00:00.083) 0:02:01.632 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Thursday 15 August 2024 17:49:28 -0400 (0:00:00.086) 0:02:01.719 ******* skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 Thursday 15 August 2024 17:49:28 -0400 (0:00:00.072) 0:02:01.791 ******* skipping: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Thursday 15 August 2024 17:49:28 -0400 (0:00:00.078) 0:02:01.870 ******* ok: [managed_node3] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48 Thursday 15 August 2024 17:49:29 -0400 (0:00:00.597) 0:02:02.468 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58 Thursday 15 August 2024 17:49:29 -0400 (0:00:00.188) 0:02:02.656 ******* skipping: [managed_node3] => { "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: /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 Thursday 15 August 2024 17:49:29 -0400 (0:00:00.087) 0:02:02.744 ******* fatal: [managed_node3]: UNREACHABLE! => { "changed": false, "unreachable": true } MSG: Failed to connect to the host via ssh: OpenSSH_9.3p1, OpenSSL 3.1.1 30 May 2023 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.243 originally 10.31.41.243 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.243 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.243 originally 10.31.41.243 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug1: Control socket "/root/.ansible/cp/bb680ac28a" does not exist debug1: Connecting to 10.31.41.243 [10.31.41.243] port 22. debug2: fd 3 setting O_NONBLOCK debug1: connect to address 10.31.41.243 port 22: Connection refused ssh: connect to host 10.31.41.243 port 22: Connection refused PLAY RECAP ********************************************************************* managed_node3 : ok=294 changed=16 unreachable=1 failed=0 skipped=358 rescued=0 ignored=0 Thursday 15 August 2024 17:49:29 -0400 (0:00:00.064) 0:02:02.808 ******* =============================================================================== fedora.linux_system_roles.podman : Gather the package facts ------------- 1.64s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Check user with getsubids ------------ 1.51s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 fedora.linux_system_roles.podman : Manage each secret ------------------- 1.46s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34 Gathering Facts --------------------------------------------------------- 1.43s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:9 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.36s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.25s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Ensure container images are present --- 1.24s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.22s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Refresh systemd ---------------------- 1.22s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 1.20s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 fedora.linux_system_roles.podman : Refresh systemd ---------------------- 1.19s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.13s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Stop and disable service ------------- 1.10s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 1.09s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 fedora.linux_system_roles.podman : Ensure the quadlet directory is present --- 1.05s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39 Create user for testing ------------------------------------------------- 1.01s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_basic.yml:115 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 1.01s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.99s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 fedora.linux_system_roles.podman : Start service ------------------------ 0.92s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.90s /tmp/collections-bA6/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70