Print version of installed podman

Change-Id: Ic3a5d43b726d638d22a9916f128bbcded1b8065a
This commit is contained in:
Sagi Shnaidman 2021-10-19 18:44:21 +03:00 committed by Shnaidman Sagi (Sergey)
parent eb8106a155
commit 9a29f54cea

View File

@ -9,6 +9,14 @@
loop_control:
loop_var: zj_distro_os
- name: Fetch podman version
command: podman version
register: podman_ver
- name: Print podman version installed
debug:
msg: "Podman version: {{ podman_ver.stdout }}"
- name: Validate podman engine
when: ensure_podman_validate
# on purpose to verify that non-root user can call docker/podman