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

pull/47397/head
Baptiste Mille-Mathias 6 years ago committed by Alicia Cozine
parent 541255a2d8
commit bac43eebe0

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

Loading…
Cancel
Save