disabling phabricator env settings
This commit is contained in:
parent
ea2b90bc4f
commit
82d1b22822
1 changed files with 3 additions and 2 deletions
|
@ -52,8 +52,9 @@
|
|||
- name: create log directory for phabricator
|
||||
file: path=/var/log/phabricator state=directory owner={{ phabricator_daemon_user }} group=apache mode=1775
|
||||
|
||||
- name: generate phabricator environment
|
||||
template: src=ENVIRONMENT.j2 dest={{ phabroot }}/phabricator/conf/local/ENVIRONMENT owner=apache group=apache mode=0644
|
||||
# disabling phabricator env
|
||||
#- name: generate phabricator environment
|
||||
# template: src=ENVIRONMENT.j2 dest={{ phabroot }}/phabricator/conf/local/ENVIRONMENT owner=apache group=apache mode=0644
|
||||
|
||||
- name: copy phabricator configuration settings
|
||||
template: src=local.json.j2 dest={{ phabroot }}/phabricator/conf/local/local.json owner=apache group=apache mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue