We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d10714 commit c1da79aCopy full SHA for c1da79a
plugins/modules/podman_system_info.py
@@ -11,6 +11,14 @@
11
- Johnson Lien (@johnsonlien)
12
short_description: Get podman system information from host machine
13
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
22
'''
23
24
EXAMPLES = r'''
0 commit comments