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

Commit b7894f4

Browse files
author
Thiago
authored
Fix pipx check
1 parent 02da920 commit b7894f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
pyenv_virtualenvs: []
1616

1717
- name: Check if pipx is installed
18-
command: pipx --version
18+
command: "{{ ansible_env.HOME }}/.local/bin/pipx --version"
1919
register: pipx_version_cmd
2020
changed_when: false
2121
ignore_errors: true

0 commit comments

Comments
 (0)