migrating phab file-based config to new json-based method
This commit is contained in:
parent
c4d9164aff
commit
401c8621b4
3 changed files with 28 additions and 33 deletions
|
@ -52,9 +52,6 @@
|
|||
- name: create log directory for phabricator
|
||||
file: path=/var/log/phabricator state=directory owner={{ phabricator_daemon_user }} group=apache mode=1775
|
||||
|
||||
- name: generate phabricator config
|
||||
template: src={{ phabricator_config_filename }}.conf.php.j2 dest={{ phabroot }}/phabricator/conf/{{ phabricator_config_filename }}.conf.php owner=apache group=apache mode=0644
|
||||
|
||||
- name: generate phabricator environment
|
||||
template: src=ENVIRONMENT.j2 dest={{ phabroot }}/phabricator/conf/local/ENVIRONMENT owner=apache group=apache mode=0644
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue