Skip to content

Commit c1da79a

Browse files
committed
add requirements and options section to DOCUMENTATION
1 parent 9d10714 commit c1da79a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugins/modules/podman_system_info.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
- Johnson Lien (@johnsonlien)
1212
short_description: Get podman system information from host machine
1313
description: Runs "podman system info" on host machine
14+
requirements:
15+
- "Podman installed on host"
16+
options:
17+
executable:
18+
description:
19+
- Path to C(podman) executable if it is not in the C($PATH) on the machine running C(podman)
20+
default: 'podman'
21+
type: str
1422
'''
1523

1624
EXAMPLES = r'''

0 commit comments

Comments
 (0)