mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 22:42:35 +00:00
6 lines
117 B
YAML
6 lines
117 B
YAML
---
|
|
- name: Ensure ipython is installed
|
|
apt: pkg={{ item }} state=present
|
|
with_items:
|
|
- ipython
|
|
- ipython3
|