[aws][docs] Replace uses of now-obsolete with_items with loop (#47164)

This commit is contained in:
Petr Ruzicka 2018-10-17 18:35:31 +02:00 committed by Ryan Brown
parent 2043aad582
commit df57a3fc7a
14 changed files with 23 additions and 23 deletions

View file

@ -83,7 +83,7 @@ post_tasks:
ec2_elbs: "{{ item }}"
state: present
delegate_to: localhost
with_items: "{{ ec2_elbs }}"
loop: "{{ ec2_elbs }}"
"""
import time