mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +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:
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
with_items:
|
||||
loop:
|
||||
- httpd
|
||||
- memcached
|
||||
- template:
|
||||
|
||||
Reference in New Issue
Block a user