diff options
| author | Luke Hoersten <[email protected]> | 2021-07-24 22:12:04 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-24 22:12:04 -0500 |
| commit | 33e25728398a9ccdd446197b1eb12e66c40a890e (patch) | |
| tree | 149b4f33556ab32b8408c17299e43fea25a099bc /pleroma/otp/tasks | |
| parent | db88719c9dad036143867533ad136a35e0fc9c1f (diff) | |
Fixed typo
Diffstat (limited to 'pleroma/otp/tasks')
| -rw-r--r-- | pleroma/otp/tasks/soapbox.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pleroma/otp/tasks/soapbox.yaml b/pleroma/otp/tasks/soapbox.yaml index f1e2d1c..d004aec 100644 --- a/pleroma/otp/tasks/soapbox.yaml +++ b/pleroma/otp/tasks/soapbox.yaml @@ -11,7 +11,7 @@ become: yes file: path: "{{pleroma_data_dir}}/{{pleroma_instance}}/static/" - status: "absent" + state: "absent" changed_when: false - name: install soapbox frontend |
