Skip to content

Instantly share code, notes, and snippets.

@hkim823
Created October 20, 2016 18:41
Show Gist options
  • Save hkim823/0f11e2132bf943e6cd7ae6d2069ce119 to your computer and use it in GitHub Desktop.
Save hkim823/0f11e2132bf943e6cd7ae6d2069ce119 to your computer and use it in GitHub Desktop.
- name: Install Homebrew applications
homebrew:
name: "{{ homebrew_apps }}"
- name: Tap Homebrew casks
homebrew_tap:
name: "{{ homebrew_taps }}"
- name: Install Homebrew cask applications
homebrew_cask:
name: "{{ homebrew_cask_apps }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment