diff --git a/roles/development/tasks/python.yml b/roles/development/tasks/python.yml index 53f480d..571ac96 100644 --- a/roles/development/tasks/python.yml +++ b/roles/development/tasks/python.yml @@ -8,6 +8,7 @@ name: - python - python-pip + - python-pipx - python-setuptools - name: Installing 'pyenv' @@ -17,15 +18,6 @@ become: yes become_user: aur_builder -- name: Installing Python isolated environments (pipx) - ansible.builtin.pip: - state: latest - extra_args: --user - name: - - pipx - become: yes - become_user: "{{ username }}" - - name: Installing Python tools - ipython community.general.pipx: state: install