Docs: remove redundant quotes in ec2_elb docs
This commit is contained in:
parent
c340587bb8
commit
295a28e128
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ pre_tasks:
|
|||
local_action:
|
||||
module: ec2_elb
|
||||
instance_id: "{{ ansible_ec2_instance_id }}"
|
||||
state: 'absent'
|
||||
state: absent
|
||||
roles:
|
||||
- myrole
|
||||
post_tasks:
|
||||
|
@ -94,7 +94,7 @@ post_tasks:
|
|||
module: ec2_elb
|
||||
instance_id: "{{ ansible_ec2_instance_id }}"
|
||||
ec2_elbs: "{{ item }}"
|
||||
state: 'present'
|
||||
state: present
|
||||
with_items: ec2_elbs
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue