taskotron: start httpd where needed
This commit is contained in:
parent
4bb95e7c2a
commit
66b02305a7
6 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue