remove srandrd and screenconfig
This commit is contained in:
parent
2cf8d059b7
commit
3f8cda1855
|
@ -2,7 +2,4 @@
|
|||
- name: install c libraries
|
||||
apt:
|
||||
name:
|
||||
- libx11-dev
|
||||
- libxrandr-dev
|
||||
- libxinerama-dev
|
||||
state: present
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
name: "python3-pip"
|
||||
state: present
|
||||
|
||||
- name: install python module dependencies via pip
|
||||
pip:
|
||||
name:
|
||||
- toml
|
||||
state: present
|
||||
executable: pip3
|
||||
|
||||
- name: install python modules via pip
|
||||
pip:
|
||||
name:
|
||||
- docker-compose
|
||||
- git+https://github.com/jceb/screenconfig
|
||||
- ipython
|
||||
- powerline-status
|
||||
state: present
|
||||
|
|
Reference in a new issue