updating roles

This commit is contained in:
2021-03-05 23:06:29 +00:00
parent 8a638b4fae
commit 645886a40e
5 changed files with 22 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
creates: "{{ default_user_home }}/.local/bin/pipx"
- name: Install pipx packages
shell: "{{ default_user_home }}/.local/bin/pipx install {{ item }}"
shell: "{{ default_user_home }}/.local/bin/pipx install {{ item }} --force"
loop: "{{ pipx_packages }}"
- name: Install Poetry