fix defaults to not use dns and certbot pkg name

This commit is contained in:
brunobenchimol
2021-11-15 21:00:12 -03:00
parent d1ddde3404
commit cb2fc581c3
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
package: "name={{ certbot_package }} state=present"
- name: Install DNS Plugin - {{ certbot_dns_plugin }}.
package: name="certbot-dns-{{ certbot_dns_plugin }} state=present"
package: name="python3-certbot-dns-{{ certbot_dns_plugin }} state=present"
when: certbot_dns_plugin is defined
- name: Set Certbot script variable.