CHANGE: splits update_configs role into app-based files
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
- name: Clear old Neovim config
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
path: /home/max/.config/nvim
|
||||
|
||||
- name: Configure neovim, by pushing the config
|
||||
ansible.builtin.copy:
|
||||
src: "{{ role_path }}/files/nvim_config/"
|
||||
dest: /home/max/.config/nvim
|
||||
owner: max
|
||||
group: max
|
||||
mode: u=rw,g=r,o-rwx
|
||||
Reference in New Issue
Block a user