1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #5909 from joeybaker/patch-1

NPM install latest made more effecient
This commit is contained in:
Michael DeHaan 2014-03-16 12:25:51 -05:00
commit af7c252ba4

View file

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