mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Replacing old "with_items:" by "loop:" (#44303)
Replacing old "with_items:" by "loop:" +label: docsite_pr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user