Changed with_items to loop in VMware example (#63022)

pull/63482/head
Petr Ruzicka 6 years ago committed by Abhijeet Kasurde
parent ab249a469e
commit 876a2d57be

@ -85,7 +85,7 @@ This is a generic example to show how Ansible can be utilized to consume VMware
options:
'Config.HostAgent.log.level': 'error'
validate_certs: no
with_items: "{{ vchosts.json.value }}"
loop: "{{ vchosts.json.value }}"
register: host_config_results

Loading…
Cancel
Save