diff --git a/plugins/modules/podman_system_info.py b/plugins/modules/podman_system_info.py index 648eb90..9f93a86 100644 --- a/plugins/modules/podman_system_info.py +++ b/plugins/modules/podman_system_info.py @@ -16,7 +16,8 @@ requirements: options: executable: description: - - Path to C(podman) executable if it is not in the C($PATH) on the machine running C(podman) + - Path to C(podman) executable if it is not in the C($PATH) on the + machine running C(podman) default: 'podman' type: str '''