fix path permissions octal mode
This commit is contained in:
parent
12895a364f
commit
ce965657f6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
file:
|
file:
|
||||||
path: "{{ cert_backend.basepath }}"
|
path: "{{ cert_backend.basepath }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 755
|
mode: 0755
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
- name: "setup ca path for {{ cert_backend.name }} ({{ certname }})"
|
- name: "setup ca path for {{ cert_backend.name }} ({{ certname }})"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue