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

pull/4420/head
Baptiste Mille-Mathias 2018-10-19 00:55:19 +02:00 committed by Alicia Cozine
parent bac43eebe0
commit 3f8a0f6657
1 changed files with 1 additions and 1 deletions

View File

@ -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