mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Replacing old "with_items:" by "loop:" (#44303)
Replacing old "with_items:" by "loop:" +label: docsite_pr
This commit is contained in:
parent
2bf6507c44
commit
a49d1b7b91
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue