mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
add requirements and options section to DOCUMENTATION
Signed-off-by: johnsonlien <johnsonlien95@gmail.com>
This commit is contained in:
parent
e377ac5f3a
commit
5104c0d704
1 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,14 @@ author:
|
|||
- Johnson Lien (@johnsonlien)
|
||||
short_description: Get podman system information from host machine
|
||||
description: Runs "podman system info" on host machine
|
||||
requirements:
|
||||
- "Podman installed on host"
|
||||
options:
|
||||
executable:
|
||||
description:
|
||||
- Path to C(podman) executable if it is not in the C($PATH) on the machine running C(podman)
|
||||
default: 'podman'
|
||||
type: str
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue