mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
indent err
This commit is contained in:
parent
5655ffa8bf
commit
95545ca689
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@ def main():
|
||||||
installed, missing = npm.list()
|
installed, missing = npm.list()
|
||||||
outdated = npm.list_outdated()
|
outdated = npm.list_outdated()
|
||||||
if len(missing) or len(outdated):
|
if len(missing) or len(outdated):
|
||||||
changed = True
|
changed = True
|
||||||
npm.install()
|
npm.install()
|
||||||
else: #absent
|
else: #absent
|
||||||
installed, missing = npm.list()
|
installed, missing = npm.list()
|
||||||
if name in installed:
|
if name in installed:
|
||||||
|
|
Loading…
Reference in a new issue