mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-23 12:23:02 +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
|
.DS_Store
|
||||||
*.retry
|
*.retry
|
||||||
roles*
|
roles*
|
||||||
|
config.yml
|
||||||
|
|
2
main.yml
2
main.yml
|
@ -8,7 +8,7 @@
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- include_vars: "{{ item }}"
|
- include_vars: "{{ item }}"
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- config.yml
|
- ../config.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- geerlingguy.homebrew
|
- geerlingguy.homebrew
|
||||||
|
|
Loading…
Reference in a new issue