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/units/parsing
Adrian Likins c771ab34c7 Add a encode() to AnsibleVaultEncryptedUnicode (#19840)
* Add a encode() to AnsibleVaultEncryptedUnicode

Without it, calling encode() on it results in a bytestring
of the encrypted !vault-encrypted string.

ssh connection plugin triggers this if ansible_password
is from a var using !vault-encrypted. That path ends up
calling .encode() instead of using the __str__.

Fixes #19795

* Fix str.encode() errors on py2.6

py2.6 str.encode() does not take keyword arguments.
8 years ago
..
utils Fix unit test dirs to match code under test. 8 years ago
vault Add empty-init code-smell script. (#18406) 8 years ago
yaml Add a encode() to AnsibleVaultEncryptedUnicode (#19840) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_dataloader.py Fix unit test dirs to match code under test. 8 years ago
test_mod_args.py Revert "Track local_action internally to prevent it from being overridden" 9 years ago
test_splitter.py New unit tests for #13630 fix 8 years ago
test_unquote.py Break apart a looped dependency to show a warning when parsing playbooks 9 years ago