ansible-playbook [core 2.16.14]
  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-e02
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12)
  jinja version = 3.1.6
  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_default.yml ****************************************************
2 plays in /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/tests/podman/tests_default.yml

PLAY [all] *********************************************************************

TASK [Include vault variables] *************************************************
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/tests/podman/tests_default.yml:5
Friday 21 March 2025  18:41:54 -0400 (0:00:00.007)       0:00:00.007 ********** 
ok: [managed-node2] => {
    "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-Uho/tests/vars/vault-variables.yml"
    ],
    "changed": false
}

PLAY [Ensure that the role runs with default parameters] ***********************

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Friday 21 March 2025  18:41:54 -0400 (0:00:00.035)       0:00:00.043 ********** 
included: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Friday 21 March 2025  18:41:54 -0400 (0:00:00.015)       0:00:00.058 ********** 
ok: [managed-node2]

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Friday 21 March 2025  18:41:55 -0400 (0:00:00.752)       0:00:00.811 ********** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Friday 21 March 2025  18:41:55 -0400 (0:00:00.496)       0:00:01.308 ********** 
ok: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Friday 21 March 2025  18:41:55 -0400 (0:00:00.028)       0:00:01.337 ********** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Friday 21 March 2025  18:41:56 -0400 (0:00:00.349)       0:00:01.687 ********** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Friday 21 March 2025  18:41:56 -0400 (0:00:00.019)       0:00:01.706 ********** 
ok: [managed-node2] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_8.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "crun",
            "podman",
            "podman-plugins",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml"
}
ok: [managed-node2] => (item=CentOS_8.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "crun",
            "podman",
            "podman-plugins",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Friday 21 March 2025  18:41:56 -0400 (0:00:00.036)       0:00:01.742 ********** 
ok: [managed-node2] => {
    "censored": "the output 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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Friday 21 March 2025  18:41:57 -0400 (0:00:01.643)       0:00:03.385 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Friday 21 March 2025  18:41:57 -0400 (0:00:00.043)       0:00:03.429 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Friday 21 March 2025  18:41:57 -0400 (0:00:00.043)       0:00:03.472 ********** 
skipping: [managed-node2] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Friday 21 March 2025  18:41:57 -0400 (0:00:00.045)       0:00:03.517 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Friday 21 March 2025  18:41:58 -0400 (0:00:00.065)       0:00:03.583 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Friday 21 March 2025  18:41:58 -0400 (0:00:00.078)       0:00:03.662 ********** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.026829",
    "end": "2025-03-21 18:41:58.546577",
    "rc": 0,
    "start": "2025-03-21 18:41:58.519748"
}

STDOUT:

podman version 4.9.4-dev

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Friday 21 March 2025  18:41:58 -0400 (0:00:00.539)       0:00:04.201 ********** 
ok: [managed-node2] => {
    "ansible_facts": {
        "podman_version": "4.9.4-dev"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Friday 21 March 2025  18:41:58 -0400 (0:00:00.046)       0:00:04.247 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Friday 21 March 2025  18:41:58 -0400 (0:00:00.043)       0:00:04.291 ********** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Friday 21 March 2025  18:41:58 -0400 (0:00:00.071)       0:00:04.362 ********** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Friday 21 March 2025  18:41:58 -0400 (0:00:00.052)       0:00:04.414 ********** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96
Friday 21 March 2025  18:41:58 -0400 (0:00:00.040)       0:00:04.455 ********** 
META: end_host conditional evaluated to False, continuing execution for managed-node2
skipping: [managed-node2] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node2

TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109
Friday 21 March 2025  18:41:58 -0400 (0:00:00.045)       0:00:04.500 ********** 
included: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Friday 21 March 2025  18:41:58 -0400 (0:00:00.051)       0:00:04.551 ********** 
ok: [managed-node2] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "root",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Friday 21 March 2025  18:41:59 -0400 (0:00:00.545)       0:00:05.097 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Friday 21 March 2025  18:41:59 -0400 (0:00:00.047)       0:00:05.145 ********** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31
Friday 21 March 2025  18:41:59 -0400 (0:00:00.064)       0:00:05.210 ********** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1742596851.9635017,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b",
        "ctime": 1742596823.3165157,
        "dev": 51713,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 6986653,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-sharedlib",
        "mode": "0755",
        "mtime": 1700557386.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 12640,
        "uid": 0,
        "version": "4263604762",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42
Friday 21 March 2025  18:42:00 -0400 (0:00:00.380)       0:00:05.590 ********** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Friday 21 March 2025  18:42:00 -0400 (0:00:00.047)       0:00:05.638 ********** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53
Friday 21 March 2025  18:42:00 -0400 (0:00:00.045)       0:00:05.684 ********** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Friday 21 March 2025  18:42:00 -0400 (0:00:00.052)       0:00:05.736 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:64
Friday 21 March 2025  18:42:00 -0400 (0:00:00.041)       0:00:05.777 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:77
Friday 21 March 2025  18:42:00 -0400 (0:00:00.043)       0:00:05.821 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Friday 21 March 2025  18:42:00 -0400 (0:00:00.042)       0:00:05.863 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:87
Friday 21 March 2025  18:42:00 -0400 (0:00:00.041)       0:00:05.904 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:97
Friday 21 March 2025  18:42:00 -0400 (0:00:00.045)       0:00:05.949 ********** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:104
Friday 21 March 2025  18:42:00 -0400 (0:00:00.045)       0:00:05.994 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115
Friday 21 March 2025  18:42:00 -0400 (0:00:00.042)       0:00:06.037 ********** 
ok: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Friday 21 March 2025  18:42:00 -0400 (0:00:00.085)       0:00:06.122 ********** 
included: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Friday 21 March 2025  18:42:00 -0400 (0:00:00.078)       0:00:06.201 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Friday 21 March 2025  18:42:00 -0400 (0:00:00.045)       0:00:06.246 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127
Friday 21 March 2025  18:42:00 -0400 (0:00:00.041)       0:00:06.288 ********** 
included: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Friday 21 March 2025  18:42:00 -0400 (0:00:00.079)       0:00:06.367 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Friday 21 March 2025  18:42:00 -0400 (0:00:00.083)       0:00:06.451 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130
Friday 21 March 2025  18:42:00 -0400 (0:00:00.042)       0:00:06.493 ********** 
included: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Friday 21 March 2025  18:42:00 -0400 (0:00:00.078)       0:00:06.572 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Friday 21 March 2025  18:42:01 -0400 (0:00:00.043)       0:00:06.616 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133
Friday 21 March 2025  18:42:01 -0400 (0:00:00.044)       0:00:06.660 ********** 
included: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Friday 21 March 2025  18:42:01 -0400 (0:00:00.094)       0:00:06.755 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Friday 21 March 2025  18:42:01 -0400 (0:00:00.049)       0:00:06.804 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Friday 21 March 2025  18:42:01 -0400 (0:00:00.043)       0:00:06.848 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Friday 21 March 2025  18:42:01 -0400 (0:00:00.047)       0:00:06.895 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139
Friday 21 March 2025  18:42:01 -0400 (0:00:00.044)       0:00:06.940 ********** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "podman_firewall | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Friday 21 March 2025  18:42:01 -0400 (0:00:00.045)       0:00:06.986 ********** 
skipping: [managed-node2] => {
    "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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Friday 21 March 2025  18:42:01 -0400 (0:00:00.045)       0:00:07.031 ********** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157
Friday 21 March 2025  18:42:01 -0400 (0:00:00.041)       0:00:07.073 ********** 
skipping: [managed-node2] => {
    "censored": "the output 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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166
Friday 21 March 2025  18:42:01 -0400 (0:00:00.040)       0:00:07.113 ********** 
skipping: [managed-node2] => {
    "censored": "the output 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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175
Friday 21 March 2025  18:42:01 -0400 (0:00:00.041)       0:00:07.155 ********** 
skipping: [managed-node2] => {
    "censored": "the output 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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Friday 21 March 2025  18:42:01 -0400 (0:00:00.039)       0:00:07.195 ********** 
skipping: [managed-node2] => {
    "censored": "the output 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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189
Friday 21 March 2025  18:42:01 -0400 (0:00:00.041)       0:00:07.236 ********** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196
Friday 21 March 2025  18:42:01 -0400 (0:00:00.040)       0:00:07.277 ********** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202
Friday 21 March 2025  18:42:01 -0400 (0:00:00.042)       0:00:07.319 ********** 
skipping: [managed-node2] => {
    "censored": "the output 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-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211
Friday 21 March 2025  18:42:01 -0400 (0:00:00.026)       0:00:07.345 ********** 
skipping: [managed-node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

PLAY RECAP *********************************************************************
managed-node2              : ok=21   changed=0    unreachable=0    failed=0    skipped=39   rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Friday 21 March 2025  18:42:01 -0400 (0:00:00.060)       0:00:07.406 ********** 
=============================================================================== 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.64s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Ensure ansible_facts used by role ---- 0.75s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 
fedora.linux_system_roles.podman : Get user information ----------------- 0.55s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 
fedora.linux_system_roles.podman : Get podman version ------------------- 0.54s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 
fedora.linux_system_roles.podman : Check if system is ostree ------------ 0.50s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 
fedora.linux_system_roles.podman : See if getsubids exists -------------- 0.38s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 
fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin --- 0.35s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 
fedora.linux_system_roles.podman : Handle policy.json ------------------- 0.09s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 
fedora.linux_system_roles.podman : Set config file paths ---------------- 0.09s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 
fedora.linux_system_roles.podman : Ensure registries.d exists ----------- 0.08s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 
fedora.linux_system_roles.podman : Handle registries.conf.d ------------- 0.08s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 
fedora.linux_system_roles.podman : Fail if reboot is needed and not set --- 0.08s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 
fedora.linux_system_roles.podman : Handle container.conf.d -------------- 0.08s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 
fedora.linux_system_roles.podman : Handle storage.conf ------------------ 0.08s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 
fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets --- 0.07s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 
fedora.linux_system_roles.podman : Reboot transactional update systems --- 0.07s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 
fedora.linux_system_roles.podman : Set group for podman user ------------ 0.06s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 
fedora.linux_system_roles.podman : Handle certs.d files - absent -------- 0.06s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 
fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets --- 0.05s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 
fedora.linux_system_roles.podman : Check with getsubids for user subgids --- 0.05s
/tmp/collections-e02/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53