gstreamer/vagrant/ipython.yml
Zaheer Abbas Merali a12444be21 vagrant: initial commit
Vagrant environment to do GStreamer development, debugging and
testing.
2013-10-26 03:03:55 -07:00

7 lines
117 B
YAML

---
- name: Ensure ipython is installed
apt: pkg={{ item }} state=present
with_items:
- ipython
- ipython3