mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
add another example
Signed-off-by: johnsonlien <johnsonlien95@gmail.com>
This commit is contained in:
parent
3142ba46d8
commit
7f2c3998ee
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ description: Runs "podman system info --format json" on host machine
|
|||
EXAMPLES = r'''
|
||||
- name: Get Podman system information
|
||||
containers.podman.podman_system_info:
|
||||
|
||||
- name: Get Podman system information into a variable
|
||||
containers.podman.podman_system_info:
|
||||
register: podman_info
|
||||
'''
|
||||
|
||||
RETURN = r'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue