Move vars.yml to vars/main.yml
This commit is contained in:
parent
ef541e478f
commit
9cc7e0fb15
|
@ -2,7 +2,7 @@
|
|||
- hosts: all
|
||||
|
||||
vars_files:
|
||||
- vars.yml
|
||||
- vars/main.yml
|
||||
|
||||
roles:
|
||||
- { role: geerlingguy.dotfiles, tags: ['dotfiles'] }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
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:
|
||||
- .composer/composer.json
|
||||
- .composer/composer.lock
|
||||
|
@ -68,6 +68,7 @@ homebrew_cask_apps:
|
|||
- the-unarchiver
|
||||
- tunnelblick
|
||||
- vagrant
|
||||
- vagrant-manager
|
||||
- virtualbox
|
||||
- vlc
|
||||
|
Loading…
Reference in a new issue