mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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,
|
||||
url,
|
||||
])
|
||||
if already_tapped(module, brew_path, tap):
|
||||
if rc == 0:
|
||||
changed = True
|
||||
msg = 'successfully tapped: %s' % tap
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue