src.nth.io/

summaryrefslogtreecommitdiff
path: root/pleroma/otp
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-24 18:15:24 -0500
committerLuke Hoersten <[email protected]>2021-07-24 18:15:24 -0500
commitdb88719c9dad036143867533ad136a35e0fc9c1f (patch)
treeaad50bed87b9c6c994a632bd20103d004feaf83e /pleroma/otp
parent96ac1543bf479b25928c25d31222459e60a0def9 (diff)
More fixes.
Diffstat (limited to 'pleroma/otp')
-rw-r--r--pleroma/otp/tasks/soapbox.yaml7
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: