1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

add required argument to example (#461)

Signed-off-by: weichweich <archbelt@posteo.de>
This commit is contained in:
Albrecht 2022-08-08 15:28:15 -04:00 committed by GitHub
parent e6544bdd0a
commit 08dd7b0ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,6 +119,7 @@ EXAMPLES = '''
- name: Play kube file
containers.podman.podman_play:
kube_file: ~/kube.yaml
state: started
'''
import re # noqa: F402