Use native YAML (#3438)

pull/18777/head
Fabio Alessandro Locati 8 years ago committed by Matt Clay
parent be834293ed
commit 616c86529f

@ -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…
Cancel
Save