Use loop instead of with_items in examples (#47319)

with_items is deprecated
This commit is contained in:
Baptiste Mille-Mathias 2018-10-18 23:14:35 +02:00 committed by Sam Doran
parent 37b013aca3
commit 0b9c033abe

View file

@ -281,7 +281,7 @@ EXAMPLES = r'''
win_chocolatey:
name: '{{ item }}'
state: present
with_items:
loop:
- procexp
- putty
- windirstat