From 876a2d57be5683ab5cfa90268a4712187c092fdb Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Mon, 14 Oct 2019 18:18:20 +0200 Subject: [PATCH] Changed with_items to loop in VMware example (#63022) --- .../scenario_guides/vmware_scenarios/scenario_vmware_http.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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