using the right directive name helps
This commit is contained in:
parent
3554c799d6
commit
8d344f1efe
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
||||||
- restart phd
|
- restart phd
|
||||||
|
|
||||||
- name: copy phabricator preamble
|
- name: copy phabricator preamble
|
||||||
file: src=phabricator-preamble.php dest={{ phabroot }}/phabricator/support/preamble.php owner=apache group=apache mode=0644
|
copy: src=phabricator-preamble.php dest={{ phabroot }}/phabricator/support/preamble.php owner=apache group=apache mode=0644
|
||||||
|
|
||||||
- name: copy phabricator custom login plugin
|
- name: copy phabricator custom login plugin
|
||||||
template: src=CustomLoginHandler.php.j2 dest={{ phabroot }}/phabricator/src/extensions/CustomLoginHandler.php owner=apache group=apache mode=0644
|
template: src=CustomLoginHandler.php.j2 dest={{ phabroot }}/phabricator/src/extensions/CustomLoginHandler.php owner=apache group=apache mode=0644
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue