mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix unsupported pull policy in example on podman_container.py
Signed-off-by: InsideTheVoid <824767+InsideTheVoid@users.noreply.github.com>
This commit is contained in:
parent
d4977eae0a
commit
8e256cf6a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1221,7 +1221,7 @@ EXAMPLES = r"""
|
|||
- "/var/www:/usr/share/nginx/html"
|
||||
quadlet_options:
|
||||
- "AutoUpdate=registry"
|
||||
- "Pull=true"
|
||||
- "Pull=newer"
|
||||
- |
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue