Merge pull request #291 from zemanel/fix-typo

Fixed small typo on ec2 task name
This commit is contained in:
Brian Coca 2014-11-10 08:50:39 -05:00
commit cc1de2c562

2
cloud/amazon/ec2.py Normal file → Executable file
View 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 }}'