An Ansible role that installs OS X Command Line Tools.
None (except running on Mac OS X).
force_install
: Install the Command Line Tools, even if they are already installed (Default: no
).
None.
A simple playbook example:
- hosts: servers
roles:
- { role: elliotweiser.osx-command-line-tools }
Please read the contributing guidelines.