mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Adding an integration test for variable precedence
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user