[meta] Remove unnecessary registration in playbook

pull/28/head
Alpha Chen 10 years ago
parent cf0d75bee8
commit b6ad6c6da3

@ -2,9 +2,7 @@
- name: ensure that Xcode is installed
command: command -v xcodebuild
- stat: path=/usr/local/bin/brew
register: brew
ignore_errors: True
- name: install homebrew
shell: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
when: brew.stat.exists == False
args:
creates: /usr/local/bin/brew

Loading…
Cancel
Save