mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Merge pull request #68 from newtonne/fileglob-fix
Use absolute rather than relative path for config.yml
This commit is contained in:
commit
b1665ca415
1 changed files with 1 additions and 1 deletions
2
main.yml
2
main.yml
|
@ -8,7 +8,7 @@
|
|||
pre_tasks:
|
||||
- include_vars: "{{ item }}"
|
||||
with_fileglob:
|
||||
- ../config.yml
|
||||
- "{{ playbook_dir }}/config.yml"
|
||||
tags: ['always']
|
||||
|
||||
roles:
|
||||
|
|
Loading…
Reference in a new issue