Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Fixes #45: Agree to Apple Xcode license agreements in Homebrew setup. #46

Closed
wants to merge 3 commits into from

Commits on Dec 12, 2016

  1. Configuration menu
    Copy the full SHA
    5844b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43a7dd7 View commit details
    Browse the repository at this point in the history
  3. Fixes #47: do not install any arbitrary components by default:

    instead, document how this is achieved, link to official documentation
    
    NOTE: I would like to have Ansible print explicitly that it skips over
    package / tap / cask setup tasks if the corresponding list is empty
    instead of just printing the task and then moving on; this seems more in
    line with the other tasks. However, a when statement is not evaluated if
    a list iterated over using with_items is empty;
    see also http://stackoverflow.com/a/35471907
    possibly related: ansible/ansible#1408
    z00m1n committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    cd5c52b View commit details
    Browse the repository at this point in the history