mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixed small typo on ec2 task name
This commit is contained in:
2
lib/ansible/modules/cloud/amazon/ec2.py
Normal file → Executable file
2
lib/ansible/modules/cloud/amazon/ec2.py
Normal file → Executable 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 }}'
|
||||
|
||||
Reference in New Issue
Block a user