add idle-python2.7 to gui

This commit is contained in:
Charlie Wang 2016-11-17 17:32:31 -05:00
parent 9f755e2884
commit 917ac9cf4c
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