template no longer needed as task previously using it now uses blockinfile module

This commit is contained in:
2026-05-29 08:29:12 -04:00
parent c751ced793
commit 8764bede85

View File

@@ -1,9 +0,0 @@
{% for item in ftp_groups.results %}
Match Group {{ item.name }}
ForceCommand internal-sftp -d /%u
ChrootDirectory /srv/{{ item.name}}
AllowAgentForwarding no
AllowTcpForwarding no
X11Forwarding no
{% endfor %}