1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-02 06:17:09 +00:00

Allow NPM to update packages

This commit is contained in:
xiaclo 2015-05-04 14:08:39 +10:00 committed by Matt Clay
parent 83bf44c78f
commit b36b12e968

View file

@ -250,7 +250,7 @@ def main():
outdated = npm.list_outdated()
if len(missing) or len(outdated):
changed = True
npm.install()
npm.update()
else: #absent
installed, missing = npm.list()
if name in installed: