7 lines
117 B
YAML
7 lines
117 B
YAML
---
|
|
- name: Ensure ipython is installed
|
|
apt: pkg={{ item }} state=present
|
|
with_items:
|
|
- ipython
|
|
- ipython3
|