summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/cli (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-052-6/+2
|
* 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
|
* Avoid accessing delegated vars when you dont have a host (#75524)Brian Coca2021-08-195-0/+17
| | | | | | | | | | | | | | | | * avoid getting delegated vars w/o inventory host fixes #75512 In the case of imports, we don't have a host, so getting host vars for the delegated host makes no sense and should be avoided. * also avoid error on vars_files with per host vars * test * testing given case * oops
* Fix `ansible -K` become_pass regression (#69629)Rick Elrod2020-05-223-1/+69
| | | | | | | | | | | | | | * Fix `ansible -K` become_pass regression Change: - This fixes a breaking change introduced in 2165f9ac40cf212891b11a75bd9b9b2f4f0b8dc3 Test Plan: - Local VM for now, with plans to add an integration test for -K going forward. Tickets: Refs #69244
* Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost ↵Matt Martz2019-10-114-0/+34
during encode/decode (#63351) * Wrap .encode and .decode on AnsibleUnsafe objects * runme.sh needs to be executable * ci_complete * Update changelog with CVE