fix path
This commit is contained in:
parent
d6f9553017
commit
93567a8535
@ -14,7 +14,7 @@
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Create certbot environment
|
- name: Create certbot environment
|
||||||
path: /etc/some_directory
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0755
|
mode: 0755
|
||||||
with_items: "{{ certbot_environment }}"
|
with_items: "{{ certbot_environment }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user