You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- name: install homebrew-bundle
|
|
command: brew tap Homebrew/bundle
|
|
|
|
# Not sure if this is needed anymore - was used for installing casks
|
|
- name: authenticate sudo
|
|
ping:
|
|
become: yes
|
|
|
|
- name: homebrew-bundle install
|
|
command: brew bundle
|
|
args:
|
|
chdir: ~/.dotfiles
|