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