From ee3cf37d2f4ac726a1a900c3e55151826caa08c7 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Tue, 18 Nov 2025 21:31:56 -0500 Subject: [PATCH] Imported new additional tasks --- roles/bootstrap/handlers/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/bootstrap/handlers/main.yml b/roles/bootstrap/handlers/main.yml index a8a6ccf..d11ee66 100644 --- a/roles/bootstrap/handlers/main.yml +++ b/roles/bootstrap/handlers/main.yml @@ -1,9 +1,20 @@ # 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