| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Fixes #79763
|
|
|
|
|
|
| |
* `context/target` tests must be in groups 1 - 2.
* `context/controller` tests must be in groups 3 - 5.
This makes it easier to efficiently organize groups and balance test runtimes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix verbosity for var_templating test
Display the subtests
* fix specificity and set ANSIBLE_BECOME_ALLOW_SAME_USER
Co-authored-by: Matt Martz <matt@sivel.net>
Co-authored-by: Matt Martz <matt@sivel.net>
|
|
|
| |
* template variables accessed directly when using them instead of FieldAttributes
|
|
|
|
|
|
|
|
| |
* Fix HostVarsVars templating
* Add some tests for HostVars and HostVarsVars templating
* changelog
|
|
Avoid premature vars templating
* added tests
* avoid 'is template' warning in vars, since we want them for latter templating
|