diff --git a/tasks/main.yml b/tasks/main.yml index 0605bbc..a7b5197 100755 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -21,14 +21,6 @@ - seafile-cli become: false # need to do this as root -- name: Install seafile-mirror with pipx - command: pipx install seafile-mirror - changed_when: false - -- name: Upgrade seafile-mirror with pipx - command: pipx upgrade seafile-mirror - changed_when: false - - name: Register user info of {{ seafile_local_user.user }} user: name: "{{ seafile_local_user.user }}"