with_items is obsolete - loop should be used instead (#46524)

This commit is contained in:
Petr Ruzicka
2018-10-16 22:52:32 +02:00
committed by Alicia Cozine
parent f1f47d9a40
commit b17f02a89a

View File

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