src.nth.io/

summaryrefslogtreecommitdiff
path: root/pleroma/otp/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pleroma/otp/tasks/main.yaml')
-rw-r--r--pleroma/otp/tasks/main.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pleroma/otp/tasks/main.yaml b/pleroma/otp/tasks/main.yaml
index 1052644..6f8427e 100644
--- a/pleroma/otp/tasks/main.yaml
+++ b/pleroma/otp/tasks/main.yaml
@@ -30,11 +30,6 @@
dest: "/lib/systemd/system/[email protected]"
notify: restart pleroma instance
-- name: check if pleroma release exists
- stat: path="/tmp/release/"
- register: release
-
- include_tasks: install.yaml
- when: not release.stat.exists
- include_tasks: instance.yaml