diff --git a/docs/docsite/rst/scenario_guides/vmware_scenarios/scenario_vmware_http.rst b/docs/docsite/rst/scenario_guides/vmware_scenarios/scenario_vmware_http.rst index ae830fe0596..e893c9d0458 100644 --- a/docs/docsite/rst/scenario_guides/vmware_scenarios/scenario_vmware_http.rst +++ b/docs/docsite/rst/scenario_guides/vmware_scenarios/scenario_vmware_http.rst @@ -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