mirrormanager / backend: directory_mode has to be a mode, not 'yes'

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-24 09:14:16 -07:00
parent 35595a2fe5
commit 0f4d0a2cc3

View file

@ -79,7 +79,7 @@
copy: >
src="{{ private }}/files/mirrormanager/"
dest="/var/lib/mirrormanager/.ssh"
directory_mode=yes
directory_mode=0700
owner=mirrormanager
group=mirrormanager
mode=0700