diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2014-02-20 19:11:15 -0500 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2014-02-20 19:11:15 -0500 |
commit | 2177b773c8d460f67582aa7fab1af08647816a79 (patch) | |
tree | 6b7e732bc471d6efe8689c142929d4ba1043e6a4 /test/integration/vars_file.yml | |
parent | de600f004018ec9ce81971a0d6fd55decacbb3f5 (diff) | |
download | ansible-2177b773c8d460f67582aa7fab1af08647816a79.tar.gz |
Rename tests to test, use old directory name.
Diffstat (limited to 'test/integration/vars_file.yml')
-rw-r--r-- | test/integration/vars_file.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/vars_file.yml b/test/integration/vars_file.yml new file mode 100644 index 0000000000..bd162327d2 --- /dev/null +++ b/test/integration/vars_file.yml @@ -0,0 +1,5 @@ +# this file is here to support testing vars_files in the blending tests only. +# in general define test data in the individual role: +# roles/role_name/vars/main.yml + +vars_file_var: 321 |