Use loop instead of with_items in examples (#47318)

pull/45719/head
Baptiste Mille-Mathias 6 years ago 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' }

Loading…
Cancel
Save