mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Merge pull request #5909 from joeybaker/patch-1
NPM install latest made more effecient
This commit is contained in:
@@ -216,7 +216,6 @@ def main():
|
||||
if len(missing) or len(outdated):
|
||||
changed = True
|
||||
npm.install()
|
||||
npm.update()
|
||||
else: #absent
|
||||
installed, missing = npm.list()
|
||||
if name in installed:
|
||||
|
||||
Reference in New Issue
Block a user