12 lines
302 B
YAML
12 lines
302 B
YAML
# 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
|