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 /pleroma/otp | |
| parent | 1eca8fa42311b1723d711b385e951831e110d7f1 (diff) | |
Cleaned up always-changed status tasks.
Diffstat (limited to 'pleroma/otp')
| -rw-r--r-- | pleroma/otp/tasks/instance.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pleroma/otp/tasks/instance.yaml b/pleroma/otp/tasks/instance.yaml index af282fa..9bb67ac 100644 --- a/pleroma/otp/tasks/instance.yaml +++ b/pleroma/otp/tasks/instance.yaml @@ -31,6 +31,7 @@ owner: "{{pleroma_db_superuser}}" group: "{{pleroma_db_superuser}}" mode: "0600" + changed_when: false - name: install pleroma psql become: yes |
