diff options
| author | Luke Hoersten <[email protected]> | 2020-07-08 15:46:28 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-07-08 15:46:28 -0500 |
| commit | 481b89f5d7969517d5dff6285695e6c9d3e39a4c (patch) | |
| tree | fce2495a55d826f1ebb1843380ac865706a3c925 /pleroma/otp/tasks/main.yaml | |
| parent | e9fe43e807409fdfb563c306fdf6ea1a8d058472 (diff) | |
Added conditional soapbox config.
Diffstat (limited to 'pleroma/otp/tasks/main.yaml')
| -rw-r--r-- | pleroma/otp/tasks/main.yaml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/pleroma/otp/tasks/main.yaml b/pleroma/otp/tasks/main.yaml index f667187..19e45ea 100644 --- a/pleroma/otp/tasks/main.yaml +++ b/pleroma/otp/tasks/main.yaml @@ -77,25 +77,9 @@ group: "pleroma" changed_when: false -- name: download and unarchive soapbox frontend - unarchive: - src: "{{pleroma_soapbox_download_url}}" - dest: "/tmp/" - creates: "/tmp/static" - remote_src: yes - when: pleroma_soapbox - - name: install soapbox frontend - become: yes - copy: - remote_src: true - src: "/tmp/static/" - dest: "{{pleroma_data_dir}}/{{pleroma_instance}}/static/" - owner: "pleroma" - group: "pleroma" - mode: "0755" + include_tasks: soapbox.yaml when: pleroma_soapbox - changed_when: false - name: configure pleroma systemd service become: yes |
