Files
skato-ansible/roles/bootstrap/handlers/main.yml

10 lines
243 B
YAML

# SPDX-License-Identifier: MIT-0
---
# handlers file for bootstrap
- 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