fix path permissions octal mode

This commit is contained in:
nd 2020-07-03 11:33:20 +02:00
parent 12895a364f
commit ce965657f6
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -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 }})"