fix permissions on keys directories
parent
13fb8a9f02
commit
a96f286f81
|
@ -34,7 +34,7 @@
|
||||||
state: directory
|
state: directory
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ acme_ssl_group }}"
|
group: "{{ acme_ssl_group }}"
|
||||||
mode: "640"
|
mode: "750"
|
||||||
tags: acme_install
|
tags: acme_install
|
||||||
|
|
||||||
- name: Create ACME accounts directory
|
- name: Create ACME accounts directory
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
state: directory
|
state: directory
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: "640"
|
mode: "750"
|
||||||
tags: acme_install
|
tags: acme_install
|
||||||
|
|
||||||
- name: Copy ACME config file
|
- name: Copy ACME config file
|
||||||
|
|
Loading…
Reference in New Issue