mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Use native YAML (#3437)
This commit is contained in:
committed by
Matt Clay
parent
616c86529f
commit
69fa44b6d1
@@ -54,7 +54,9 @@ options:
|
||||
EXAMPLES = '''
|
||||
|
||||
# Execute the run command on rsyslog container image (atomic run rhel7/rsyslog)
|
||||
- atomic_image: name=rhel7/rsyslog state=latest
|
||||
- atomic_image:
|
||||
name: rhel7/rsyslog
|
||||
state: latest
|
||||
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user