Merge pull request #68 from newtonne/fileglob-fix

Use absolute rather than relative path for config.yml
This commit is contained in:
Jeff Geerling 2018-09-10 15:25:41 -05:00 committed by GitHub
commit b1665ca415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
pre_tasks:
- include_vars: "{{ item }}"
with_fileglob:
- ../config.yml
- "{{ playbook_dir }}/config.yml"
tags: ['always']
roles: