1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Jeferson Daniel 2015-04-11 16:00:43 -03:00 committed by Matt Clay
parent 927fb145b3
commit 2f554518a6

View file

@ -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()