homebrew_tap: fixes #40853 (#40863)

pull/41019/head
Daniel Jaouen 8 years ago committed by ansibot
parent 1cec3c8daf
commit e90265e716

@ -111,7 +111,7 @@ def add_tap(module, brew_path, tap, url=None):
tap,
url,
])
if already_tapped(module, brew_path, tap):
if rc == 0:
changed = True
msg = 'successfully tapped: %s' % tap
else:

Loading…
Cancel
Save