src.nth.io/

summaryrefslogtreecommitdiff
path: root/prosody
diff options
context:
space:
mode:
Diffstat (limited to 'prosody')
-rw-r--r--prosody/files/prosody.sh2
-rw-r--r--prosody/tasks/main.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/prosody/files/prosody.sh b/prosody/files/prosody.sh
index 1423b0c..e966ae8 100644
--- a/prosody/files/prosody.sh
+++ b/prosody/files/prosody.sh
@@ -1,3 +1,3 @@
#! /bin/bash
-prosodyctl --root cert import nth.io /etc/letsencrypt/live/nth.io-0001/cert.pem
+prosodyctl --root cert import nth.io /etc/letsencrypt/live/nth.io-0001/fullchain.pem
diff --git a/prosody/tasks/main.yaml b/prosody/tasks/main.yaml
index 97e1f16..041dc35 100644
--- a/prosody/tasks/main.yaml
+++ b/prosody/tasks/main.yaml
@@ -30,7 +30,7 @@
- name: run letsencrypt ssl deploy hook
become: yes
command: "/etc/letsencrypt/renewal-hooks/deploy/prosody.sh"
- notify: restart prosody
+ changed_when: false
- name: install db schema file
become: yes