Group vars refactor

This commit is contained in:
Sonny Bakker 2025-03-15 16:57:00 +01:00
parent f7eb8dc56d
commit 755493d155
31 changed files with 355 additions and 398 deletions

View file

@ -1,14 +0,0 @@
- set_fact:
install_dir: '{{ xdg_config_dir }}/nvm'
- name: remove manually installed nvm install directory
file:
path: '{{ install_dir }}'
state: absent
- name: remove nvm entry from bashrc
lineinfile:
path: '{{ ansible_env.HOME }}/.bashrc.override'
line: >
[ -s "{{ install_dir }}/nvm.sh" ] && \. "{{ install_dir }}/nvm.sh" # This loads nvm
state: absent