with_items is obsolete - loop should be used instead (#46524)
This commit is contained in:
parent
f1f47d9a40
commit
b17f02a89a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Blocks allow for logical grouping of tasks and in play error handling. Most of w
|
|||
- yum:
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
with_items:
|
||||
loop:
|
||||
- httpd
|
||||
- memcached
|
||||
- template:
|
||||
|
|
Loading…
Reference in a new issue