mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add podman system info module (#922)
Add podman system info module Signed-off-by: johnsonlien <johnsonlien95@gmail.com> Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com> Co-authored-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
f6bd81e820
commit
aa20ede71e
4 changed files with 388 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
- name: Get Podman system info
|
||||
containers.podman.podman_system_info:
|
||||
executable: "{{ test_executable | default('podman') }}"
|
||||
register: podman_info
|
||||
|
||||
- name: Check results
|
||||
assert:
|
||||
that:
|
||||
- podman_info.podman_system_info | length > 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue