diff -r 534b247bed1c -r 21cfe5ba8d13 pleroma/otp/tasks/soapbox.yaml --- a/pleroma/otp/tasks/soapbox.yaml Sat Jul 24 17:55:23 2021 -0500 +++ b/pleroma/otp/tasks/soapbox.yaml Sat Jul 24 18:15:24 2021 -0500 @@ -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: