diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2015-03-31 03:22:00 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2015-03-31 03:22:00 +0000 |
| commit | 2928c028bab48b9be9f1638c7ade88fd60e1b6cc (patch) | |
| tree | de23411346a5bfb3c4b943c6cfe636d889ea0de6 /roles/taskotron/buildmaster | |
| parent | 68cbae425c46b87bb047536d5910a6136e22ed1e (diff) | |
| download | ansible-2928c028bab48b9be9f1638c7ade88fd60e1b6cc.tar.gz ansible-2928c028bab48b9be9f1638c7ade88fd60e1b6cc.tar.xz ansible-2928c028bab48b9be9f1638c7ade88fd60e1b6cc.zip | |
enabling artifacts for taskotron-stg
Diffstat (limited to 'roles/taskotron/buildmaster')
| -rw-r--r-- | roles/taskotron/buildmaster/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/taskotron/buildmaster/tasks/main.yml b/roles/taskotron/buildmaster/tasks/main.yml index 780b3e468..241bcbc7f 100644 --- a/roles/taskotron/buildmaster/tasks/main.yml +++ b/roles/taskotron/buildmaster/tasks/main.yml @@ -24,13 +24,13 @@ - restart httpd - name: copy artifacts httpd config - when: deployment_type == 'dev' + 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' + 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 |
