# STDOUT:
---v---v---v---v---v---
Using /etc/ansible/ansible.cfg as config file

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

TASK [linux-system-roles.podman : Set platform/version specific variables] *****
Tuesday 26 July 2022  21:42:38 +0000 (0:00:00.032)       0:00:00.032 ********** 
included: /WORKDIR/dist-git-podman-play-kube-AHyDmt/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut

TASK [linux-system-roles.podman : Ensure ansible_facts used by role] ***********
Tuesday 26 July 2022  21:42:38 +0000 (0:00:00.058)       0:00:00.091 ********** 
ok: [sut]

TASK [linux-system-roles.podman : Set platform/version specific variables] *****
Tuesday 26 July 2022  21:42:39 +0000 (0:00:00.680)       0:00:00.771 ********** 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat_8.7.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.7.yml",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.podman : Ensure required packages are installed] ******
Tuesday 26 July 2022  21:42:39 +0000 (0:00:00.072)       0:00:00.844 ********** 
changed: [sut] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: containernetworking-plugins-1:1.1.1-3.module+el8.7.0+15895+a6753917.x86_64",
        "Installed: criu-3.15-3.module+el8.7.0+15895+a6753917.x86_64",
        "Installed: containers-common-2:1-34.module+el8.7.0+15895+a6753917.x86_64",
        "Installed: policycoreutils-python-utils-2.9-19.el8.noarch",
        "Installed: libnet-1.1.6-15.el8.x86_64",
        "Installed: runc-1:1.1.3-2.module+el8.7.0+15895+a6753917.x86_64",
        "Installed: fuse-common-3.3.0-16.el8.x86_64",
        "Installed: slirp4netns-1.2.0-2.module+el8.7.0+15895+a6753917.x86_64",
        "Installed: fuse3-3.3.0-16.el8.x86_64",
        "Installed: podman-2:4.1.1-6.module+el8.7.0+15895+a6753917.x86_64",
        "Installed: shadow-utils-subid-2:4.6-16.el8.x86_64",
        "Installed: fuse3-libs-3.3.0-16.el8.x86_64",
        "Installed: podman-catatonit-2:4.1.1-6.module+el8.7.0+15895+a6753917.x86_64",
        "Installed: conmon-2:2.1.2-2.module+el8.7.0+15895+a6753917.x86_64",
        "Installed: fuse-overlayfs-1.9-1.module+el8.7.0+15895+a6753917.x86_64",
        "Installed: protobuf-c-1.3.0-6.el8.x86_64",
        "Installed: container-selinux-2:2.188.0-1.module+el8.7.0+15895+a6753917.noarch",
        "Installed: libslirp-4.4.0-1.module+el8.7.0+15895+a6753917.x86_64"
    ]
}

TASK [linux-system-roles.podman : Handle container.conf.d] *********************
Tuesday 26 July 2022  21:43:48 +0000 (0:01:08.988)       0:01:09.832 ********** 
included: /WORKDIR/dist-git-podman-play-kube-AHyDmt/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut

TASK [linux-system-roles.podman : Ensure containers.d exists - system] *********
Tuesday 26 July 2022  21:43:48 +0000 (0:00:00.029)       0:01:09.862 ********** 
changed: [sut] => {
    "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": 6,
    "state": "directory",
    "uid": 0
}

TASK [linux-system-roles.podman : Ensure containers.d exists - user] ***********
Tuesday 26 July 2022  21:43:48 +0000 (0:00:00.465)       0:01:10.327 ********** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.podman : Update system container config file] *********
Tuesday 26 July 2022  21:43:48 +0000 (0:00:00.046)       0:01:10.373 ********** 
changed: [sut] => {
    "changed": true,
    "checksum": "15062ec12da5e642a2b0fb64c5e03d43b80d9cf0",
    "dest": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "88be21c8634b01869b9f694831b84c1d",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 22,
    "src": "/root/.ansible/tmp/ansible-tmp-1658871828.9608812-2273-201856507674348/source",
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.podman : Update non-root user container config file] ***
Tuesday 26 July 2022  21:43:49 +0000 (0:00:00.965)       0:01:11.339 ********** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.podman : Handle registries.conf.d] ********************
Tuesday 26 July 2022  21:43:49 +0000 (0:00:00.047)       0:01:11.386 ********** 
included: /WORKDIR/dist-git-podman-play-kube-AHyDmt/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut

TASK [linux-system-roles.podman : Ensure registries.d exists - system] *********
Tuesday 26 July 2022  21:43:49 +0000 (0:00:00.031)       0:01:11.418 ********** 
ok: [sut] => {
    "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": 107,
    "state": "directory",
    "uid": 0
}

TASK [linux-system-roles.podman : Ensure registries.d exists - user] ***********
Tuesday 26 July 2022  21:43:50 +0000 (0:00:00.264)       0:01:11.682 ********** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.podman : Update system registries config file] ********
Tuesday 26 July 2022  21:43:50 +0000 (0:00:00.047)       0:01:11.730 ********** 
changed: [sut] => {
    "changed": true,
    "checksum": "15062ec12da5e642a2b0fb64c5e03d43b80d9cf0",
    "dest": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "88be21c8634b01869b9f694831b84c1d",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 22,
    "src": "/root/.ansible/tmp/ansible-tmp-1658871830.3110733-2320-106556865017377/source",
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.podman : Update non-root user registries config file] ***
Tuesday 26 July 2022  21:43:50 +0000 (0:00:00.695)       0:01:12.426 ********** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
Tuesday 26 July 2022  21:43:50 +0000 (0:00:00.045)       0:01:12.471 ********** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Manage selinux for specified ports] **************************************
Tuesday 26 July 2022  21:43:51 +0000 (0:00:00.047)       0:01:12.518 ********** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************
Tuesday 26 July 2022  21:43:51 +0000 (0:00:00.045)       0:01:12.564 ********** 

PLAY RECAP *********************************************************************
sut                        : ok=9    changed=4    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0   

Tuesday 26 July 2022  21:43:51 +0000 (0:00:00.038)       0:01:12.602 ********** 
=============================================================================== 
linux-system-roles.podman : Ensure required packages are installed ----- 68.99s
linux-system-roles.podman : Update system container config file --------- 0.97s
linux-system-roles.podman : Update system registries config file -------- 0.70s
linux-system-roles.podman : Ensure ansible_facts used by role ----------- 0.68s
linux-system-roles.podman : Ensure containers.d exists - system --------- 0.47s
linux-system-roles.podman : Ensure registries.d exists - system --------- 0.26s
linux-system-roles.podman : Set platform/version specific variables ----- 0.07s
linux-system-roles.podman : Set platform/version specific variables ----- 0.06s
linux-system-roles.podman : Ensure registries.d exists - user ----------- 0.05s
linux-system-roles.podman : Update non-root user container config file --- 0.05s
Manage firewall for specified ports ------------------------------------- 0.05s
linux-system-roles.podman : Ensure containers.d exists - user ----------- 0.05s
Manage selinux for specified ports -------------------------------------- 0.05s
linux-system-roles.podman : Update non-root user registries config file --- 0.05s
linux-system-roles.podman : Handle Kubernetes specifications ------------ 0.04s
linux-system-roles.podman : Handle registries.conf.d -------------------- 0.03s
linux-system-roles.podman : Handle container.conf.d --------------------- 0.03s

---^---^---^---^---^---

# STDERR:
---v---v---v---v---v---
/opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
  from cryptography.exceptions import InvalidSignature

---^---^---^---^---^---