java-deptools: remove with_items
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
17f147e643
commit
9099522cd7
1 changed files with 13 additions and 12 deletions
|
@ -4,8 +4,9 @@
|
|||
- repos
|
||||
|
||||
- name: Install packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- httpd
|
||||
- mod_md
|
||||
- mod_ssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue