mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Modified ec2_elb doc per issue #3849
This commit is contained in:
parent
4eedfa46a2
commit
d27372ff08
1 changed files with 2 additions and 1 deletions
|
@ -86,8 +86,9 @@ post_tasks:
|
|||
local_action: ec2_elb
|
||||
args:
|
||||
instance_id: "{{ ansible_ec2_instance_id }}"
|
||||
ec2_elbs: "{{ ec2_elbs }}"
|
||||
ec2_elbs: "{{ item }}"
|
||||
state: 'present'
|
||||
with_items: ec2_elbs
|
||||
"""
|
||||
|
||||
import time
|
||||
|
|
Loading…
Reference in a new issue