diff options
Diffstat (limited to 'pleroma/otp/tasks/main.yaml')
| -rw-r--r-- | pleroma/otp/tasks/main.yaml | 5 |
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 |
