geerlingguy / mac-dev-playbook

Mac setup and configuration via Ansible.
Other
5.92k stars 1.76k forks source link

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

Open scottfwalter opened 5 months ago

scottfwalter commented 5 months ago

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.

github-actions[bot] commented 4 weeks ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.