diff options
| author | Luke Hoersten <[email protected]> | 2024-07-29 12:41:57 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2024-07-29 12:41:57 -0500 |
| commit | 874be10f6646a66cd0e994963b2746ad48f5b73e (patch) | |
| tree | 55ae0f767213c5e5636c24e12f5a6bdf991b45a7 /prosody/tasks/main.yaml | |
| parent | 1eca8fa42311b1723d711b385e951831e110d7f1 (diff) | |
Cleaned up always-changed status tasks.
Diffstat (limited to 'prosody/tasks/main.yaml')
| -rw-r--r-- | prosody/tasks/main.yaml | 2 |
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 |
