summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/run_modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use diff intermediate var to preserve functionality (#83738)Brian Coca2024-08-082-0/+28
| | | | add tests
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-2/+1
|
* 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
|
* More boilerplate fixes. (#70224)Matt Clay2020-06-231-0/+3
| | | | | | | * Fix boilerplate in hacking dir. * Fix boilerplate in docs dir. * Fix boilerplate in integration tests. * Fix boilerplate in examples.
* fix missing attribs with dirct module execution (#53875)Brian Coca2019-04-044-0/+15
* fix missing attribs with dirct module execution * also make remote tmp handling smarter update tests * set default if attrib does not exist * add simple test