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