ansible-playbook [core 2.17.6]
  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-YAO
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.7 (main, Oct  1 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/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_config_files.yml ***********************************************
2 plays in /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml

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

TASK [Include vault variables] *************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5
Tuesday 12 November 2024  11:05:05 -0500 (0:00:00.007)       0:00:00.007 ****** 
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-mR5/tests/vars/vault-variables.yml"
    ],
    "changed": false
}

PLAY [Ensure that the role can manage its config files] ************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9
Tuesday 12 November 2024  11:05:05 -0500 (0:00:00.036)       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 the role with no config to get private vars] *************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:48
Tuesday 12 November 2024  11:05:08 -0500 (0:00:03.378)       0:00:03.422 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Tuesday 12 November 2024  11:05:08 -0500 (0:00:00.080)       0:00:03.503 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Tuesday 12 November 2024  11:05:08 -0500 (0:00:00.036)       0:00:03.539 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Tuesday 12 November 2024  11:05:08 -0500 (0:00:00.047)       0:00:03.586 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Tuesday 12 November 2024  11:05:09 -0500 (0:00:00.486)       0:00:04.073 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Tuesday 12 November 2024  11:05:09 -0500 (0:00:00.025)       0:00:04.098 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Tuesday 12 November 2024  11:05:09 -0500 (0:00:00.354)       0:00:04.453 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Tuesday 12 November 2024  11:05:09 -0500 (0:00:00.027)       0:00:04.480 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-YAO/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-YAO/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_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Tuesday 12 November 2024  11:05:09 -0500 (0:00:00.041)       0:00:04.522 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Tuesday 12 November 2024  11:05:10 -0500 (0:00:01.173)       0:00:05.695 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Tuesday 12 November 2024  11:05:10 -0500 (0:00:00.048)       0:00:05.744 ****** 
changed: [managed-node3] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: netavark-2:1.12.2-1.fc40.x86_64",
        "Installed: shadow-utils-subid-2:4.15.1-4.fc40.x86_64",
        "Installed: yajl-2.1.0-23.fc40.x86_64",
        "Installed: catatonit-0.1.7-22.fc40.x86_64",
        "Installed: libmd-1.1.0-4.fc40.x86_64",
        "Installed: passt-0^20240906.g6b38f07-1.fc40.x86_64",
        "Installed: passt-selinux-0^20240906.g6b38f07-1.fc40.noarch",
        "Installed: podman-5:5.2.5-2.fc40.x86_64",
        "Installed: criu-4.0-1.fc40.x86_64",
        "Installed: criu-libs-4.0-1.fc40.x86_64",
        "Installed: qemu-user-static-or1k-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-ppc-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-riscv-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-s390x-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-sh4-2:8.2.7-1.fc40.x86_64",
        "Installed: fuse-common-3.16.2-3.fc40.x86_64",
        "Installed: crun-1.17-1.fc40.x86_64",
        "Installed: libbsd-0.12.2-3.fc40.x86_64",
        "Installed: composefs-1.0.6-1.fc40.x86_64",
        "Installed: qemu-user-static-sparc-2:8.2.7-1.fc40.x86_64",
        "Installed: composefs-libs-1.0.6-1.fc40.x86_64",
        "Installed: qemu-user-static-x86-2:8.2.7-1.fc40.x86_64",
        "Installed: fuse-overlayfs-1.13-1.fc40.x86_64",
        "Installed: aardvark-dns-2:1.12.2-2.fc40.x86_64",
        "Installed: fuse3-3.16.2-3.fc40.x86_64",
        "Installed: qemu-user-static-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-aarch64-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-alpha-2:8.2.7-1.fc40.x86_64",
        "Installed: fuse3-libs-3.16.2-3.fc40.x86_64",
        "Installed: qemu-user-static-arm-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-cris-2:8.2.7-1.fc40.x86_64",
        "Installed: libnet-1.3-3.fc40.x86_64",
        "Installed: qemu-user-static-hexagon-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-hppa-2:8.2.7-1.fc40.x86_64",
        "Installed: conmon-2:2.1.12-2.fc40.x86_64",
        "Installed: qemu-user-static-loongarch64-2:8.2.7-1.fc40.x86_64",
        "Installed: container-selinux-2:2.233.0-1.fc40.noarch",
        "Installed: qemu-user-static-m68k-2:8.2.7-1.fc40.x86_64",
        "Installed: containers-common-5:0.60.4-2.fc40.noarch",
        "Installed: containers-common-extra-5:0.60.4-2.fc40.noarch",
        "Installed: qemu-user-static-microblaze-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-mips-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-nios2-2:8.2.7-1.fc40.x86_64",
        "Installed: qemu-user-static-xtensa-2:8.2.7-1.fc40.x86_64"
    ]
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Tuesday 12 November 2024  11:07:29 -0500 (0:02:18.661)       0:02:24.406 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Tuesday 12 November 2024  11:07:29 -0500 (0:00:00.069)       0:02:24.476 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Tuesday 12 November 2024  11:07:29 -0500 (0:00:00.086)       0:02:24.562 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Tuesday 12 November 2024  11:07:29 -0500 (0:00:00.098)       0:02:24.661 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.034599",
    "end": "2024-11-12 11:07:30.315432",
    "rc": 0,
    "start": "2024-11-12 11:07:30.280833"
}

STDOUT:

podman version 5.2.5

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Tuesday 12 November 2024  11:07:30 -0500 (0:00:00.673)       0:02:25.335 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "5.2.5"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Tuesday 12 November 2024  11:07:30 -0500 (0:00:00.033)       0:02:25.368 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Tuesday 12 November 2024  11:07:30 -0500 (0:00:00.032)       0:02:25.401 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Tuesday 12 November 2024  11:07:30 -0500 (0:00:00.047)       0:02:25.448 ****** 
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 : Podman package version must be 5.0 or later for Pod quadlets] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Tuesday 12 November 2024  11:07:30 -0500 (0:00:00.070)       0:02:25.518 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96
Tuesday 12 November 2024  11:07:30 -0500 (0:00:00.069)       0:02:25.587 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109
Tuesday 12 November 2024  11:07:30 -0500 (0:00:00.125)       0:02:25.713 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 12 November 2024  11:07:30 -0500 (0:00:00.199)       0:02:25.912 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 12 November 2024  11:07:31 -0500 (0:00:00.698)       0:02:26.610 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 12 November 2024  11:07:31 -0500 (0:00:00.065)       0:02:26.676 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 12 November 2024  11:07:31 -0500 (0:00:00.111)       0:02:26.788 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1728950400.0,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a",
        "ctime": 1731427569.73298,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190986,
        "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": 1728950400.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15736,
        "uid": 0,
        "version": "425998205",
        "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.469)       0:02:27.258 ****** 
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 with getsubids for user subgids] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.031)       0:02:27.289 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.055)       0:02:27.345 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.051)       0:02:27.396 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.084)       0:02:27.480 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.050)       0:02:27.531 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.094)       0:02:27.626 ****** 
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 subgid file] ******
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.072)       0:02:27.698 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.093)       0:02:27.791 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Tuesday 12 November 2024  11:07:32 -0500 (0:00:00.159)       0:02:27.951 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Tuesday 12 November 2024  11:07:33 -0500 (0:00:00.223)       0:02:28.175 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Tuesday 12 November 2024  11:07:33 -0500 (0:00:00.080)       0:02:28.255 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127
Tuesday 12 November 2024  11:07:33 -0500 (0:00:00.100)       0:02:28.356 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Tuesday 12 November 2024  11:07:33 -0500 (0:00:00.217)       0:02:28.573 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Tuesday 12 November 2024  11:07:33 -0500 (0:00:00.083)       0:02:28.657 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130
Tuesday 12 November 2024  11:07:33 -0500 (0:00:00.088)       0:02:28.746 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Tuesday 12 November 2024  11:07:33 -0500 (0:00:00.184)       0:02:28.930 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.098)       0:02:29.028 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.074)       0:02:29.103 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.184)       0:02:29.287 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.081)       0:02:29.369 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.070)       0:02:29.439 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.082)       0:02:29.522 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.064)       0:02:29.587 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.052)       0:02:29.639 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.049)       0:02:29.689 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.165)       0:02:29.855 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166
Tuesday 12 November 2024  11:07:34 -0500 (0:00:00.062)       0:02:29.918 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175
Tuesday 12 November 2024  11:07:35 -0500 (0:00:00.048)       0:02:29.966 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Tuesday 12 November 2024  11:07:35 -0500 (0:00:00.047)       0:02:30.014 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189
Tuesday 12 November 2024  11:07:35 -0500 (0:00:00.068)       0:02:30.083 ****** 
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 : Cancel linger] ************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196
Tuesday 12 November 2024  11:07:35 -0500 (0:00:00.049)       0:02:30.133 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202
Tuesday 12 November 2024  11:07:35 -0500 (0:00:00.069)       0:02:30.202 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211
Tuesday 12 November 2024  11:07:35 -0500 (0:00:00.066)       0:02:30.269 ****** 
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 temp directory] ***************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:59
Tuesday 12 November 2024  11:07:35 -0500 (0:00:00.088)       0:02:30.358 ****** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/tmp/lsr_podman_config_gnjzqhzy",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 40,
    "state": "directory",
    "uid": 0
}

TASK [Create backup] ***********************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:65
Tuesday 12 November 2024  11:07:35 -0500 (0:00:00.589)       0:02:30.947 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "tar",
        "--ignore-failed-read",
        "-c",
        "-P",
        "-v",
        "-p",
        "-f",
        "/tmp/lsr_podman_config_gnjzqhzy/backup.tar",
        "/etc/containers/containers.conf.d/50-systemroles.conf",
        "/etc/containers/registries.conf.d/50-systemroles.conf",
        "/etc/containers/storage.conf",
        "/etc/containers/policy.json"
    ],
    "delta": "0:00:00.220239",
    "end": "2024-11-12 11:07:36.541252",
    "rc": 0,
    "start": "2024-11-12 11:07:36.321013"
}

STDOUT:

/etc/containers/policy.json


STDERR:

tar: /etc/containers/containers.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory
tar: /etc/containers/registries.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory
tar: /etc/containers/storage.conf: Warning: Cannot stat: No such file or directory

TASK [Create user] *************************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72
Tuesday 12 November 2024  11:07:36 -0500 (0:00:00.614)       0:02:31.562 ****** 
changed: [managed-node3] => {
    "changed": true,
    "comment": "",
    "create_home": true,
    "group": 1001,
    "home": "/home/user1",
    "name": "user1",
    "shell": "/bin/bash",
    "state": "present",
    "system": false,
    "uid": 1001
}

TASK [Run the role with user config] *******************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:76
Tuesday 12 November 2024  11:07:37 -0500 (0:00:01.136)       0:02:32.698 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Tuesday 12 November 2024  11:07:37 -0500 (0:00:00.101)       0:02:32.800 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Tuesday 12 November 2024  11:07:37 -0500 (0:00:00.052)       0:02:32.852 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Tuesday 12 November 2024  11:07:37 -0500 (0:00:00.036)       0:02:32.889 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Tuesday 12 November 2024  11:07:38 -0500 (0:00:00.063)       0:02:32.952 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Tuesday 12 November 2024  11:07:38 -0500 (0:00:00.035)       0:02:32.988 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Tuesday 12 November 2024  11:07:38 -0500 (0:00:00.034)       0:02:33.022 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Tuesday 12 November 2024  11:07:38 -0500 (0:00:00.033)       0:02:33.056 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-YAO/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-YAO/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_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Tuesday 12 November 2024  11:07:38 -0500 (0:00:00.073)       0:02:33.129 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.952)       0:02:34.081 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.033)       0:02:34.114 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.037)       0:02:34.151 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.031)       0:02:34.183 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.032)       0:02:34.216 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.032)       0:02:34.248 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.028355",
    "end": "2024-11-12 11:07:39.631064",
    "rc": 0,
    "start": "2024-11-12 11:07:39.602709"
}

STDOUT:

podman version 5.2.5

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.424)       0:02:34.673 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "5.2.5"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.071)       0:02:34.744 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.084)       0:02:34.829 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Tuesday 12 November 2024  11:07:39 -0500 (0:00:00.057)       0:02:34.886 ****** 
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 : Podman package version must be 5.0 or later for Pod quadlets] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Tuesday 12 November 2024  11:07:40 -0500 (0:00:00.114)       0:02:35.000 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96
Tuesday 12 November 2024  11:07:40 -0500 (0:00:00.074)       0:02:35.075 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109
Tuesday 12 November 2024  11:07:40 -0500 (0:00:00.089)       0:02:35.165 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 12 November 2024  11:07:40 -0500 (0:00:00.106)       0:02:35.272 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "getent_passwd": {
            "user1": [
                "x",
                "1001",
                "1001",
                "",
                "/home/user1",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 12 November 2024  11:07:40 -0500 (0:00:00.416)       0:02:35.688 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 12 November 2024  11:07:40 -0500 (0:00:00.040)       0:02:35.729 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "1001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 12 November 2024  11:07:40 -0500 (0:00:00.049)       0:02:35.779 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1731427652.2327704,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a",
        "ctime": 1731427569.73298,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190986,
        "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": 1728950400.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15736,
        "uid": 0,
        "version": "425998205",
        "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 12 November 2024  11:07:41 -0500 (0:00:00.380)       0:02:36.159 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "user1"
    ],
    "delta": "0:00:00.003941",
    "end": "2024-11-12 11:07:41.536092",
    "rc": 0,
    "start": "2024-11-12 11:07:41.532151"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Tuesday 12 November 2024  11:07:41 -0500 (0:00:00.396)       0:02:36.556 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "user1"
    ],
    "delta": "0:00:00.005869",
    "end": "2024-11-12 11:07:41.918240",
    "rc": 0,
    "start": "2024-11-12 11:07:41.912371"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Tuesday 12 November 2024  11:07:41 -0500 (0:00:00.383)       0:02:36.939 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_subgid_info": {
            "user1": {
                "range": 65536,
                "start": 589824
            }
        },
        "podman_subuid_info": {
            "user1": {
                "range": 65536,
                "start": 589824
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Tuesday 12 November 2024  11:07:42 -0500 (0:00:00.051)       0:02:36.991 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Tuesday 12 November 2024  11:07:42 -0500 (0:00:00.033)       0:02:37.024 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Tuesday 12 November 2024  11:07:42 -0500 (0:00:00.036)       0:02:37.061 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Tuesday 12 November 2024  11:07:42 -0500 (0:00:00.056)       0:02:37.118 ****** 
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 subgid file] ******
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Tuesday 12 November 2024  11:07:42 -0500 (0:00:00.047)       0:02:37.166 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115
Tuesday 12 November 2024  11:07:42 -0500 (0:00:00.037)       0:02:37.203 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/home/user1/.config/containers/policy.json",
        "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Tuesday 12 November 2024  11:07:42 -0500 (0:00:00.074)       0:02:37.278 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Tuesday 12 November 2024  11:07:42 -0500 (0:00:00.094)       0:02:37.372 ****** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers/containers.conf.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Tuesday 12 November 2024  11:07:42 -0500 (0:00:00.516)       0:02:37.889 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
    "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a",
    "mode": "0644",
    "owner": "user1",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 116,
    "src": "/root/.ansible/tmp/ansible-tmp-1731427662.9991713-6145-230128819208918/.source.conf",
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127
Tuesday 12 November 2024  11:07:43 -0500 (0:00:00.889)       0:02:38.779 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Tuesday 12 November 2024  11:07:43 -0500 (0:00:00.063)       0:02:38.843 ****** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers/registries.conf.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Tuesday 12 November 2024  11:07:44 -0500 (0:00:00.397)       0:02:39.241 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
    "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "92130a764e88fe669136f6cf26613a84",
    "mode": "0644",
    "owner": "user1",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 225,
    "src": "/root/.ansible/tmp/ansible-tmp-1731427664.3386853-6179-50600355204105/.source.conf",
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130
Tuesday 12 November 2024  11:07:45 -0500 (0:00:00.771)       0:02:40.013 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Tuesday 12 November 2024  11:07:45 -0500 (0:00:00.109)       0:02:40.123 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Tuesday 12 November 2024  11:07:45 -0500 (0:00:00.446)       0:02:40.570 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
    "dest": "/home/user1/.config/containers/storage.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "47c893f010daf00398b7ed40f434aa0e",
    "mode": "0644",
    "owner": "user1",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 109,
    "src": "/root/.ansible/tmp/ansible-tmp-1731427665.68075-6226-231491870128228/.source.conf",
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133
Tuesday 12 November 2024  11:07:46 -0500 (0:00:00.783)       0:02:41.353 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Tuesday 12 November 2024  11:07:46 -0500 (0:00:00.117)       0:02:41.471 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Tuesday 12 November 2024  11:07:46 -0500 (0:00:00.453)       0:02:41.924 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Tuesday 12 November 2024  11:07:47 -0500 (0:00:00.467)       0:02:42.392 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_policy_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Tuesday 12 November 2024  11:07:47 -0500 (0:00:00.074)       0:02:42.466 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
    "dest": "/home/user1/.config/containers/policy.json",
    "gid": 0,
    "group": "root",
    "md5sum": "443c1986d4a8657dddae55f350d122e2",
    "mode": "0644",
    "owner": "user1",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 67,
    "src": "/root/.ansible/tmp/ansible-tmp-1731427667.5880558-6313-204648021797301/.source.json",
    "state": "file",
    "uid": 1001
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.834)       0:02:43.301 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.068)       0:02:43.369 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.033)       0:02:43.403 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.032)       0:02:43.436 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.029)       0:02:43.466 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.028)       0:02:43.494 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.029)       0:02:43.524 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.027)       0:02:43.552 ****** 
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 : Cancel linger] ************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.028)       0:02:43.580 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.029)       0:02:43.609 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.028)       0:02:43.638 ****** 
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 [Check that files exist and are non-null] *********************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83
Tuesday 12 November 2024  11:07:48 -0500 (0:00:00.047)       0:02:43.686 ****** 
ok: [managed-node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1731427663.7548804,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1731427663.7588804,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280033,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427663.3248763,
        "nlink": 1,
        "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 116,
        "uid": 1001,
        "version": "1966430358",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1731427664.9448917,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1731427664.9478917,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280035,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427664.661889,
        "nlink": 1,
        "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 225,
        "uid": 1001,
        "version": "3157897429",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/storage.conf",
    "stat": {
        "atime": 1731427666.3029046,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1731427666.3069048,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280036,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427666.025902,
        "nlink": 1,
        "path": "/home/user1/.config/containers/storage.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 1001,
        "version": "274316275",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/policy.json",
    "stat": {
        "atime": 1731427668.232923,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1731427668.2369232,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280037,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1731427667.92192,
        "nlink": 1,
        "path": "/home/user1/.config/containers/policy.json",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 1001,
        "version": "3867061831",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Run the role again with user config] *************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:90
Tuesday 12 November 2024  11:07:51 -0500 (0:00:02.826)       0:02:46.512 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Tuesday 12 November 2024  11:07:51 -0500 (0:00:00.262)       0:02:46.775 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Tuesday 12 November 2024  11:07:51 -0500 (0:00:00.115)       0:02:46.890 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Tuesday 12 November 2024  11:07:52 -0500 (0:00:00.109)       0:02:47.000 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Tuesday 12 November 2024  11:07:52 -0500 (0:00:00.059)       0:02:47.060 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Tuesday 12 November 2024  11:07:52 -0500 (0:00:00.069)       0:02:47.130 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Tuesday 12 November 2024  11:07:52 -0500 (0:00:00.058)       0:02:47.189 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Tuesday 12 November 2024  11:07:52 -0500 (0:00:00.091)       0:02:47.281 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-YAO/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-YAO/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_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Tuesday 12 November 2024  11:07:52 -0500 (0:00:00.155)       0:02:47.436 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Tuesday 12 November 2024  11:07:53 -0500 (0:00:00.990)       0:02:48.427 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Tuesday 12 November 2024  11:07:53 -0500 (0:00:00.069)       0:02:48.496 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Tuesday 12 November 2024  11:07:53 -0500 (0:00:00.120)       0:02:48.617 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Tuesday 12 November 2024  11:07:53 -0500 (0:00:00.065)       0:02:48.683 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Tuesday 12 November 2024  11:07:53 -0500 (0:00:00.059)       0:02:48.743 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Tuesday 12 November 2024  11:07:53 -0500 (0:00:00.067)       0:02:48.810 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.028038",
    "end": "2024-11-12 11:07:54.216283",
    "rc": 0,
    "start": "2024-11-12 11:07:54.188245"
}

STDOUT:

podman version 5.2.5

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.468)       0:02:49.279 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "5.2.5"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.053)       0:02:49.333 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.047)       0:02:49.380 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.034)       0:02:49.415 ****** 
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 : Podman package version must be 5.0 or later for Pod quadlets] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.076)       0:02:49.491 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.044)       0:02:49.535 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.080)       0:02:49.616 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.102)       0:02:49.718 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.065)       0:02:49.784 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 12 November 2024  11:07:54 -0500 (0:00:00.070)       0:02:49.855 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "1001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 12 November 2024  11:07:55 -0500 (0:00:00.107)       0:02:49.962 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1731427652.2327704,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a",
        "ctime": 1731427569.73298,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190986,
        "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": 1728950400.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15736,
        "uid": 0,
        "version": "425998205",
        "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 12 November 2024  11:07:55 -0500 (0:00:00.435)       0:02:50.398 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "user1"
    ],
    "delta": "0:00:00.004589",
    "end": "2024-11-12 11:07:55.802623",
    "rc": 0,
    "start": "2024-11-12 11:07:55.798034"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Tuesday 12 November 2024  11:07:55 -0500 (0:00:00.434)       0:02:50.832 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "user1"
    ],
    "delta": "0:00:00.006310",
    "end": "2024-11-12 11:07:56.204045",
    "rc": 0,
    "start": "2024-11-12 11:07:56.197735"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Tuesday 12 November 2024  11:07:56 -0500 (0:00:00.417)       0:02:51.250 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_subgid_info": {
            "user1": {
                "range": 65536,
                "start": 589824
            }
        },
        "podman_subuid_info": {
            "user1": {
                "range": 65536,
                "start": 589824
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Tuesday 12 November 2024  11:07:56 -0500 (0:00:00.085)       0:02:51.335 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Tuesday 12 November 2024  11:07:56 -0500 (0:00:00.055)       0:02:51.391 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Tuesday 12 November 2024  11:07:56 -0500 (0:00:00.082)       0:02:51.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 user not in subuid file] ******
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Tuesday 12 November 2024  11:07:56 -0500 (0:00:00.089)       0:02:51.562 ****** 
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 subgid file] ******
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Tuesday 12 November 2024  11:07:56 -0500 (0:00:00.110)       0:02:51.673 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115
Tuesday 12 November 2024  11:07:56 -0500 (0:00:00.105)       0:02:51.778 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/home/user1/.config/containers/policy.json",
        "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Tuesday 12 November 2024  11:07:57 -0500 (0:00:00.251)       0:02:52.030 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Tuesday 12 November 2024  11:07:57 -0500 (0:00:00.112)       0:02:52.142 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers/containers.conf.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Tuesday 12 November 2024  11:07:57 -0500 (0:00:00.458)       0:02:52.601 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
    "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "user1",
    "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 116,
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127
Tuesday 12 November 2024  11:07:58 -0500 (0:00:00.798)       0:02:53.399 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Tuesday 12 November 2024  11:07:58 -0500 (0:00:00.111)       0:02:53.511 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers/registries.conf.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Tuesday 12 November 2024  11:07:58 -0500 (0:00:00.435)       0:02:53.946 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
    "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "user1",
    "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 225,
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130
Tuesday 12 November 2024  11:07:59 -0500 (0:00:00.694)       0:02:54.640 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Tuesday 12 November 2024  11:07:59 -0500 (0:00:00.065)       0:02:54.706 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Tuesday 12 November 2024  11:08:00 -0500 (0:00:00.413)       0:02:55.120 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
    "dest": "/home/user1/.config/containers/storage.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "user1",
    "path": "/home/user1/.config/containers/storage.conf",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 109,
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133
Tuesday 12 November 2024  11:08:00 -0500 (0:00:00.737)       0:02:55.857 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Tuesday 12 November 2024  11:08:00 -0500 (0:00:00.090)       0:02:55.948 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Tuesday 12 November 2024  11:08:01 -0500 (0:00:00.421)       0:02:56.369 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1731427671.4299536,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1731427668.2369232,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280037,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1731427667.92192,
        "nlink": 1,
        "path": "/home/user1/.config/containers/policy.json",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 1001,
        "version": "3867061831",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Tuesday 12 November 2024  11:08:01 -0500 (0:00:00.410)       0:02:56.779 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==",
    "encoding": "base64",
    "source": "/home/user1/.config/containers/policy.json"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.636)       0:02:57.416 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__policy_existing != podman_policy_json",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.072)       0:02:57.489 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.033)       0:02:57.523 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.033)       0:02:57.556 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.032)       0:02:57.589 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.028)       0:02:57.617 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.034)       0:02:57.652 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.046)       0:02:57.699 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.048)       0:02:57.748 ****** 
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 : Cancel linger] ************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.053)       0:02:57.801 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.047)       0:02:57.849 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211
Tuesday 12 November 2024  11:08:02 -0500 (0:00:00.051)       0:02:57.900 ****** 
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 [Check that files still exist and are non-null] ***************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97
Tuesday 12 November 2024  11:08:03 -0500 (0:00:00.082)       0:02:57.982 ****** 
ok: [managed-node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1731427669.052931,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1731427663.7588804,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280033,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427663.3248763,
        "nlink": 1,
        "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 116,
        "uid": 1001,
        "version": "1966430358",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1731427670.715947,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1731427664.9478917,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280035,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427664.661889,
        "nlink": 1,
        "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 225,
        "uid": 1001,
        "version": "3157897429",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/storage.conf",
    "stat": {
        "atime": 1731427671.0709503,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1731427666.3069048,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280036,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427666.025902,
        "nlink": 1,
        "path": "/home/user1/.config/containers/storage.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 1001,
        "version": "274316275",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/policy.json",
    "stat": {
        "atime": 1731427671.4299536,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1731427668.2369232,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280037,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1731427667.92192,
        "nlink": 1,
        "path": "/home/user1/.config/containers/policy.json",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 1001,
        "version": "3867061831",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Run the role with root config] *******************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104
Tuesday 12 November 2024  11:08:04 -0500 (0:00:01.690)       0:02:59.673 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Tuesday 12 November 2024  11:08:04 -0500 (0:00:00.170)       0:02:59.844 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Tuesday 12 November 2024  11:08:05 -0500 (0:00:00.118)       0:02:59.963 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Tuesday 12 November 2024  11:08:05 -0500 (0:00:00.047)       0:03:00.011 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Tuesday 12 November 2024  11:08:05 -0500 (0:00:00.041)       0:03:00.052 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Tuesday 12 November 2024  11:08:05 -0500 (0:00:00.035)       0:03:00.088 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Tuesday 12 November 2024  11:08:05 -0500 (0:00:00.056)       0:03:00.144 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Tuesday 12 November 2024  11:08:05 -0500 (0:00:00.038)       0:03:00.183 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-YAO/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-YAO/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_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Tuesday 12 November 2024  11:08:05 -0500 (0:00:00.072)       0:03:00.255 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Tuesday 12 November 2024  11:08:06 -0500 (0:00:00.984)       0:03:01.240 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Tuesday 12 November 2024  11:08:06 -0500 (0:00:00.033)       0:03:01.274 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Tuesday 12 November 2024  11:08:06 -0500 (0:00:00.039)       0:03:01.313 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Tuesday 12 November 2024  11:08:06 -0500 (0:00:00.032)       0:03:01.345 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Tuesday 12 November 2024  11:08:06 -0500 (0:00:00.033)       0:03:01.379 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Tuesday 12 November 2024  11:08:06 -0500 (0:00:00.032)       0:03:01.412 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.028457",
    "end": "2024-11-12 11:08:06.835027",
    "rc": 0,
    "start": "2024-11-12 11:08:06.806570"
}

STDOUT:

podman version 5.2.5

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Tuesday 12 November 2024  11:08:06 -0500 (0:00:00.445)       0:03:01.857 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "5.2.5"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Tuesday 12 November 2024  11:08:06 -0500 (0:00:00.036)       0:03:01.894 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Tuesday 12 November 2024  11:08:06 -0500 (0:00:00.035)       0:03:01.929 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Tuesday 12 November 2024  11:08:07 -0500 (0:00:00.071)       0:03:02.001 ****** 
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 : Podman package version must be 5.0 or later for Pod quadlets] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Tuesday 12 November 2024  11:08:07 -0500 (0:00:00.038)       0:03:02.039 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96
Tuesday 12 November 2024  11:08:07 -0500 (0:00:00.044)       0:03:02.084 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109
Tuesday 12 November 2024  11:08:07 -0500 (0:00:00.048)       0:03:02.133 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 12 November 2024  11:08:07 -0500 (0:00:00.064)       0:03:02.197 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 12 November 2024  11:08:07 -0500 (0:00:00.409)       0:03:02.607 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 12 November 2024  11:08:07 -0500 (0:00:00.046)       0:03:02.653 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 12 November 2024  11:08:07 -0500 (0:00:00.057)       0:03:02.710 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1731427652.2327704,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a",
        "ctime": 1731427569.73298,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190986,
        "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": 1728950400.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15736,
        "uid": 0,
        "version": "425998205",
        "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.390)       0:03:03.100 ****** 
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 with getsubids for user subgids] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.034)       0:03:03.135 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.032)       0:03:03.167 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.031)       0:03:03.199 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.031)       0:03:03.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 user subuid and subgid info] ******
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.044)       0:03:03.275 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.038)       0:03:03.313 ****** 
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 subgid file] ******
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.031)       0:03:03.345 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.067)       0:03:03.413 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.087)       0:03:03.501 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Tuesday 12 November 2024  11:08:08 -0500 (0:00:00.114)       0:03:03.615 ****** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/containers.conf.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Tuesday 12 November 2024  11:08:09 -0500 (0:00:00.466)       0:03:04.081 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
    "dest": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 116,
    "src": "/root/.ansible/tmp/ansible-tmp-1731427689.192391-7156-266401016006158/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127
Tuesday 12 November 2024  11:08:09 -0500 (0:00:00.782)       0:03:04.863 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Tuesday 12 November 2024  11:08:09 -0500 (0:00:00.077)       0:03:04.941 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/registries.conf.d",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Tuesday 12 November 2024  11:08:10 -0500 (0:00:00.443)       0:03:05.384 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
    "dest": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "92130a764e88fe669136f6cf26613a84",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 225,
    "src": "/root/.ansible/tmp/ansible-tmp-1731427690.483028-7212-154189614533991/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130
Tuesday 12 November 2024  11:08:11 -0500 (0:00:00.731)       0:03:06.115 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Tuesday 12 November 2024  11:08:11 -0500 (0:00:00.064)       0:03:06.180 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Tuesday 12 November 2024  11:08:11 -0500 (0:00:00.404)       0:03:06.584 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
    "dest": "/etc/containers/storage.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "47c893f010daf00398b7ed40f434aa0e",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 109,
    "src": "/root/.ansible/tmp/ansible-tmp-1731427691.6855054-7243-234612014359746/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133
Tuesday 12 November 2024  11:08:12 -0500 (0:00:00.757)       0:03:07.342 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Tuesday 12 November 2024  11:08:12 -0500 (0:00:00.114)       0:03:07.456 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Tuesday 12 November 2024  11:08:12 -0500 (0:00:00.467)       0:03:07.924 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1731427656.5398114,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d18de4f9d7b785ae06b0f74ab2e3f46678d7b7ec",
        "ctime": 1731427595.352226,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279982,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1716486377.0,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 256,
        "uid": 0,
        "version": "725955334",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Tuesday 12 November 2024  11:08:13 -0500 (0:00:00.435)       0:03:08.359 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "ewogICAgImRlZmF1bHQiOiBbCiAgICAgICAgewogICAgICAgICAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgogICAgICAgIH0KICAgIF0sCiAgICAidHJhbnNwb3J0cyI6CiAgICAgICAgewogICAgICAgICAgICAiZG9ja2VyLWRhZW1vbiI6CiAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgIiI6IFt7InR5cGUiOiJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIn1dCiAgICAgICAgICAgICAgICB9CiAgICAgICAgfQp9Cg==",
    "encoding": "base64",
    "source": "/etc/containers/policy.json"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Tuesday 12 November 2024  11:08:13 -0500 (0:00:00.544)       0:03:08.903 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
    "dest": "/etc/containers/policy.json",
    "gid": 0,
    "group": "root",
    "md5sum": "443c1986d4a8657dddae55f350d122e2",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 67,
    "src": "/root/.ansible/tmp/ansible-tmp-1731427694.0215676-7331-262322698090722/.source.json",
    "state": "file",
    "uid": 0
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139
Tuesday 12 November 2024  11:08:14 -0500 (0:00:00.795)       0:03:09.699 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Tuesday 12 November 2024  11:08:14 -0500 (0:00:00.034)       0:03:09.733 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Tuesday 12 November 2024  11:08:14 -0500 (0:00:00.033)       0:03:09.767 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157
Tuesday 12 November 2024  11:08:14 -0500 (0:00:00.032)       0:03:09.799 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166
Tuesday 12 November 2024  11:08:14 -0500 (0:00:00.029)       0:03:09.829 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175
Tuesday 12 November 2024  11:08:14 -0500 (0:00:00.029)       0:03:09.858 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Tuesday 12 November 2024  11:08:14 -0500 (0:00:00.032)       0:03:09.890 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189
Tuesday 12 November 2024  11:08:14 -0500 (0:00:00.032)       0:03:09.923 ****** 
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 : Cancel linger] ************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196
Tuesday 12 November 2024  11:08:15 -0500 (0:00:00.050)       0:03:09.974 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202
Tuesday 12 November 2024  11:08:15 -0500 (0:00:00.053)       0:03:10.028 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211
Tuesday 12 November 2024  11:08:15 -0500 (0:00:00.050)       0:03:10.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 [Check that files exist and are non-null] *********************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111
Tuesday 12 November 2024  11:08:15 -0500 (0:00:00.088)       0:03:10.167 ****** 
ok: [managed-node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1731427689.8351283,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1731427689.8411283,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280039,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427689.5571256,
        "nlink": 1,
        "path": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 116,
        "uid": 0,
        "version": "3192399724",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1731427691.08714,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1731427691.0931401,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280040,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427690.8121374,
        "nlink": 1,
        "path": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 225,
        "uid": 0,
        "version": "1869347267",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/storage.conf",
    "stat": {
        "atime": 1731427692.2991514,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1731427692.3051515,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280041,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427692.0161488,
        "nlink": 1,
        "path": "/etc/containers/storage.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 0,
        "version": "1850719640",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/policy.json",
    "stat": {
        "atime": 1731427694.6709814,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1731427694.6701736,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280042,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1731427694.6709824,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 0,
        "version": "1679376194",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Run the role again with root config] *************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118
Tuesday 12 November 2024  11:08:16 -0500 (0:00:01.599)       0:03:11.766 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Tuesday 12 November 2024  11:08:16 -0500 (0:00:00.145)       0:03:11.912 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Tuesday 12 November 2024  11:08:17 -0500 (0:00:00.122)       0:03:12.034 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Tuesday 12 November 2024  11:08:17 -0500 (0:00:00.059)       0:03:12.094 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Tuesday 12 November 2024  11:08:17 -0500 (0:00:00.042)       0:03:12.136 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Tuesday 12 November 2024  11:08:17 -0500 (0:00:00.040)       0:03:12.177 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Tuesday 12 November 2024  11:08:17 -0500 (0:00:00.043)       0:03:12.220 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Tuesday 12 November 2024  11:08:17 -0500 (0:00:00.039)       0:03:12.260 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-YAO/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-YAO/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_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Tuesday 12 November 2024  11:08:17 -0500 (0:00:00.074)       0:03:12.334 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Tuesday 12 November 2024  11:08:18 -0500 (0:00:01.017)       0:03:13.352 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Tuesday 12 November 2024  11:08:18 -0500 (0:00:00.037)       0:03:13.389 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Tuesday 12 November 2024  11:08:18 -0500 (0:00:00.043)       0:03:13.432 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Tuesday 12 November 2024  11:08:18 -0500 (0:00:00.037)       0:03:13.470 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Tuesday 12 November 2024  11:08:18 -0500 (0:00:00.037)       0:03:13.508 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Tuesday 12 November 2024  11:08:18 -0500 (0:00:00.034)       0:03:13.542 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.029306",
    "end": "2024-11-12 11:08:18.960318",
    "rc": 0,
    "start": "2024-11-12 11:08:18.931012"
}

STDOUT:

podman version 5.2.5


STDERR:

time="2024-11-12T11:08:18-05:00" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically."

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.441)       0:03:13.984 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "5.2.5"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.079)       0:03:14.063 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.036)       0:03:14.099 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.034)       0:03:14.133 ****** 
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 : Podman package version must be 5.0 or later for Pod quadlets] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.038)       0:03:14.172 ****** 
skipping: [managed-node3] => {
    "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.048)       0:03:14.220 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.075)       0:03:14.296 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.129)       0:03:14.426 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.063)       0:03:14.490 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.061)       0:03:14.551 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 12 November 2024  11:08:19 -0500 (0:00:00.105)       0:03:14.657 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1731427652.2327704,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a",
        "ctime": 1731427569.73298,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190986,
        "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": 1728950400.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 15736,
        "uid": 0,
        "version": "425998205",
        "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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.539)       0:03:15.197 ****** 
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 with getsubids for user subgids] ***
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.092)       0:03:15.289 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.083)       0:03:15.372 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.066)       0:03:15.439 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.070)       0:03:15.509 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.061)       0:03:15.571 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.100)       0:03:15.672 ****** 
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 subgid file] ******
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.053)       0:03:15.726 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.053)       0:03:15.779 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Tuesday 12 November 2024  11:08:20 -0500 (0:00:00.108)       0:03:15.887 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Tuesday 12 November 2024  11:08:21 -0500 (0:00:00.114)       0:03:16.002 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/containers.conf.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Tuesday 12 November 2024  11:08:21 -0500 (0:00:00.482)       0:03:16.484 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
    "dest": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 116,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127
Tuesday 12 November 2024  11:08:22 -0500 (0:00:00.766)       0:03:17.251 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Tuesday 12 November 2024  11:08:22 -0500 (0:00:00.167)       0:03:17.418 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/registries.conf.d",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Tuesday 12 November 2024  11:08:23 -0500 (0:00:00.576)       0:03:17.994 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
    "dest": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 225,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130
Tuesday 12 November 2024  11:08:23 -0500 (0:00:00.850)       0:03:18.844 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Tuesday 12 November 2024  11:08:24 -0500 (0:00:00.198)       0:03:19.043 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Tuesday 12 November 2024  11:08:24 -0500 (0:00:00.582)       0:03:19.625 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
    "dest": "/etc/containers/storage.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/containers/storage.conf",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 109,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133
Tuesday 12 November 2024  11:08:25 -0500 (0:00:00.871)       0:03:20.497 ****** 
included: /tmp/collections-YAO/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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Tuesday 12 November 2024  11:08:25 -0500 (0:00:00.122)       0:03:20.620 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Tuesday 12 November 2024  11:08:26 -0500 (0:00:00.651)       0:03:21.271 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1731427696.7331932,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1731427694.6701736,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280042,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1731427694.6709824,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 0,
        "version": "1679376194",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Tuesday 12 November 2024  11:08:26 -0500 (0:00:00.530)       0:03:21.802 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==",
    "encoding": "base64",
    "source": "/etc/containers/policy.json"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Tuesday 12 November 2024  11:08:27 -0500 (0:00:00.605)       0:03:22.408 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__policy_existing != podman_policy_json",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139
Tuesday 12 November 2024  11:08:27 -0500 (0:00:00.107)       0:03:22.515 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Tuesday 12 November 2024  11:08:27 -0500 (0:00:00.091)       0:03:22.607 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Tuesday 12 November 2024  11:08:27 -0500 (0:00:00.098)       0:03:22.705 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157
Tuesday 12 November 2024  11:08:27 -0500 (0:00:00.083)       0:03:22.788 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166
Tuesday 12 November 2024  11:08:27 -0500 (0:00:00.068)       0:03:22.857 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175
Tuesday 12 November 2024  11:08:27 -0500 (0:00:00.063)       0:03:22.921 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Tuesday 12 November 2024  11:08:28 -0500 (0:00:00.066)       0:03:22.988 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189
Tuesday 12 November 2024  11:08:28 -0500 (0:00:00.089)       0:03:23.078 ****** 
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 : Cancel linger] ************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196
Tuesday 12 November 2024  11:08:28 -0500 (0:00:00.087)       0:03:23.165 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202
Tuesday 12 November 2024  11:08:28 -0500 (0:00:00.062)       0:03:23.228 ****** 
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-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211
Tuesday 12 November 2024  11:08:28 -0500 (0:00:00.055)       0:03:23.283 ****** 
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 [Check that files still exist and are non-null] ***************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125
Tuesday 12 November 2024  11:08:28 -0500 (0:00:00.095)       0:03:23.379 ****** 
ok: [managed-node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1731427695.563182,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1731427689.8411283,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280039,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427689.5571256,
        "nlink": 1,
        "path": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 116,
        "uid": 0,
        "version": "3192399724",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1731427695.973186,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1731427691.0931401,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280040,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427690.8121374,
        "nlink": 1,
        "path": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 225,
        "uid": 0,
        "version": "1869347267",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/storage.conf",
    "stat": {
        "atime": 1731427696.3471894,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1731427692.3051515,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280041,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1731427692.0161488,
        "nlink": 1,
        "path": "/etc/containers/storage.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 0,
        "version": "1850719640",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/policy.json",
    "stat": {
        "atime": 1731427696.7331932,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1731427694.6701736,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280042,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1731427694.6709824,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 0,
        "version": "1679376194",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check for ansible_managed, fingerprint in generated files] ***************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132
Tuesday 12 November 2024  11:08:30 -0500 (0:00:01.687)       0:03:25.067 ****** 
included: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf)
included: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf)
included: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/home/user1/.config/containers/storage.conf)
included: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/etc/containers/containers.conf.d/50-systemroles.conf)
included: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/etc/containers/registries.conf.d/50-systemroles.conf)
included: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/etc/containers/storage.conf)

TASK [Get file] ****************************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Tuesday 12 November 2024  11:08:30 -0500 (0:00:00.270)       0:03:25.337 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=",
    "encoding": "base64",
    "source": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Tuesday 12 November 2024  11:08:30 -0500 (0:00:00.431)       0:03:25.769 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Tuesday 12 November 2024  11:08:30 -0500 (0:00:00.161)       0:03:25.931 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK",
    "encoding": "base64",
    "source": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Tuesday 12 November 2024  11:08:31 -0500 (0:00:00.428)       0:03:26.360 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Tuesday 12 November 2024  11:08:31 -0500 (0:00:00.092)       0:03:26.452 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==",
    "encoding": "base64",
    "source": "/home/user1/.config/containers/storage.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Tuesday 12 November 2024  11:08:31 -0500 (0:00:00.471)       0:03:26.924 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Tuesday 12 November 2024  11:08:32 -0500 (0:00:00.158)       0:03:27.082 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=",
    "encoding": "base64",
    "source": "/etc/containers/containers.conf.d/50-systemroles.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Tuesday 12 November 2024  11:08:32 -0500 (0:00:00.434)       0:03:27.516 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Tuesday 12 November 2024  11:08:32 -0500 (0:00:00.307)       0:03:27.824 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK",
    "encoding": "base64",
    "source": "/etc/containers/registries.conf.d/50-systemroles.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Tuesday 12 November 2024  11:08:33 -0500 (0:00:00.520)       0:03:28.345 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Tuesday 12 November 2024  11:08:33 -0500 (0:00:00.157)       0:03:28.503 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==",
    "encoding": "base64",
    "source": "/etc/containers/storage.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Tuesday 12 November 2024  11:08:34 -0500 (0:00:00.468)       0:03:28.971 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove test config files] ************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153
Tuesday 12 November 2024  11:08:34 -0500 (0:00:00.158)       0:03:29.130 ****** 
changed: [managed-node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "path": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "path": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/etc/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/containers/storage.conf",
    "path": "/etc/containers/storage.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/etc/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/containers/policy.json",
    "path": "/etc/containers/policy.json",
    "state": "absent"
}
changed: [managed-node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/home/user1/.config/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/home/user1/.config/containers/storage.conf",
    "path": "/home/user1/.config/containers/storage.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/home/user1/.config/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/home/user1/.config/containers/policy.json",
    "path": "/home/user1/.config/containers/policy.json",
    "state": "absent"
}

TASK [Restore system config files] *********************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:159
Tuesday 12 November 2024  11:08:37 -0500 (0:00:03.450)       0:03:32.581 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "tar",
        "xfvpP",
        "/tmp/lsr_podman_config_gnjzqhzy/backup.tar"
    ],
    "delta": "0:00:00.004204",
    "end": "2024-11-12 11:08:37.977882",
    "rc": 0,
    "start": "2024-11-12 11:08:37.973678"
}

STDOUT:

/etc/containers/policy.json

TASK [Remove temp directory] ***************************************************
task path: /tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:164
Tuesday 12 November 2024  11:08:38 -0500 (0:00:00.431)       0:03:33.013 ****** 
changed: [managed-node3] => {
    "changed": true,
    "path": "/tmp/lsr_podman_config_gnjzqhzy",
    "state": "absent"
}

PLAY RECAP *********************************************************************
managed-node3              : ok=156  changed=16   unreachable=0    failed=0    skipped=164  rescued=0    ignored=0   

Tuesday 12 November 2024  11:08:38 -0500 (0:00:00.381)       0:03:33.394 ****** 
=============================================================================== 
fedora.linux_system_roles.podman : Ensure required packages are installed - 138.66s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 
Remove test config files ------------------------------------------------ 3.45s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 
Gathering Facts --------------------------------------------------------- 3.38s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 
Check that files exist and are non-null --------------------------------- 2.83s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 
Check that files still exist and are non-null --------------------------- 1.69s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 
Check that files still exist and are non-null --------------------------- 1.69s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 
Check that files exist and are non-null --------------------------------- 1.60s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.17s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
Create user ------------------------------------------------------------- 1.14s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.02s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Gather the package facts ------------- 0.99s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Gather the package facts ------------- 0.98s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Gather the package facts ------------- 0.95s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Update container config file --------- 0.89s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 
fedora.linux_system_roles.podman : Update storage config file ----------- 0.87s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 
fedora.linux_system_roles.podman : Update registries config file -------- 0.85s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 
fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.83s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 
fedora.linux_system_roles.podman : Update container config file --------- 0.80s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 
fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.80s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 
fedora.linux_system_roles.podman : Update storage config file ----------- 0.78s
/tmp/collections-YAO/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13