From 314f315d5816e4589e4a3994341529d6f7f5f414 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Wed, 20 Dec 2023 09:07:10 +0100 Subject: [PATCH] don't install package with pipx, `pipx run` does that for us in another way --- tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) 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 }}"