morgangraphics / ansible-role-nvm

Installs NVM & Node.js on Debian/Ubuntu and RHEL/CentOS
MIT License
102 stars 29 forks source link

#21 Version check with default shell always being run regardless of valid shell #22

Closed morgangraphics closed 4 years ago

morgangraphics commented 4 years ago

Ambiguity with found_path | bool == False is a little confusing as it was always running. Converted the check to the less ambiguous found_path | length == 0 in addition to other variables doing something similar.