Use loop instead of with_items in examples (#47319)

with_items is deprecated
pull/45719/head
Baptiste Mille-Mathias 6 years ago committed by Sam Doran
parent 37b013aca3
commit 0b9c033abe

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

Loading…
Cancel
Save