mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
Use loop instead of with_items in examples (#47318)
This commit is contained in:
committed by
Sam Doran
parent
0b9c033abe
commit
65bb6a5af3
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user