mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Neaten up example YAML with 2-space indenting
This commit is contained in:
@@ -338,18 +338,18 @@ local_action:
|
||||
connection: local
|
||||
vars:
|
||||
instance_ids:
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
region: us-east-1
|
||||
tasks:
|
||||
- name: Start the sandbox instances
|
||||
local_action:
|
||||
module: ec2
|
||||
instance_ids: '{{ instance_ids }}'
|
||||
region: '{{ region }}'
|
||||
state: running
|
||||
wait: True
|
||||
module: ec2
|
||||
instance_ids: '{{ instance_ids }}'
|
||||
region: '{{ region }}'
|
||||
state: running
|
||||
wait: True
|
||||
role:
|
||||
- do_neat_stuff
|
||||
- do_more_neat_stuff
|
||||
@@ -360,9 +360,9 @@ local_action:
|
||||
connection: local
|
||||
vars:
|
||||
instance_ids:
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
- 'i-xxxxxx'
|
||||
region: us-east-1
|
||||
tasks:
|
||||
- name: Stop the sanbox instances
|
||||
|
||||
Reference in New Issue
Block a user