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