[prog:python] add screenconfig
This commit is contained in:
parent
2f0059522a
commit
af4e8b9fd1
|
@ -4,12 +4,19 @@
|
||||||
name: "python3-pip"
|
name: "python3-pip"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: install python modules via pip
|
- name: install python module dependencies via pip
|
||||||
pip:
|
pip:
|
||||||
name: "{{ item }}"
|
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
|
state: present
|
||||||
executable: pip3
|
executable: pip3
|
||||||
with_items:
|
|
||||||
- docker-compose
|
|
||||||
- ipython
|
|
||||||
- powerline-status
|
|
||||||
|
|
Reference in a new issue