refactor: split up file into two distnct sets of handlers to be called separately by plays
This commit is contained in:
11
roles/init-server/handlers/core.yml
Normal file
11
roles/init-server/handlers/core.yml
Normal 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
|
||||
Reference in New Issue
Block a user