Test that we can override variables set in inventory when the vars_file name is templated

Fixes #8903
This commit is contained in:
Toshio Kuratomi
2014-09-09 15:41:58 -07:00
parent 8dec4e3aac
commit a9b5b1bf55
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- debug: var=foo
- assert:
that:
- 'foo == "bar"'