1
0
Fork 0
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:
InsideTheVoid 2024-10-13 09:05:18 +02:00 committed by Jeroen
parent d4977eae0a
commit 8e256cf6a8

View file

@ -1221,7 +1221,7 @@ EXAMPLES = r"""
- "/var/www:/usr/share/nginx/html"
quadlet_options:
- "AutoUpdate=registry"
- "Pull=true"
- "Pull=newer"
- |
[Install]
WantedBy=default.target