mirrormanager / backend: directory_mode has to be a mode, not 'yes'
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
35595a2fe5
commit
0f4d0a2cc3
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
copy: >
|
copy: >
|
||||||
src="{{ private }}/files/mirrormanager/"
|
src="{{ private }}/files/mirrormanager/"
|
||||||
dest="/var/lib/mirrormanager/.ssh"
|
dest="/var/lib/mirrormanager/.ssh"
|
||||||
directory_mode=yes
|
directory_mode=0700
|
||||||
owner=mirrormanager
|
owner=mirrormanager
|
||||||
group=mirrormanager
|
group=mirrormanager
|
||||||
mode=0700
|
mode=0700
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue