Merge pull request '[FIX] Waits for 2 minutes to prevent not-found error in certbot' (#4) from wait-after-setting-cname into main

Reviewed-on: #4
This commit is contained in:
Jorge Enrique Gómez Gómez 2021-04-09 01:53:54 +00:00
commit a1a1b624af

View File

@ -40,6 +40,10 @@
- python3-certbot-nginx
state: latest
- name: Wait for the CNAME to get registered before requesting certificate
pause:
minutes: 2
- name: Request Let's Encrypt certificate
command:
cmd: 'certbot --redirect --agree-tos -m {{ email }} --hsts --nginx -n -d {{ container }}.{{ dominio }}'