ansible-osx-command-line-tools
ansible-osx-command-line-tools copied to clipboard
An Ansible role for installing OS X Command Line Tools
Apple is deprecating Python 2.7 in macOS 12.3. https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes I believe this means that no version of Python will be included with stock macOS going forward. Python 3 can be...
I'm a Github/Ansible newb so apologies if I'm doing something wrong here. When I run your CLT install playbook agains macOS 12 it forces a user dialogue to appear on...
I have been you your role for a while now and it seems to run into issues at this task, it will timeout and fail. 1. if I ssh into...
In one of my playbook's builds on Travis CI, I started getting build errors due to timeouts: ``` TASK [elliotweiser.osx-command-line-tools : Install Command Line Tools] ******** No output has been...
New Features ------------ Users can now define a timeout value for waiting for `softwareupdate` operations to complete. By default, the role will wait up to 5 minutes to check for...
* Add `Pipfile[.lock]` * Update `CONTRUBUTING.md` instructions * Drop the `test-requirements.txt` file (no longer needed)
As the comment notes, the `softwareupdate` tool can hang for a variety of reasons. It would be nice to have a better workaround for this, but in the meantime we...