mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-24 23:46:32 +00:00
Use loop instead of obsolete with_items in example (#47246)
This commit is contained in:
committed by
Alicia Cozine
parent
541255a2d8
commit
bac43eebe0
@@ -144,7 +144,7 @@ EXAMPLES = '''
|
||||
permanent: yes
|
||||
immediate: yes
|
||||
state: enabled
|
||||
with_items:
|
||||
loop:
|
||||
- ipv4
|
||||
- ipv6
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user