mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
with_items is obsolete - loop should be used instead (#46524)
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user