Merge branch 'master' into 'master'

add idle-python2.7 to gui



See merge request !2
This commit is contained in:
Zachary Seguin 2016-11-25 18:09:54 -05:00
commit 7b28a33f63
1 changed files with 7 additions and 0 deletions

View File

@ -276,3 +276,10 @@
with_items:
- workrave
- remmina
# this needs a GUI, and cannot be installed with pip et al.
# but is required by certain python libraries
- name: Install idle-python
apt: name={{ item }} state=latest
with_items:
- idle-python2.7