mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fixes #335
This commit is contained in:
committed by
Matt Clay
parent
927fb145b3
commit
2f554518a6
@@ -108,7 +108,7 @@ class Bower(object):
|
||||
return ''
|
||||
|
||||
def list(self):
|
||||
cmd = ['list', '--json']
|
||||
cmd = ['list', '--json', '--config.interactive=false', '--allow-root']
|
||||
|
||||
installed = list()
|
||||
missing = list()
|
||||
|
||||
Reference in New Issue
Block a user