taskotron-master: enable httpd_use_nfs even on dev
It's using NFS now as well.
This commit is contained in:
parent
16d7c30208
commit
7f76bc4cea
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
- name: allow httpd to read artifacts on nfs
|
- name: allow httpd to read artifacts on nfs
|
||||||
seboolean: name=httpd_use_nfs state=yes persistent=yes
|
seboolean: name=httpd_use_nfs state=yes persistent=yes
|
||||||
when: deployment_type in ['stg', 'prod']
|
|
||||||
|
|
||||||
- name: copy cronjob for cleaning old taskotron artifacts and buildmaster logs
|
- 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
|
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