Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit a8df136

Browse files
author
staticdev
committed
Update pipx installation
1 parent 483f9ae commit a8df136

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tasks/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
ignore_errors: true
2222

2323
- name: Install pipx
24-
package:
25-
state: present
24+
pip:
2625
name: pipx
27-
become: true
26+
extra_args: --user
2827
when: pipx_version_cmd is failed
2928

3029
- name: Check if pre-commit is installed

0 commit comments

Comments
 (0)