[CAS] Install deps

certbot_on_virtu
Alexandre Iooss 2019-07-15 09:36:26 +02:00
parent 57405f44a3
commit 78fd033642
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,12 @@
- name: Install APT dependencies
apt:
update_cache: true
name: python3-django-cas-server
name:
- nginx
- uwsgi
- uwsgi-plugin-python3
- python3-django
- python3-django-cas-server
register: apt_result
retries: 3
until: apt_result is succeeded