Move vars.yml to vars/main.yml
This commit is contained in:
parent
ef541e478f
commit
9cc7e0fb15
|
@ -2,7 +2,7 @@
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars.yml
|
- vars/main.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: geerlingguy.dotfiles, tags: ['dotfiles'] }
|
- { role: geerlingguy.dotfiles, tags: ['dotfiles'] }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
dotfiles_repo: "https://github.com/opdavies/dotfiles.git"
|
dotfiles_repo: "https://github.com/opdavies/dotfiles.git"
|
||||||
dotfiles_repo_local_destination: "~/Code/Personal/dotfiles"
|
dotfiles_repo_local_destination: "~/Code/Personal/github/dotfiles"
|
||||||
dotfiles_files:
|
dotfiles_files:
|
||||||
- .composer/composer.json
|
- .composer/composer.json
|
||||||
- .composer/composer.lock
|
- .composer/composer.lock
|
||||||
|
@ -68,6 +68,7 @@ homebrew_cask_apps:
|
||||||
- the-unarchiver
|
- the-unarchiver
|
||||||
- tunnelblick
|
- tunnelblick
|
||||||
- vagrant
|
- vagrant
|
||||||
|
- vagrant-manager
|
||||||
- virtualbox
|
- virtualbox
|
||||||
- vlc
|
- vlc
|
||||||
|
|
Loading…
Reference in a new issue