Solved certbot bug

This commit is contained in:
2024-01-08 19:35:01 +01:00
parent fe0ee86319
commit f180c14e06
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
- name: recieve certbot certificate for {{ domain }}
- name: "recieve certbot certificate for {{ domain }}"
command: >-
certbot certonly --agree-tos --email {{ administrator_email }}
--non-interactive --webroot -w /var/lib/letsencrypt/ -d {{ domain }}