summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/var_templating (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix traceback in template action with ANSIBLE_DEBUG=1 (#79764)Martin Krizek2023-01-203-0/+13
| | | Fixes #79763
* Re-organize CI test groups for POSIX tests. (#77420)Matt Clay2022-08-041-1/+1
| | | | | | * `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.
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-211-0/+1
|
* Fix verbosity for var_templating test (#70943)Sloane Hertel2020-07-281-1/+2
| | | | | | | | | | | * 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 connection variables accessed directly before using (#70657)Sloane Hertel2020-07-163-0/+31
| | | * template variables accessed directly when using them instead of FieldAttributes
* Use templating in HostVarsVars __repr__ (#64282)Sloane Hertel2019-11-013-0/+68
| | | | | | | | * Fix HostVarsVars templating * Add some tests for HostVars and HostVarsVars templating * changelog
* Prevent vars premature templating (#56117)Brian Coca2019-05-234-0/+32
Avoid premature vars templating * added tests * avoid 'is template' warning in vars, since we want them for latter templating