Skip to content

Commit

Permalink
don't document quadlet_dir as required when setting state=quadlet
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
evgeni committed Sep 25, 2024
1 parent 0b773e5 commit f7289c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/podman_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7289c6

Please sign in to comment.