ansible-roles/library/centos/roles/vsftpd/templates/vsftpd-letsencrypt-hook.sh.j2

6 lines
46 B
Django/Jinja

#!/bin/bash
systemctl restart vsftpd
exit 0