diff options
| author | Luke Hoersten <[email protected]> | 2025-05-29 20:01:29 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-05-29 20:01:29 -0500 |
| commit | a6f6bf556cf28894ac21d41396397acbbda524d7 (patch) | |
| tree | 3a8905e9706b760c7286a134eac59cc8882f99ef /prosody/tasks | |
| parent | cb74bdc5ae5194ceeda48aa92ca26ca685c737f9 (diff) | |
Fixed an error with overwriting certbot certs.
Diffstat (limited to 'prosody/tasks')
| -rw-r--r-- | prosody/tasks/main.yaml | 4 |
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" |
