Split out various vars-related things to avoid merging too early

Fixes #9498
This commit is contained in:
James Cammarata
2014-11-17 15:30:22 -06:00
parent c9ecc51a5e
commit 9a0f8f0158
7 changed files with 88 additions and 43 deletions

View File

@@ -1,3 +1,7 @@
- debug: var=extra_var
- debug: var=vars_var
- debug: var=vars_files_var
- debug: var=vars_files_var_role
- assert:
that:
- 'extra_var == "extra_var"'