add idle-python2.7 to gui #13

Merged
s455wang merged 1 commits from master into master 2016-11-25 18:09:57 -05:00
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