diff --git a/tasks/install.yml b/tasks/install.yml index b88ac55..0123fd1 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -14,7 +14,7 @@ state: present - name: Create certbot environment - path: /etc/some_directory + path: "{{ item }}" state: directory mode: 0755 with_items: "{{ certbot_environment }}"