parent
1cec3c8daf
commit
e90265e716
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def add_tap(module, brew_path, tap, url=None):
|
||||||
tap,
|
tap,
|
||||||
url,
|
url,
|
||||||
])
|
])
|
||||||
if already_tapped(module, brew_path, tap):
|
if rc == 0:
|
||||||
changed = True
|
changed = True
|
||||||
msg = 'successfully tapped: %s' % tap
|
msg = 'successfully tapped: %s' % tap
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue