don't install package with pipx, pipx run does that for us in another way

This commit is contained in:
2023-12-20 09:07:10 +01:00
parent 7f554b2197
commit 314f315d58

View File

@@ -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 }}"