using the right directive name helps

This commit is contained in:
Tim Flink 2016-12-02 14:42:47 +00:00
parent 3554c799d6
commit 8d344f1efe

View file

@ -112,7 +112,7 @@
- restart phd
- 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
template: src=CustomLoginHandler.php.j2 dest={{ phabroot }}/phabricator/src/extensions/CustomLoginHandler.php owner=apache group=apache mode=0644