mac-dev-playbook
mac-dev-playbook copied to clipboard
If a brew package is both a formula and cask its being marked as an error
The tag package is available as a formula and cask. They are actually two different apps. I want the formula one installed. However, I get this error:
failed: [127.0.0.1] (item=tag) => {"ansible_loop_var": "item", "changed": false, "item": "tag", "msg": "Warning: Treating tag as a formula. For the cask, use homebrew/cask/tag or specify the `--cask` flag."}
Is there a way to not mark this as an error? It's not really an error just a warning message.