From 174528d3f67d5f5c8eab8ecadd817064855dddc9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 7 Mar 2020 14:12:19 +0000 Subject: [PATCH] prog/python: Do not install pip modules golbally --- roles/prog/tasks/python.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/prog/tasks/python.yml b/roles/prog/tasks/python.yml index 049079e..f5fdefd 100644 --- a/roles/prog/tasks/python.yml +++ b/roles/prog/tasks/python.yml @@ -11,11 +11,3 @@ name: - python3-systemd state: present - -- name: install python modules via pip - pip: - name: - - docker-compose - - powerline-status - state: latest - executable: pip3