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:
commit
af7c252ba4
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue