mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
with_items should not be used any more - using loop instead (#47364)
This commit is contained in:
@@ -54,7 +54,7 @@ EXAMPLES = '''
|
||||
password: "{{ site_password }}"
|
||||
cluster_uuid: "{{ vsan_cluster.cluster_uuid }}"
|
||||
delegate_to: localhost
|
||||
with_items: "{{ groups['esxi'][1:] }}"
|
||||
loop: "{{ groups['esxi'][1:] }}"
|
||||
'''
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user