File tree Expand file tree Collapse file tree
roles/jamescarr.dotfiles/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11vendor
2+ main.retry
Original file line number Diff line number Diff line change 11[defaults]
2- roles_path = vendor
2+ roles_path = roles: vendor
Original file line number Diff line number Diff line change 66
77 roles :
88 - geerlingguy.homebrew
9+ - jamescarr.dotfiles
910
1011 tasks :
1112 - name : Say All Done!
Original file line number Diff line number Diff line change 1+ ---
2+ - name : Install ZSH
3+ homebrew :
4+ name : zsh
5+ state : latest
6+
7+ - name : Change current user shell
8+ user :
9+ name : " {{ ansible_ssh_user }}"
10+ shell : /bin/zsh
11+ become : yes
12+
13+ - name : Fetch oh-my-zsh
14+ get_url :
15+ url : https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
16+ dest : /tmp/install-oh-my-zsh.sh
17+ mode : 0755
18+
19+ - name : Install oh-my-zsh
20+ command : zsh /tmp/install-oh-my-zsh.sh
21+
22+
Original file line number Diff line number Diff line change 11homebrew_taps :
22 - caskroom/cask
3+
34homebrew_installed_packages :
45 - tmux
56 - macvim
7+
68homebrew_cask_apps :
79 - spotify
810 - iterm2
11+
You can’t perform that action at this time.
0 commit comments