Changed with_items to loop in VMware example (#63022)

This commit is contained in:
Petr Ruzicka 2019-10-14 18:18:20 +02:00 committed by Abhijeet Kasurde
parent ab249a469e
commit 876a2d57be

View file

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