Renamed config.yml to vars.yml

This commit is contained in:
Oliver Davies 2015-12-17 22:39:43 +00:00
parent 1d9cfc9b77
commit 7545f0a875
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
- hosts: all - hosts: all
vars_files: vars_files:
- config.yml - vars.yml
roles: roles:
- { role: geerlingguy.homebrew, tags: ['brew'] } - { role: geerlingguy.homebrew, tags: ['brew'] }