mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-10 06:14:12 +00:00
Issue #25 Follow-up: Fix path to config.yml.
This commit is contained in:
parent
ce597da670
commit
602ed0cda0
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
.DS_Store
|
||||
*.retry
|
||||
roles*
|
||||
config.yml
|
||||
|
|
2
main.yml
2
main.yml
|
@ -8,7 +8,7 @@
|
|||
pre_tasks:
|
||||
- include_vars: "{{ item }}"
|
||||
with_fileglob:
|
||||
- config.yml
|
||||
- ../config.yml
|
||||
|
||||
roles:
|
||||
- geerlingguy.homebrew
|
||||
|
|
Loading…
Reference in a new issue