mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Adding an integration test for variable precedence
This commit is contained in:
parent
b78058022d
commit
272db903e5
15 changed files with 102 additions and 0 deletions
4
test/integration/vars/test_var_precedence.yml
Normal file
4
test/integration/vars/test_var_precedence.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
extra_var: "BAD!"
|
||||
role_var: "BAD!"
|
||||
vars_files_var: "vars_files_var"
|
Loading…
Add table
Add a link
Reference in a new issue