pleroma/otp/tasks/soapbox.yaml
changeset 173 82f2bcbc5aca
parent 172 21cfe5ba8d13
equal deleted inserted replaced
172:21cfe5ba8d13 173:82f2bcbc5aca
     9 
     9 
    10 - name: delete old soapbox frontend
    10 - name: delete old soapbox frontend
    11   become: yes
    11   become: yes
    12   file:
    12   file:
    13     path: "{{pleroma_data_dir}}/{{pleroma_instance}}/static/"
    13     path: "{{pleroma_data_dir}}/{{pleroma_instance}}/static/"
    14     status: "absent"
    14     state: "absent"
    15   changed_when: false
    15   changed_when: false
    16 
    16 
    17 - name: install soapbox frontend
    17 - name: install soapbox frontend
    18   become: yes
    18   become: yes
    19   copy:
    19   copy: