You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/cli
Brian Coca 91319c5cfc
Avoid accessing delegated vars when you dont have a host (#75524)
* 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
3 years ago
..
test_syntax Avoid accessing delegated vars when you dont have a host (#75524) 3 years ago
aliases Fix `ansible -K` become_pass regression (#69629) 4 years ago
runme.sh Avoid accessing delegated vars when you dont have a host (#75524) 3 years ago
setup.yml Fix `ansible -K` become_pass regression (#69629) 4 years ago
test-cli.py Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost during encode/decode (#63351) 5 years ago
test_k_and_K.py Fix `ansible -K` become_pass regression (#69629) 4 years ago