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