Changed with_items to loop in VMware example (#63022)
This commit is contained in:
parent
ab249a469e
commit
876a2d57be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue