mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
Use syntax loop instead of with_items in example (#47241)
This commit is contained in:
committed by
Alicia Cozine
parent
bac43eebe0
commit
3f8a0f6657
@@ -165,7 +165,7 @@ EXAMPLES = '''
|
||||
ufw:
|
||||
rule: allow
|
||||
src: '{{ item }}'
|
||||
with_items:
|
||||
loop:
|
||||
- 10.0.0.0/8
|
||||
- 172.16.0.0/12
|
||||
- 192.168.0.0/16
|
||||
|
||||
Reference in New Issue
Block a user