From 8045bf5758d68c8b196fa0e3fe6c70458e5af245 Mon Sep 17 00:00:00 2001 From: johnsonlien Date: Mon, 28 Apr 2025 21:45:16 -0700 Subject: [PATCH] split long sentence to newline Signed-off-by: johnsonlien --- plugins/modules/podman_system_info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 '''