Browse Source

fix ssl private dir permissions

master
parent
commit
193e04abd5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/directory.yml

+ 1
- 1
tasks/directory.yml View File

@@ -18,5 +18,5 @@
- name: private directory
file:
path: "{{ certificate_directory }}/private"
mode: 0700
mode: 0750
state: directory

Loading…
Cancel
Save