This commit is contained in:
Robert Kaussow 2018-06-22 21:34:24 +02:00
parent d6f9553017
commit 93567a8535
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
state: present
- name: Create certbot environment
path: /etc/some_directory
path: "{{ item }}"
state: directory
mode: 0755
with_items: "{{ certbot_environment }}"