Installs certbot plugin for nginx in nginx container

This commit is contained in:
Jorge Enrique Gómez Gómez 2021-03-28 03:49:46 +00:00
parent 27429f0dd3
commit 4a724d4532

View File

@ -30,7 +30,9 @@
- name: Install Let's Encrypt certbot - name: Install Let's Encrypt certbot
apt: apt:
name: certbot name:
- certbot
- python3-certbot-nginx
state: latest state: latest
- name: Request Let's Encrypt certificate - name: Request Let's Encrypt certificate