Use loop instead of obsolete with_items (#47244)

* Use loop instead of with_items
pull/52601/head
Baptiste Mille-Mathias 7 years ago committed by Alicia Cozine
parent 628f62c571
commit 27af6367d4

@ -184,8 +184,7 @@ EXAMPLES = r'''
device: /dev/sdb
number: '{{ item.num }}'
state: absent
with_items:
- '{{ sdb_info.partitions }}'
loop: '{{ sdb_info.partitions }}'
'''

Loading…
Cancel
Save