Fixed small typo on ec2 task name
This commit is contained in:
parent
6317d3a988
commit
03cf57c6f0
1 changed files with 1 additions and 1 deletions
2
cloud/amazon/ec2.py
Normal file → Executable file
2
cloud/amazon/ec2.py
Normal file → Executable file
|
@ -403,7 +403,7 @@ local_action:
|
|||
- 'i-xxxxxx'
|
||||
region: us-east-1
|
||||
tasks:
|
||||
- name: Stop the sanbox instances
|
||||
- name: Stop the sandbox instances
|
||||
local_action:
|
||||
module: ec2
|
||||
instance_ids: '{{ instance_ids }}'
|
||||
|
|
Loading…
Reference in a new issue