1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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