mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-10-25 10:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user