Fix start/stop example in ec2

reviewable/pr18780/r1
James Tanner 11 years ago
parent eb4c01caf6
commit eb71120435

@ -367,9 +367,9 @@ local_action:
tasks:
- name: Stop the sanbox instances
local_action:
module: e2
module: ec2
instance_ids: '{{ instance_ids }}'
region: {'{ region }}'
region: '{{ region }}'
state: stopped
wait: True
'''

Loading…
Cancel
Save