taskotron-stg: allow httpd to read artifacts on nfs
This commit is contained in:
parent
c9826a7b54
commit
1fc22267f7
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue