Move vars.yml to vars/main.yml

This commit is contained in:
Oliver Davies 2016-02-26 12:38:19 +00:00
parent ef541e478f
commit 9cc7e0fb15
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
- hosts: all
vars_files:
- vars.yml
- vars/main.yml
roles:
- { role: geerlingguy.dotfiles, tags: ['dotfiles'] }

View file

@ -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