Skip to content

Commit

Permalink
Issue geerlingguy#25 Follow-up: Fix path to config.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 1, 2016
1 parent ce597da commit 602ed0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.DS_Store
*.retry
roles*
config.yml
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
pre_tasks:
- include_vars: "{{ item }}"
with_fileglob:
- config.yml
- ../config.yml

roles:
- geerlingguy.homebrew
Expand Down

0 comments on commit 602ed0c

Please sign in to comment.