[reverseproxy] Do not install nginx certbot

certbot_on_virtu
Alexandre Iooss 2020-05-17 08:32:29 +02:00
parent ca9b60e346
commit 41e941034e
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
- name: Install NGINX
apt:
update_cache: true
name:
- nginx
- python3-certbot-nginx # for options-ssl-nginx.conf
name: nginx
register: apt_result
retries: 3
until: apt_result is succeeded