fix go and pipx installs
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
---
|
||||
- name: Install pipx pkg
|
||||
become: "{{ ext_become }}"
|
||||
environment:
|
||||
PIPX_HOME: "{{ path.pipx }}"
|
||||
PIPX_BIN_DIR: "{{ path.bin }}"
|
||||
community.general.pipx:
|
||||
executable: "{{ pipx_exec }}"
|
||||
name: "{{ pipx_pkg }}"
|
||||
name: "{{ pkg }}"
|
||||
state: latest
|
||||
|
||||
Reference in New Issue
Block a user