fix pipx package installs

This commit is contained in:
Matthew Stobbs
2025-02-01 14:42:18 -07:00
parent b33d28ad5b
commit 18be8625d6

View File

@@ -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