moved VIM and Crowdsec setup handler listener, former due to now being userspace package group installation, latter due to needing to precede headscale handler tasks
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "No post-installaton or additional installation steps needed--continuing..."
|
msg: "No post-installaton or additional installation steps needed--continuing..."
|
||||||
listen: default
|
listen: default
|
||||||
- name: Setting up ViM
|
- name: Setting up Crowdsec
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: tasks/contingent/pkg/vim.yml
|
file: tasks/contingent/pkg/crowdsec.yml
|
||||||
listen: vim
|
listen: crowdsec
|
||||||
- name: Setting up Headscale
|
- name: Setting up Headscale
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: tasks/contingent/pkg/headscale.yml
|
file: tasks/contingent/pkg/headscale.yml
|
||||||
|
|||||||
@@ -5,6 +5,10 @@
|
|||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "No post-installaton or additional installation steps needed--continuing..."
|
msg: "No post-installaton or additional installation steps needed--continuing..."
|
||||||
listen: default
|
listen: default
|
||||||
|
- name: Setting up ViM
|
||||||
|
ansible.builtin.include_tasks:
|
||||||
|
file: tasks/contingent/pkg/vim.yml
|
||||||
|
listen: vim
|
||||||
- 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