mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Modified ec2_elb doc per issue #3849
This commit is contained in:
@@ -86,8 +86,9 @@ post_tasks:
|
|||||||
local_action: ec2_elb
|
local_action: ec2_elb
|
||||||
args:
|
args:
|
||||||
instance_id: "{{ ansible_ec2_instance_id }}"
|
instance_id: "{{ ansible_ec2_instance_id }}"
|
||||||
ec2_elbs: "{{ ec2_elbs }}"
|
ec2_elbs: "{{ item }}"
|
||||||
state: 'present'
|
state: 'present'
|
||||||
|
with_items: ec2_elbs
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|||||||
Reference in New Issue
Block a user