summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_first_found (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix task-adjacent search path in roles (#83621)Sloane Hertel2024-08-064-0/+12
| | | | | * Restore search path in the current task file’s directory for roles
* first_found lookup; minor fixes (#82836)Brian Coca2024-03-221-0/+5
| | | | Always process options no matter the combination return a full normalized path (symlinks still not followed, should be specific option in future)
* first_found lookup, let lookup handle templating errors (#81178)Brian Coca2023-07-113-0/+47
| | | | | | | | * first_found lookup, let lookup handle templating errors Avoids case in which TE was not sending valid and templatable entries to the lookup The lookup already handles the case TE was attempting to itself, so no need for this code anymore. Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
* first_found fix no terms option (#76550)Brian Coca2023-05-081-0/+8
| | | | | also fix bug with multiple items clobbering previous settings Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
* 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.
* first_found: allow spaces in names (#77141)Martin Krizek2022-03-022-0/+11
| | | | | * first_found: allow spaces in names Fixes #77136
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-211-2/+0
|
* All lookups ported to config system (#74108)Brian Coca2021-04-131-4/+17
| | | | | | | | | | | | | | | | * all lookups to support config system - added get_options to get full dict with all opts - fixed tests to match new error messages - kept inline string k=v parsing methods for backwards compat - placeholder depredation for inline string k=v parsing - updated tests and examples to also show new way - refactored and added comments to most custom k=v parsing - added missing docs for template_vars to template - normalized error messages and exception types - fixed constants default - better details value errors Co-authored-by: Felix Fontein <felix@fontein.de>
* Skip lookup tests on Python 2.6.Matt Clay2020-03-021-0/+1
| | | | Lookups are only executed on the controller and Python 2.6 is no longer supported on the controller.
* Split up more lookup integration tests. (#67328)Matt Clay2020-02-124-0/+77