morgangraphics / ansible-role-nvm

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

fix: replace include by import_tasks #44

Closed legau closed 9 months ago

legau commented 10 months ago

Hi,

The include builtin has been removed in ansible-core 2.16 so this playbook does not work anymore. This replaces it with import_tasks, not sure if it is better with include_tasks but import seems to be more widely used.

morgangraphics commented 10 months ago

This has been reported, I'm working on this fix as-well-as some additional functionality. New version should be published early next week.

morgangraphics commented 9 months ago

See the v2.0.0 Release