From 3b3cc546d123c06b294182c747cacaab83174fca Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 4 May 2025 20:02:06 -0500 Subject: [PATCH] Syntax adjust. --- 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 10490ff..aec074c 100644 --- a/tasks/install-with-package.yml +++ b/tasks/install-with-package.yml @@ -1,6 +1,8 @@ --- - name: Install Certbot. - package: "name={{ certbot_package }} state=present" + package: + name: "{{ certbot_package }}" + state: present - name: Set Certbot script variable. set_fact: