mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
a12444be21
Vagrant environment to do GStreamer development, debugging and testing.
6 lines
117 B
YAML
6 lines
117 B
YAML
---
|
|
- name: Ensure ipython is installed
|
|
apt: pkg={{ item }} state=present
|
|
with_items:
|
|
- ipython
|
|
- ipython3
|