elliotweiser / ansible-osx-command-line-tools

An Ansible role for installing OS X Command Line Tools
https://galaxy.ansible.com/elliotweiser/osx-command-line-tools/
MIT License
96 stars 42 forks source link

Add a variable to timeout for softwareupdate calls #72

Closed nre-ableton closed 1 year ago

nre-ableton commented 1 year ago

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 can at least fail these tasks and not cause the entire play to hang indefinitely.

nre-ableton commented 1 year ago

Related to https://github.com/elliotweiser/ansible-osx-command-line-tools/issues/61 and https://github.com/elliotweiser/ansible-osx-command-line-tools/issues/64

nre-ableton commented 1 year ago

Ping @elliotweiser -- are you still maintaining this role?