Skip to content

Commit 602ed0c

Browse files
committed
Issue geerlingguy#25 Follow-up: Fix path to config.yml.
1 parent ce597da commit 602ed0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.DS_Store
33
*.retry
44
roles*
5+
config.yml

main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
pre_tasks:
99
- include_vars: "{{ item }}"
1010
with_fileglob:
11-
- config.yml
11+
- ../config.yml
1212

1313
roles:
1414
- geerlingguy.homebrew

0 commit comments

Comments
 (0)