This commit is contained in:
parent
c723d4c83d
commit
c42b3924a4
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@
|
|||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: {{ certbot_webuser }}
|
||||
group: {{ certbot_webuser }}
|
||||
owner: '{{ certbot_webuser }}'
|
||||
group: '{{ certbot_webuser }}'
|
||||
mode: 0755
|
||||
with_items:
|
||||
- /var/www/.well-known
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue