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.
New Features
Users can now define a timeout value for waiting for
softwareupdate
operations to complete. By default, the role willwait up to 5 minutes to check for updates and 20 minutes to install
the Command Line Tools package. This is generous, but it provides
some wiggle room for slow/Wi-Fi internet connections. Users can
enforce a faster installation time by reducing those values.
This feature relates to #18 and will prevent the installation
from getting stuck for too long. This is not a true fix, but
will at least save time for certain users/use-cases.
Breaking Changes
The
force_install
variable was renamed toclt_force_install
.The README explains the reasoning behind the prefix.
Summary of Changes
ansible_distribution
is now anassert
ion.include_tasks
in handlers obscures names)softwareupdate
and poll for completion