Skip to content

Commit

Permalink
Updates to work with updated version of geerlingguy.homebrew role.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 30, 2014
1 parent 2e633c9 commit 1a8177a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,3 @@

- include: tasks/dotfiles.yml
- include: tasks/preferences.yml

- name: Get list of apps installed with cask.
command: brew cask list
register: homebrew_cask_list
changed_when: false

- name: Install apps via `brew cask`.
command: >
brew cask install {{ item }} --appdir={{ homebrew_cask_appdir }}
with_items: homebrew_cask_apps
when: "'{{ item }}' not in homebrew_cask_list.stdout"
1 change: 1 addition & 0 deletions tasks/dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
shell: ls -F ~/.bash_profile
register: is_link
failed_when: false
always_run: yes
changed_when: false

- name: Remove current .bash_profile file if necessary.
Expand Down

0 comments on commit 1a8177a

Please sign in to comment.