prog/python: Do not install pip modules golbally
This commit is contained in:
parent
35ffb54d6d
commit
174528d3f6
|
@ -11,11 +11,3 @@
|
||||||
name:
|
name:
|
||||||
- python3-systemd
|
- python3-systemd
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: install python modules via pip
|
|
||||||
pip:
|
|
||||||
name:
|
|
||||||
- docker-compose
|
|
||||||
- powerline-status
|
|
||||||
state: latest
|
|
||||||
executable: pip3
|
|
||||||
|
|
Reference in a new issue