summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2016-12-02 14:42:47 +0000
committerTim Flink <tflink@fedoraproject.org>2016-12-02 14:42:47 +0000
commit8d344f1efea74e16fa750ac48f9d1b507dd2028d (patch)
treefa6fd610263b2efa81d0d45c31ecb6493958b531
parent3554c799d63eb25d3b532e95e5e2772b88ee81c2 (diff)
downloadansible-8d344f1efea74e16fa750ac48f9d1b507dd2028d.tar.gz
ansible-8d344f1efea74e16fa750ac48f9d1b507dd2028d.tar.xz
ansible-8d344f1efea74e16fa750ac48f9d1b507dd2028d.zip
using the right directive name helps
-rw-r--r--roles/phabricator/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/phabricator/tasks/main.yml b/roles/phabricator/tasks/main.yml
index 5ca90c466..0841ae298 100644
--- a/roles/phabricator/tasks/main.yml
+++ b/roles/phabricator/tasks/main.yml
@@ -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