Use loop instead of with_items in examples (#47318)
This commit is contained in:
parent
0b9c033abe
commit
65bb6a5af3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ EXAMPLES = '''
|
|||
name: "{{ item.spell }}"
|
||||
depends: "{{ item.depends | default(None) }}"
|
||||
state: present
|
||||
with_items:
|
||||
loop:
|
||||
- { spell: 'vifm', depends: '+file,-gtk+2' }
|
||||
- { spell: 'fwknop', depends: 'gpgme' }
|
||||
- { spell: 'pv,tnftp,tor' }
|
||||
|
|
Loading…
Reference in a new issue