src.nth.io/

summaryrefslogtreecommitdiff
path: root/prosody/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2024-07-29 12:41:57 -0500
committerLuke Hoersten <[email protected]>2024-07-29 12:41:57 -0500
commit874be10f6646a66cd0e994963b2746ad48f5b73e (patch)
tree55ae0f767213c5e5636c24e12f5a6bdf991b45a7 /prosody/tasks
parent1eca8fa42311b1723d711b385e951831e110d7f1 (diff)
Cleaned up always-changed status tasks.
Diffstat (limited to 'prosody/tasks')
-rw-r--r--prosody/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
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