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: win_chocolatey:
name: '{{ item }}' name: '{{ item }}'
state: present state: present
with_items: loop:
- procexp - procexp
- putty - putty
- windirstat - windirstat

Loading…
Cancel
Save