Adding tags to the homebrew tasks main.yml #101
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Preface
I'm new to Ansible in general so this may be way off base and that's ok to say :)
Problem I'm trying to solve
My company laptop has some permissions managed by our IT department and that causes the Ansible playbook to error when it's doing the Homebrew permissions check. Specifically it's the "Ensure proper ownership on homebrew_install_path subdirs" check.
It looks like the way to selectively run or not run tasks inside a playbook is to have the tasks tagged so I've thrown together my best attempt at some sane tags. Happy to make edits if needed.
I'm not sure how to test the tags I've added here or how to try to use this repo instead of your repo in my own fork of the
mac-dev-playbook
repo. If you can help me understand how to do those things I'm happy to test this and make any needed changes.