taskotron: remove with_items

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2019-06-12 02:21:46 +10:00 committed by pingou
parent 1bb928da03
commit 304bb44d7a
6 changed files with 18 additions and 12 deletions

View file

@ -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