Merge pull request #291 from zemanel/fix-typo

Fixed small typo on ec2 task name
reviewable/pr18780/r1
Brian Coca 10 years ago
commit cc1de2c562

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