mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7 lines
117 B
YAML
7 lines
117 B
YAML
|
---
|
||
|
- name: Ensure ipython is installed
|
||
|
apt: pkg={{ item }} state=present
|
||
|
with_items:
|
||
|
- ipython
|
||
|
- ipython3
|