Use native YAML (#3437)

This commit is contained in:
Fabio Alessandro Locati 2016-11-11 22:32:53 +00:00 committed by Matt Clay
parent 616c86529f
commit 69fa44b6d1

View file

@ -54,7 +54,9 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# Execute the run command on rsyslog container image (atomic run rhel7/rsyslog) # 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
''' '''