mac-dev-playbook icon indicating copy to clipboard operation
mac-dev-playbook copied to clipboard

If a brew package is both a formula and cask its being marked as an error

Open scottfwalter opened this issue 10 months ago • 1 comments

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.

scottfwalter avatar Apr 13 '24 01:04 scottfwalter