mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Docs: remove redundant quotes in ec2_elb docs
This commit is contained in:
@@ -85,7 +85,7 @@ pre_tasks:
|
|||||||
local_action:
|
local_action:
|
||||||
module: ec2_elb
|
module: ec2_elb
|
||||||
instance_id: "{{ ansible_ec2_instance_id }}"
|
instance_id: "{{ ansible_ec2_instance_id }}"
|
||||||
state: 'absent'
|
state: absent
|
||||||
roles:
|
roles:
|
||||||
- myrole
|
- myrole
|
||||||
post_tasks:
|
post_tasks:
|
||||||
@@ -94,7 +94,7 @@ post_tasks:
|
|||||||
module: ec2_elb
|
module: ec2_elb
|
||||||
instance_id: "{{ ansible_ec2_instance_id }}"
|
instance_id: "{{ ansible_ec2_instance_id }}"
|
||||||
ec2_elbs: "{{ item }}"
|
ec2_elbs: "{{ item }}"
|
||||||
state: 'present'
|
state: present
|
||||||
with_items: ec2_elbs
|
with_items: ec2_elbs
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user