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: - yum:
name: "{{ item }}" name: "{{ item }}"
state: installed state: installed
with_items: loop:
- httpd - httpd
- memcached - memcached
- template: - template:

Loading…
Cancel
Save