community.general/lib/ansible/cli
Matt Clay c46a09dcf4 Fix UnicodeEncodeError for ansible --version. (#50997)
The error occurs on Python 2.x when running the following commands:

```
mkdir /tmp/Δ.cfg
ANSIBLE_CONFIG=/tmp/Δ.cfg ansible --version | tee
```
2019-01-16 16:22:07 -05:00
..
arguments Fix UnicodeEncodeError for ansible --version. (#50997) 2019-01-16 16:22:07 -05:00
__init__.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
adhoc.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
config.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
console.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
doc.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
galaxy.py Consistent typesetting of "GitHub" (#50929) 2019-01-15 14:53:04 +01:00
inventory.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
playbook.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
pull.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
vault.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00