Will be as an alternative for the maintenance bash scripts found in the shell-scripts repo: https://github.com/mdrocan/shell-scripts
- Execute with:
ansible-playbook update_brew.yml
-
In some cases you may see the following error in the output:
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Warning: These files were overwritten during the
brew linkstep:\nError: The
brew linkstep did not complete successfully"}
-
This means that you should check with
brew doctor
which kegs are not properly linked and link them.
- Homebrew must already be installed on the target system
- Create same functionality for local testing and with Github Actions
- Linter verified software