fix dns plugin install using 'package' on rhel8

This commit is contained in:
brunobenchimol 2021-11-15 21:23:20 -03:00
parent cb2fc581c3
commit 99eb92a264

View File

@ -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.