remove srandrd and screenconfig

master
Simon Bruder 2018-10-28 10:43:49 +00:00
parent 2cf8d059b7
commit 3f8cda1855
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 0 additions and 11 deletions

View File

@ -2,7 +2,4 @@
- name: install c libraries
apt:
name:
- libx11-dev
- libxrandr-dev
- libxinerama-dev
state: present

View File

@ -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