Use loop instead of with_items in examples (#47318)

This commit is contained in:
Baptiste Mille-Mathias 2018-10-18 23:14:50 +02:00 committed by Sam Doran
parent 0b9c033abe
commit 65bb6a5af3

View file

@ -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' }