diff options
| author | Luke Hoersten <[email protected]> | 2021-07-24 18:15:24 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-24 18:15:24 -0500 |
| commit | db88719c9dad036143867533ad136a35e0fc9c1f (patch) | |
| tree | aad50bed87b9c6c994a632bd20103d004feaf83e /pleroma/otp/tasks/soapbox.yaml | |
| parent | 96ac1543bf479b25928c25d31222459e60a0def9 (diff) | |
More fixes.
Diffstat (limited to 'pleroma/otp/tasks/soapbox.yaml')
| -rw-r--r-- | pleroma/otp/tasks/soapbox.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pleroma/otp/tasks/soapbox.yaml b/pleroma/otp/tasks/soapbox.yaml index 5526a9a..f1e2d1c 100644 --- a/pleroma/otp/tasks/soapbox.yaml +++ b/pleroma/otp/tasks/soapbox.yaml @@ -7,6 +7,13 @@ creates: "/tmp/static" remote_src: yes +- name: delete old soapbox frontend + become: yes + file: + path: "{{pleroma_data_dir}}/{{pleroma_instance}}/static/" + status: "absent" + changed_when: false + - name: install soapbox frontend become: yes copy: |
