mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 00:16:49 +00:00
Homebrew: Update _uninstall_current_package to use the --force option (#33360)
This commit is contained in:
@@ -687,7 +687,7 @@ class Homebrew(object):
|
||||
raise HomebrewException(self.message)
|
||||
|
||||
opts = (
|
||||
[self.brew_path, 'uninstall']
|
||||
[self.brew_path, 'uninstall', '--force']
|
||||
+ self.install_options
|
||||
+ [self.current_package]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user