diff --git a/tasks/install-with-package.yml b/tasks/install-with-package.yml index 88a9c89..dae656c 100644 --- a/tasks/install-with-package.yml +++ b/tasks/install-with-package.yml @@ -1,6 +1,8 @@ --- - name: Install Certbot. - package: "name={{ item }} state=present" + package: + name: "{{ item }}" + state: present with_items: "{{ certbot_package }}" - name: Set Certbot script variable.