From 5104c0d704e45f3aa871dd32a6661d4a7862bb73 Mon Sep 17 00:00:00 2001 From: johnsonlien Date: Mon, 28 Apr 2025 21:44:45 -0700 Subject: [PATCH] add requirements and options section to DOCUMENTATION Signed-off-by: johnsonlien --- plugins/modules/podman_system_info.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/modules/podman_system_info.py b/plugins/modules/podman_system_info.py index fe567bc..648eb90 100644 --- a/plugins/modules/podman_system_info.py +++ b/plugins/modules/podman_system_info.py @@ -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'''