Commit 5cbe2491 by James Tanner

Fix start/stop example in ec2

parent 16413610
......@@ -367,11 +367,11 @@ 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
wait: True
'''
import sys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment