summaryrefslogtreecommitdiff
path: root/ansible/roles/python-dev-env
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-06-19 12:08:45 +0300
committerLars Wirzenius <liw@liw.fi>2016-06-19 12:08:45 +0300
commit85d61bfc118e1cadc34dc95c7f81c27cceba1b8c (patch)
treec774b9213a486a9e595b1edeed90ab980c4a51e4 /ansible/roles/python-dev-env
parent62e1e017452760de937bf7a3cadb5f54d8b12bfe (diff)
downloadansibleness-85d61bfc118e1cadc34dc95c7f81c27cceba1b8c.tar.gz
Remove devel role
All stuff is now elsewhere.
Diffstat (limited to 'ansible/roles/python-dev-env')
-rw-r--r--ansible/roles/python-dev-env/tasks/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible/roles/python-dev-env/tasks/main.yml b/ansible/roles/python-dev-env/tasks/main.yml
index 76ba1ee..0d2585a 100644
--- a/ansible/roles/python-dev-env/tasks/main.yml
+++ b/ansible/roles/python-dev-env/tasks/main.yml
@@ -57,3 +57,12 @@
- name: install python docs
apt: name=python-doc
+
+- name: install python-cliapp
+ apt: name=python-cliapp
+
+- name: install python-ttystatus
+ apt: name=python-ttystatus
+
+- name: install python-tracing
+ apt: name=python-tracing