summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/cmd_functions.py
Commit message (Collapse)AuthorAgeFilesLines
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+2
| | | | | | | | * Update module_utils.six to latest We've been held back on the version of six we could use on the module side to 1.4.x because of python-2.4 compatibility. Now that our minimum is Python-2.6, we can update to the latest version of six in module_utils and get rid of the second copy in lib/ansible/compat.
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-1/+1
| | | | | | | * PEP 8 E703 cleanup. * PEP 8 E701 cleanup. * PEP 8 E711 cleanup. * PEP 8 W191 and E101 cleanup.
* Fix ansible-pull on python3Toshio Kuratomi2016-10-171-3/+11
| | | | On python3, we can't write bytes directly to sys.stdout.
* Fixes to the controller text model (#17527)Toshio Kuratomi2016-09-121-4/+15
| | | | | | | | | | | | * Fixes to the controller text model * Change command line args to text type * Make display replace undecodable bytes with replacement chars. This is only a problem on pyhton3 where surrogates can enter into the msg but sys.stdout doesn't know how to handle them. * Remove a deprecated playbook syntax in unicode.yml * Fix up run_cmd to change its parameters to byte string at appropriate times.
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-1/+3
|
* avoid relative shlex importBrian Coca2015-10-191-0/+1
| | | | fixes #12777
* fixed ansible pull, reorged validate function for cli to be function ↵Brian Coca2015-06-091-0/+59
| | | | | | specific like parser added missing cmd_functions with run_cmd, mostly for ansible pull
* Making the switch to v2James Cammarata2015-05-031-59/+0
|
* Fixes #3973 Second Revision of live ansible-pull outputJames Tanner2014-01-101-0/+59