Merge pull request #2288 from pgilad/patch-2

Docs: remove redundant quotes in ec2_elb docs
reviewable/pr18780/r1
Brian Coca 9 years ago
commit cfc3710a25

@ -82,7 +82,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:
@ -91,7 +91,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
""" """

Loading…
Cancel
Save