Use native YAML (#3438)
This commit is contained in:
parent
be834293ed
commit
616c86529f
1 changed files with 4 additions and 3 deletions
|
@ -42,11 +42,12 @@ options:
|
|||
EXAMPLES = '''
|
||||
|
||||
# Upgrade the atomic host platform to the latest version (atomic host upgrade)
|
||||
- atomic_host: revision=latest
|
||||
- atomic_host:
|
||||
revision: latest
|
||||
|
||||
# Deploy a specific revision as the atomic host (atomic host deploy 23.130)
|
||||
- atomic_host: revision=23.130
|
||||
|
||||
- atomic_host:
|
||||
revision: 23.130
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Reference in a new issue