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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user