mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Use loop instead of with_items in examples (#47319)
with_items is deprecated
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user