mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user