Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid accessing delegated vars when you dont have a host (#75524) | Brian Coca | 2021-08-19 | 1 | -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 Martz | 2019-10-11 | 1 | -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 |