mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
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 = '''
|
EXAMPLES = '''
|
||||||
|
|
||||||
# Upgrade the atomic host platform to the latest version (atomic host upgrade)
|
# 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)
|
# Deploy a specific revision as the atomic host (atomic host deploy 23.130)
|
||||||
- atomic_host: revision=23.130
|
- atomic_host:
|
||||||
|
revision: 23.130
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue