# SPDX-License-Identifier: MIT-0 --- # handlers file for bootstrap # @NOTE below for packages - 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 - name: Postinstall set-up of ProFTPd ansible.builtin.import_tasks: file: proftpd.yml # @NOTE below for snaps - name: Postinstall set-up of snapd ansible.builtin.import_tasks: file: snapd.yml - name: Postinstall set-up of Nextcloud snap ansible.builtin.import_tasks: file: nextcloud.yml