mirror of https://github.com/ansible/ansible.git
Test that we can override variables set in inventory when the vars_file name is templated
Fixes #8903pull/8951/head
parent
8dec4e3aac
commit
a9b5b1bf55
@ -0,0 +1,5 @@
|
||||
---
|
||||
- debug: var=foo
|
||||
- assert:
|
||||
that:
|
||||
- 'foo == "bar"'
|
Loading…
Reference in New Issue