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: