From 36c146a6333346af25e8f5df5683eedb6cb91327 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 25 Sep 2024 16:51:54 +0200 Subject: [PATCH] don't document quadlet_dir as required when setting state=quadlet (#852) The underlying code has sane defaults and will figure out the directory on its own in most cases https://github.com/containers/ansible-podman-collections/blob/0b773e5d61d1f0c8ea33b8f42dafe2267ee8e487/plugins/module_utils/podman/quadlet.py#L688-L693 Signed-off-by: Evgeni Golov --- plugins/modules/podman_container.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/podman_container.py b/plugins/modules/podman_container.py index 57bbe537..5e46e7f3 100644 --- a/plugins/modules/podman_container.py +++ b/plugins/modules/podman_container.py @@ -56,7 +56,6 @@ 'created' state. If configuration doesn't match or 'recreate' option is set, the container will be recreated - I(quadlet) - Write a quadlet file with the specified configuration. - Requires the C(quadlet_dir) option to be set. type: str default: started choices: