with_items should not be used any more - using loop instead (#47363)

This commit is contained in:
Petr Ruzicka 2018-10-19 21:32:58 +02:00 committed by Tim Rupp
commit 0bb3205dee
3 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@ EXAMPLES = r'''
name: "{{ item.name }}"
conditions: "{{ item.conditions }}"
actions: "{{ item.actions }}"
with_items:
loop:
- name: rule1
actions:
- type: forward