Issue #25 Follow-up: Fix path to config.yml.

This commit is contained in:
Jeff Geerling 2016-12-01 14:37:52 -06:00
parent ce597da670
commit 602ed0cda0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
.DS_Store
*.retry
roles*
config.yml

View file

@ -8,7 +8,7 @@
pre_tasks:
- include_vars: "{{ item }}"
with_fileglob:
- config.yml
- ../config.yml
roles:
- geerlingguy.homebrew