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

pull/47191/head
Petr Ruzicka 6 years ago committed by Alicia Cozine
parent f1f47d9a40
commit b17f02a89a

@ -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…
Cancel
Save