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/lib/ansible/cli
Toshio Kuratomi b98ad3a12b Compare byte strings to byte strings
* Fix a traceback in ansible-pull on python3 comparing output from
  subprocess with a text string.
* Rename variables that hold byte strings so we are clear that those are
  not text strings.
* Use to_text() to transform variable that's being displayed as it's
  less fragile than str().

Fixes #36962
6 years ago
..
__init__.py add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067) 7 years ago
adhoc.py Fix Python 3.7 syntax error. 7 years ago
config.py deal with no config for view 6 years ago
console.py Fix ansible-console always asking for vault passwords 6 years ago
doc.py Module deprecation: docs, scheme and tests (#34100) 7 years ago
galaxy.py Ansible Galaxy: skel for network role #37241 (#37251) 6 years ago
inventory.py Inv export (#36188) 6 years ago
playbook.py dont warn on not matching 'all' (#32806) 7 years ago
pull.py Compare byte strings to byte strings 6 years ago
vault.py add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067) 7 years ago