pcriv / ansible-role-nvm

Role to install nvm and multiple nodejs versions.
MIT License
20 stars 19 forks source link

Use $HOME instead of ~ in user var file #14

Closed kalkov closed 5 years ago

kalkov commented 5 years ago

variables from my playbook:

    nvm_env: user
    nvm_version: v0.33.11
    nvm_default_node_version: v11.0.0
    nvm_node_versions:
      - v11.0.0
    nvm_users:
      - deployer

While installing nvm for user I ended up with a ~/~/.nvm/ path. Using $HOME env var solves the problem.

pcriv commented 5 years ago

Better late than never I guess? 🤷‍♂ (For some reason I wasn't getting any notifications from this repo) I'm really sorry for the delay