diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2015-04-23 20:09:39 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2015-04-23 20:09:39 +0000 |
| commit | 2775249596ff707a41ad927a0f438d897551f91e (patch) | |
| tree | 113c961aaaf4338d18b2ef4ac23a23a4b3fe21e1 /roles/taskotron/buildmaster | |
| parent | 1f821704ed35707e14ad2b6ee32742b9372a8f95 (diff) | |
| download | ansible-2775249596ff707a41ad927a0f438d897551f91e.tar.gz ansible-2775249596ff707a41ad927a0f438d897551f91e.tar.xz ansible-2775249596ff707a41ad927a0f438d897551f91e.zip | |
enable artifacts for taskotron-prod
Diffstat (limited to 'roles/taskotron/buildmaster')
| -rw-r--r-- | roles/taskotron/buildmaster/tasks/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/taskotron/buildmaster/tasks/main.yml b/roles/taskotron/buildmaster/tasks/main.yml index 241bcbc7f..b9bd3acaa 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 |
