faafo/ansible/tasks/api.yaml

6 lines
103 B
YAML

---
- apt: name={{ item }} state=latest
with_items:
- python-flask
- python-flask-sqlalchemy