From 0b9c033abe4be4f8420da59c339dcb068942b122 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Thu, 18 Oct 2018 23:14:35 +0200 Subject: [PATCH] Use loop instead of with_items in examples (#47319) with_items is deprecated --- lib/ansible/modules/windows/win_chocolatey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_chocolatey.py b/lib/ansible/modules/windows/win_chocolatey.py index 5b127fe6df..c9209e7bce 100644 --- a/lib/ansible/modules/windows/win_chocolatey.py +++ b/lib/ansible/modules/windows/win_chocolatey.py @@ -281,7 +281,7 @@ EXAMPLES = r''' win_chocolatey: name: '{{ item }}' state: present - with_items: + loop: - procexp - putty - windirstat