taskotron: remove with_items
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
1bb928da03
commit
304bb44d7a
6 changed files with 18 additions and 12 deletions
|
@ -3,8 +3,9 @@
|
|||
service: name=httpd state=started
|
||||
|
||||
- name: ensure packages required for resultsdb_frontend are installed (yum - required for testdays)
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- resultsdb_frontend
|
||||
- mod_wsgi
|
||||
when: ansible_distribution_major_version|int < 22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue