Fix removing previous nvm dir
This commit is contained in:
parent
905e696cbf
commit
f817379950
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue