1
0
Fork 0
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:
johnsonlien 2025-04-04 18:03:53 -07:00
parent 3142ba46d8
commit 7f2c3998ee

View file

@ -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'''