[prog:python] add screenconfig

master
Simon Bruder 2018-10-28 09:55:05 +00:00
parent 2f0059522a
commit af4e8b9fd1
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 13 additions and 6 deletions

View File

@ -4,12 +4,19 @@
name: "python3-pip"
state: present
- name: install python modules via pip
- name: install python module dependencies via 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
executable: pip3
with_items:
- docker-compose
- ipython
- powerline-status