1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

remove '--format json' from description

Signed-off-by: johnsonlien <johnsonlien95@gmail.com>
This commit is contained in:
johnsonlien 2025-04-28 21:25:14 -07:00
parent a5f4608134
commit 6a7eefb737

View file

@ -10,7 +10,7 @@ module: podman_system_info
author:
- Johnson Lien (@johnsonlien)
short_description: Get podman system information from host machine
description: Runs "podman system info --format json" on host machine
description: Runs "podman system info" on host machine
'''
EXAMPLES = r'''