Fix bare variable references in docs (#5554)

This commit is contained in:
Andrew Gaffney 2016-11-10 12:47:59 -07:00 committed by Matt Clay
commit 2ef59561ba
9 changed files with 10 additions and 10 deletions

View file

@ -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