playbooks: Show Podman info necessary for filing issues
This commit is contained in:
parent
b0407a1f6e
commit
986efd2666
4 changed files with 24 additions and 0 deletions
|
@ -38,6 +38,12 @@
|
|||
- name: Check versions of crucial packages
|
||||
command: rpm -q golang podman crun conmon fuse-overlayfs flatpak-session-helper
|
||||
|
||||
- name: Show podman versions
|
||||
command: podman version
|
||||
|
||||
- name: Show podman debug information
|
||||
command: podman info --debug
|
||||
|
||||
- name: Pull registry.fedoraproject.org/f32/fedora-toolbox:32
|
||||
command: podman pull registry.fedoraproject.org/f32/fedora-toolbox:32
|
||||
register: _podman
|
||||
|
|
|
@ -38,6 +38,12 @@
|
|||
- name: Check versions of crucial packages
|
||||
command: rpm -q golang podman crun conmon fuse-overlayfs flatpak-session-helper
|
||||
|
||||
- name: Show podman versions
|
||||
command: podman version
|
||||
|
||||
- name: Show podman debug information
|
||||
command: podman info --debug
|
||||
|
||||
- name: Pull registry.fedoraproject.org/f33/fedora-toolbox:33
|
||||
command: podman pull registry.fedoraproject.org/f33/fedora-toolbox:33
|
||||
register: _podman
|
||||
|
|
|
@ -38,6 +38,12 @@
|
|||
- name: Check versions of crucial packages
|
||||
command: rpm -q golang podman crun conmon fuse-overlayfs flatpak-session-helper
|
||||
|
||||
- name: Show podman versions
|
||||
command: podman version
|
||||
|
||||
- name: Show podman debug information
|
||||
command: podman info --debug
|
||||
|
||||
- name: Pull registry.fedoraproject.org/f34/fedora-toolbox:34
|
||||
command: podman pull registry.fedoraproject.org/f34/fedora-toolbox:34
|
||||
register: _podman
|
||||
|
|
|
@ -38,6 +38,12 @@
|
|||
- name: Check versions of crucial packages
|
||||
command: rpm -q golang podman crun conmon fuse-overlayfs flatpak-session-helper
|
||||
|
||||
- name: Show podman versions
|
||||
command: podman version
|
||||
|
||||
- name: Show podman debug information
|
||||
command: podman info --debug
|
||||
|
||||
- name: Pull registry.fedoraproject.org/f34/fedora-toolbox:34
|
||||
command: podman pull registry.fedoraproject.org/f34/fedora-toolbox:34
|
||||
register: _podman
|
||||
|
|
Loading…
Reference in a new issue