Skip to content

Tags: geerlingguy/mac-dev-playbook

Tags

4.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Run tests on Mac OS 14 and 15 (#209)

* Run tests on Mac OS 14 and 15

* Update uninstall-homebrew.sh

* Don't die on bad terminal defaults request.

---------

Co-authored-by: Jeff Geerling <geerlingguy@mac.com>

4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add tag inheritance to post-provision tasks (#146)

Imported tasks inherit tags but Included tasks don't. This leads to confusion because included tasks need to have an explicit tag added or they won't run.

This is the workaround provided and [documented](https://docs.ansible.com/ansible/latest/user_guide/playbooks_tags.html#tag-inheritance-for-includes-blocks-and-the-apply-keyword) by Ansible to add tag inheritance to included tasks.

4.0.0

Fixes #116: Switch from roles and dock tasks to geerlingguy.mac colle…

…ction.

3.3.0

Fix formatting from previous commit.

3.2.0

PR #106 follow-up: More consistent docs and examples.

3.1.0

Fixes #85: Make it easier to use this playbook to manage remote Macs.

3.0.0

Fixes #33: Don't overwrite sudoers file by default, and use sudoers.d.

2.3.0

A few small tweaks to the README.

2.2.2

Fixes #42: Add configure_dotfiles variable so you can disable dotfile…

…s management.

2.2.1

Fixes #15, #42: Don't take over everyone's git commit karma by default.