Added importing of ProFTPd handler task to main bootstraps role handler

This commit is contained in:
2025-11-16 13:49:15 -05:00
parent 8b2390a1b7
commit ea2346c41b

View File

@@ -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