mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
Fix start/stop example in ec2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user