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
|
permanent: yes
|
||||||
immediate: yes
|
immediate: yes
|
||||||
state: enabled
|
state: enabled
|
||||||
with_items:
|
loop:
|
||||||
- ipv4
|
- ipv4
|
||||||
- ipv6
|
- ipv6
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue