Installs certbot plugin for nginx in nginx container
This commit is contained in:
parent
27429f0dd3
commit
4a724d4532
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user