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:
path: "{{ cert_backend.basepath }}"
state: directory
mode: 755
mode: 0755
owner: root
group: root
- name: "setup ca path for {{ cert_backend.name }} ({{ certname }})"