diff --git a/roles/bootstrap/handlers/main.yml b/roles/bootstrap/handlers/main.yml index ccd74e5..a8a6ccf 100644 --- a/roles/bootstrap/handlers/main.yml +++ b/roles/bootstrap/handlers/main.yml @@ -4,3 +4,6 @@ - name: Postinstall set-up of git ansible.builtin.import_tasks: file: git.yml +- name: Postinstall set-up of ProFTPd + ansible.builtin.import_tasks: + file: proftpd.yml