Update to 2022-10-25 10:00

This commit is contained in:
Daniel Berteaud
2022-10-25 10:00:08 +02:00
parent 8788a655d7
commit c5d3ee9d98
4 changed files with 50 additions and 24 deletions

View File

@@ -76,6 +76,14 @@
template: src=dehydrated_hook.j2 dest=/etc/dehydrated/hooks_deploy_cert.d/sftpgo mode=755
tags: sftpgo
- name: Remove obsolete SFTPGo hooks
file: path={{ sftpgo_root_dir }}/bin/{{ item }} state=absent
loop:
- anonymous-ftp-password-hook
- check-anonymous.sh
- external-auth.sh
tags: sftpgo
- name: Install SFTPGo hooks
copy: src=hooks/ dest={{ sftpgo_root_dir }}/bin/ mode=755
tags: sftpgo