We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f47ef commit 20fe909Copy full SHA for 20fe909
ansible/roles/certbot/tasks/main.yml
@@ -69,7 +69,8 @@
69
--cert-name {{ canonical_hostname }}
70
--dns-digitalocean
71
--dns-digitalocean-credentials /etc/letsencrypt/certbot-creds.ini
72
- -d "*.{{ canonical_hostname }}"
+ --domain "*.{{ canonical_hostname }}"
73
+ --domain "{{ canonical_hostname }}"
74
--deploy-hook "systemctl reload nginx"
75
register: "certbot_output"
76
changed_when: "'no action taken' not in certbot_output.stdout"
0 commit comments