src.nth.io/

summaryrefslogtreecommitdiff
path: root/prosody/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'prosody/tasks')
-rw-r--r--prosody/tasks/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prosody/tasks/main.yaml b/prosody/tasks/main.yaml
index 041dc35..752e4b0 100644
--- a/prosody/tasks/main.yaml
+++ b/prosody/tasks/main.yaml
@@ -22,8 +22,8 @@
- name: install letsencrypt ssl deploy hook
become: yes
- copy:
- src: "prosody.sh"
+ template:
+ src: "prosody.sh.j2"
dest: "/etc/letsencrypt/renewal-hooks/deploy/prosody.sh"
mode: "0755"