Use syntax loop instead of with_items in example (#47241)

pull/46690/head
Baptiste Mille-Mathias 6 years ago 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

Loading…
Cancel
Save