mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix bare variable references in docs (#5554)
This commit is contained in:
committed by
Matt Clay
parent
e45e25c257
commit
2ef59561ba
@@ -95,7 +95,7 @@ post_tasks:
|
||||
instance_id: "{{ ansible_ec2_instance_id }}"
|
||||
ec2_elbs: "{{ item }}"
|
||||
state: present
|
||||
with_items: ec2_elbs
|
||||
with_items: "{{ ec2_elbs }}"
|
||||
"""
|
||||
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user