playbooks/setup-env: Show versions of more packages
https://github.com/containers/toolbox/pull/795
This commit is contained in:
parent
7d133001f4
commit
dd5cd5f25a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
creates: /run/media
|
||||
|
||||
- name: Check versions of crucial packages
|
||||
command: rpm -q golang podman crun conmon fuse-overlayfs flatpak-session-helper
|
||||
command: rpm -qa *kernel* golang podman conmon containernetworking-plugins containers-common container-selinux crun runc fuse-overlayfs flatpak-session-helper
|
||||
|
||||
- name: Show podman versions
|
||||
command: podman version
|
||||
|
|
Loading…
Reference in a new issue