mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-06-15 15:11:26 +02:00
fix dns plugin install using 'package' on rhel8
This commit is contained in:
parent
cb2fc581c3
commit
99eb92a264
@ -3,7 +3,9 @@
|
||||
package: "name={{ certbot_package }} state=present"
|
||||
|
||||
- name: Install DNS Plugin - {{ certbot_dns_plugin }}.
|
||||
package: name="python3-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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user