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,18 +4,19 @@
|
||||||
- repos
|
- repos
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
- httpd
|
name:
|
||||||
- mod_md
|
- httpd
|
||||||
- mod_ssl
|
- mod_md
|
||||||
- postgresql-server
|
- mod_ssl
|
||||||
- postgresql
|
- postgresql-server
|
||||||
- java-deptools
|
- postgresql
|
||||||
- python2-psycopg2 # for ansible
|
- java-deptools
|
||||||
- libsemanage-python # for ansible
|
- python2-psycopg2 # for ansible
|
||||||
- dailyjobs # for cron.daily
|
- libsemanage-python # for ansible
|
||||||
- screen # for running initial repogen
|
- dailyjobs # for cron.daily
|
||||||
|
- screen # for running initial repogen
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue