Use loop instead of obsolete with_items in example (#47246)
This commit is contained in:
parent
541255a2d8
commit
bac43eebe0
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ EXAMPLES = '''
|
|||
permanent: yes
|
||||
immediate: yes
|
||||
state: enabled
|
||||
with_items:
|
||||
loop:
|
||||
- ipv4
|
||||
- ipv6
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue