enable artifacts for taskotron-prod
This commit is contained in:
parent
1f821704ed
commit
2775249596
1 changed files with 0 additions and 2 deletions
|
@ -24,13 +24,11 @@
|
||||||
- restart httpd
|
- restart httpd
|
||||||
|
|
||||||
- name: copy artifacts httpd config
|
- name: copy artifacts httpd config
|
||||||
when: deployment_type == 'dev' or deployment_type == 'stg'
|
|
||||||
template: src=artifacts.conf.j2 dest=/etc/httpd/conf.d/artifacts.conf owner=root group=root
|
template: src=artifacts.conf.j2 dest=/etc/httpd/conf.d/artifacts.conf owner=root group=root
|
||||||
notify:
|
notify:
|
||||||
- restart httpd
|
- restart httpd
|
||||||
|
|
||||||
- name: create artifacts directory
|
- name: create artifacts directory
|
||||||
when: deployment_type == 'dev' or deployment_type == 'stg'
|
|
||||||
file: path={{ item }} state=directory owner=buildmaster group=buildmaster mode=0775 setype=httpd_sys_content_t
|
file: path={{ item }} state=directory owner=buildmaster group=buildmaster mode=0775 setype=httpd_sys_content_t
|
||||||
with_items:
|
with_items:
|
||||||
- /srv/taskotron
|
- /srv/taskotron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue