1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-01-19 06:31:20 +00:00

22 lines
406 B
YAML
Raw Normal View History

---
- name: Install basic APT packages
apt:
update_cache: true
name:
- nginx
- python3
- python3-pip
- python3-dev
- uwsgi
- uwsgi-plugin-python3
- python3-venv
- git
- acl
2020-07-21 22:36:37 +02:00
- gettext
- texlive-latex-extra
- texlive-fonts-extra
- texlive-lang-french
2020-07-15 09:27:11 +02:00
register: pkg_result
retries: 3
until: pkg_result is succeeded