src.nth.io/

summaryrefslogtreecommitdiff
path: root/prosody/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2025-05-29 20:01:29 -0500
committerLuke Hoersten <[email protected]>2025-05-29 20:01:29 -0500
commita6f6bf556cf28894ac21d41396397acbbda524d7 (patch)
tree3a8905e9706b760c7286a134eac59cc8882f99ef /prosody/tasks
parentcb74bdc5ae5194ceeda48aa92ca26ca685c737f9 (diff)
Fixed an error with overwriting certbot certs.
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"