Replacing old "with_items:" by "loop:" (#44303)

Replacing old "with_items:" by "loop:"

+label: docsite_pr
pull/44474/head
Petr Ruzicka 6 years ago committed by Sam Doran
parent 2bf6507c44
commit a49d1b7b91

@ -153,7 +153,7 @@ EXAMPLES = '''
add_host:
hostname: "{{ item['ips'][0].public_ip }}"
groupname: azure_vms
with_items: "{{ azure.deployment.instances }}"
loop: "{{ azure.deployment.instances }}"
- hosts: azure_vms
user: devopscle

Loading…
Cancel
Save