refactor: split up file into two distnct sets of handlers to be called separately by plays

This commit is contained in:
2026-06-10 13:43:59 -04:00
parent 1b6811b42b
commit af9fc3b4ca
3 changed files with 54 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
# SPDX-License-Identifier: MIT-0
---
# handlers file for roles/init-vps
- name: Setting up Radicle
ansible.builtin.include_tasks:
file: tasks/contingent/pkg/radicle.yml
listen: radicle
- name: Setting up ViM
ansible.builtin.include_tasks:
file: tasks/contingent/pkg/vim.yml
listen: vim