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 permanent: yes
immediate: yes immediate: yes
state: enabled state: enabled
with_items: loop:
- ipv4 - ipv4
- ipv6 - ipv6
''' '''