taskotron: start httpd where needed

This commit is contained in:
Martin Krizek 2016-11-29 13:31:39 +00:00
parent 4bb95e7c2a
commit 66b02305a7
6 changed files with 18 additions and 0 deletions

View file

@ -1,4 +1,7 @@
---
- name: start httpd (provided in the apache role)
service: name=httpd state=started
- name: ensure packages required for resultsdb_frontend are installed (yum)
yum: name={{ item }} state=present enablerepo={{ extra_enablerepos }}
when: ansible_distribution_major_version|int < 22