added a default handler that performs a default action for software installation if none needed, as looped installations nonetheless will attempt to notify one

This commit is contained in:
2026-06-16 14:55:06 -04:00
parent f43e420f66
commit fc95904327

View File

@@ -1,6 +1,10 @@
# SPDX-License-Identifier: MIT-0 # SPDX-License-Identifier: MIT-0
--- ---
# handlers file for roles/init-vps # handlers file for roles/init-vps
- name: Skipping to next installaton
ansible.builtin.debug:
msg: "No post-installaton or additional installation steps needed--continuing..."
listen: default
- name: Settng up NeoViM - name: Settng up NeoViM
ansible.builtin.include_tasks: ansible.builtin.include_tasks:
file: tasks/contingent/pkg/neovim.yml file: tasks/contingent/pkg/neovim.yml