fix pipx package installs
This commit is contained in:
@@ -131,7 +131,7 @@
|
|||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: "{{ pipxpkg }}"
|
name: "{{ pipxpkg }}"
|
||||||
state: latest
|
state: latest
|
||||||
loop: "{{ pipx_packages }}"
|
loop: "{{ pipxpkgs }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: pipxpkg
|
loop_var: pipxpkg
|
||||||
when: pipxpkgs|length > 0
|
when: pipxpkgs|length > 0
|
||||||
|
|||||||
Reference in New Issue
Block a user