community.general/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
2018-03-20 12:04:05 -07:00
..
__init__.py add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067) 2018-01-22 17:12:10 -05:00
adhoc.py Fix Python 3.7 syntax error. 2018-01-09 17:34:26 -08:00
config.py deal with no config for view 2018-02-14 15:53:40 -05:00
console.py Fix ansible-console always asking for vault passwords 2018-02-15 15:40:51 -05:00
doc.py Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
galaxy.py Ansible Galaxy: skel for network role #37241 (#37251) 2018-03-09 13:31:27 -05:00
inventory.py Inv export (#36188) 2018-02-14 15:45:15 -05:00
playbook.py dont warn on not matching 'all' (#32806) 2017-12-15 15:43:51 -05:00
pull.py Compare byte strings to byte strings 2018-03-20 12:04:05 -07:00
vault.py add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067) 2018-01-22 17:12:10 -05:00