mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Test that we can override variables set in inventory when the vars_file name is templated
Fixes #8903
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- debug: var=foo
|
||||
- assert:
|
||||
that:
|
||||
- 'foo == "bar"'
|
||||
Reference in New Issue
Block a user