Fix removing previous nvm dir

This commit is contained in:
Sonny Bakker 2024-08-23 07:54:38 +02:00
parent 905e696cbf
commit f817379950

View file

@ -3,7 +3,7 @@
- name: remove manually installed nvm install directory - name: remove manually installed nvm install directory
file: file:
path: 'install_dir' path: '{{ install_dir }}'
state: absent state: absent
- name: remove nvm entry from bashrc - name: remove nvm entry from bashrc