gstreamer/vagrant/ipython.yml

7 lines
117 B
YAML
Raw Normal View History

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