taskotron-stg: allow httpd to read artifacts on nfs

This commit is contained in:
Martin Krizek 2017-01-02 15:42:01 +00:00
parent c9826a7b54
commit 1fc22267f7

View file

@ -19,5 +19,9 @@
notify:
- reload httpd
- name: allow httpd to read artifacts on nfs
seboolean: name=httpd_use_nfs state=yes persistent=yes
when: deployment_type == 'stg'
- name: copy cronjob for cleaning old taskotron artifacts and buildmaster logs
template: src=taskotron-clean.cron.j2 dest=/etc/cron.d/taskotron-clean.cron owner=root group=root mode=0644