From 99eb92a2649632dafb73fd2e952a0424be955e78 Mon Sep 17 00:00:00 2001 From: brunobenchimol Date: Mon, 15 Nov 2021 21:23:20 -0300 Subject: [PATCH] fix dns plugin install using 'package' on rhel8 --- tasks/install-with-package.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.