nodesource / ansible-nodejs-role

Ansible Role for Node.js Binary Install
MIT License
131 stars 47 forks source link

Installed is deprecated and will be removed in ansible 2.9 #44

Open kitsunde opened 6 years ago

kitsunde commented 6 years ago

This fixes this warning:

TASK [nodejs : Install Node.js] **** Saturday 19 May 2018 08:22:31 +0000 (0:00:00.596) 0:07:16.018 **

instead.. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

tcrowe commented 5 years ago
screen shot 2018-07-10 at 2 27 42 pm

I was just looking at your PR which resolves this(img).

ls-initiatives commented 4 years ago

Ansible 2.9 is the current version and this is now a blocking bug. This PR fixes it, can you please merge it ?