Use native YAML (#3437)
This commit is contained in:
parent
616c86529f
commit
69fa44b6d1
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue