mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
with_items should not be used any more - using loop instead (#47363)
This commit is contained in:
parent
6c612c9e6c
commit
0bb3205dee
3 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@ EXAMPLES = r'''
|
|||
name: "{{ item.name }}"
|
||||
conditions: "{{ item.conditions }}"
|
||||
actions: "{{ item.actions }}"
|
||||
with_items:
|
||||
loop:
|
||||
- name: rule1
|
||||
actions:
|
||||
- type: forward
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue