summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/cli/runme.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid accessing delegated vars when you dont have a host (#75524)Brian Coca2021-08-191-0/+2
| | | | | | | | | | | | | | | | * 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
* Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost ↵Matt Martz2019-10-111-0/+7
during encode/decode (#63351) * Wrap .encode and .decode on AnsibleUnsafe objects * runme.sh needs to be executable * ci_complete * Update changelog with CVE