Skip to content

Commit b98f2dd

Browse files
committed
add another example
Signed-off-by: johnsonlien <[email protected]>
1 parent 98593be commit b98f2dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/modules/podman_system_info.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
EXAMPLES = r'''
1717
- name: Get Podman system information
1818
containers.podman.podman_system_info:
19+
20+
- name: Get Podman system information into a variable
21+
containers.podman.podman_system_info:
22+
register: podman_info
1923
'''
2024

2125
RETURN = r'''

0 commit comments

Comments
 (0)