From 2775249596ff707a41ad927a0f438d897551f91e Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 23 Apr 2015 20:09:39 +0000 Subject: [PATCH] enable artifacts for taskotron-prod --- roles/taskotron/buildmaster/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/taskotron/buildmaster/tasks/main.yml b/roles/taskotron/buildmaster/tasks/main.yml index 241bcbc7f9..b9bd3acaaf 100644 --- a/roles/taskotron/buildmaster/tasks/main.yml +++ b/roles/taskotron/buildmaster/tasks/main.yml @@ -24,13 +24,11 @@ - restart httpd - 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 notify: - restart httpd - 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 with_items: - /srv/taskotron