1
0
Fork 0
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

This commit is contained in:
johnsonlien 2025-04-28 21:44:45 -07:00
parent 9d10714917
commit c1da79ac47

View file

@ -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'''