diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2015-07-14 18:12:43 +0200 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2015-07-14 18:12:43 +0200 |
commit | f6c64a8c007b2d51e7da5b17643fd3d347c59da7 (patch) | |
tree | 04b76230d95b291f096c810436f8ef1d28b2e325 /test | |
parent | added empty include test (diff) | |
download | ansible-f6c64a8c007b2d51e7da5b17643fd3d347c59da7.tar.xz ansible-f6c64a8c007b2d51e7da5b17643fd3d347c59da7.zip |
fixed var file loading
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/test_var_precedence.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test_var_precedence.yml b/test/integration/test_var_precedence.yml index 8bddfff447..ae4b4cfea1 100644 --- a/test/integration/test_var_precedence.yml +++ b/test/integration/test_var_precedence.yml @@ -36,7 +36,7 @@ - hosts: inven_overridehosts vars_files: - - "{{ var_dir }}/test_var_precedence.yml" + - "test_var_precedence.yml" roles: - role: test_var_precedence_inven_override foo: bar |