Fixed pipx packages installation
This commit is contained in:
parent
da54c4a834
commit
3d0997e129
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@
|
|||
when: is_arch
|
||||
|
||||
- name: Install pipx packages
|
||||
ansible.builtin.command: pipx install {{ pipx_packages|join(' ') }}
|
||||
ansible.builtin.command: "pipx install {{ item }}"
|
||||
loop: "{{ pipx_packages }}"
|
||||
|
||||
- name: Set fish as default shell
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue