Skip to content

Commit 77c9ce1

Browse files
committed
add another example
1 parent 3056a6b commit 77c9ce1

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)