Use loop instead of obsolete with_items in example (#47246)

This commit is contained in:
Baptiste Mille-Mathias 2018-10-19 00:54:07 +02:00 committed by Alicia Cozine
parent 541255a2d8
commit bac43eebe0

View file

@ -144,7 +144,7 @@ EXAMPLES = '''
permanent: yes
immediate: yes
state: enabled
with_items:
loop:
- ipv4
- ipv6
'''