don't install package with pipx, pipx run does that for us in another way
This commit is contained in:
@@ -21,14 +21,6 @@
|
|||||||
- seafile-cli
|
- seafile-cli
|
||||||
become: false # need to do this as root
|
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 }}
|
- name: Register user info of {{ seafile_local_user.user }}
|
||||||
user:
|
user:
|
||||||
name: "{{ seafile_local_user.user }}"
|
name: "{{ seafile_local_user.user }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user