diff --git a/tasks/install-with-package.yml b/tasks/install-with-package.yml index 013c6e7..2d3ef16 100644 --- a/tasks/install-with-package.yml +++ b/tasks/install-with-package.yml @@ -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.