mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-24 05:30:39 +02:00
fix defaults to not use dns and certbot pkg name
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user