summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure ssh hostkey checks respect server port (#20840)2.2-testWill Thames2017-02-153-77/+139
* Fix hash filter for non-ascii strings and Python3Toshio Kuratomi2017-02-152-2/+7
* Fix @contextmanager leak on exception. (#21031)Matt Clay2017-02-154-13/+25
* Also clean template data even if marked unsafeJames Cammarata2017-02-101-1/+2
* removed warn, which is added in 2.3Brian Coca2017-02-101-1/+0
* use regex vs list to weed out password fieldsBrian Coca2017-02-091-2/+6
* bump submodule refsMatt Davis2017-02-092-0/+0
* add url_password to 'cleanse' listBrian Coca2017-02-091-1/+1
* removing unwanted variables and using to_native instead of str()jerry2017-02-081-2/+2
* Adding self.log() on IOErrors and OSErrrosjeronimog2017-02-081-0/+2
* Use older setuptools for sanity tests.Matt Clay2017-02-061-1/+1
* Make sure that we're comparing text all the way through.Toshio Kuratomi2017-02-061-8/+8
* [cloud] `unicode` is absent on Python 3, use text_type (#20861)Eugene Krokhalev2017-02-031-3/+3
* Split on newlines when checking for prompt matches (#20945)Toshio Kuratomi2017-02-021-1/+1
* Do not substitute ssh_exeuctable until we need toToshio Kuratomi2017-02-021-7/+7
* Fix import of urlparse on python3Toshio Kuratomi2017-01-301-3/+3
* Fix `setup` on Solaris 8 and 9 (#20780)Peter Oliver2017-01-271-15/+16
* only ignore become for making tmpdirBrian Coca2017-01-261-2/+5
* fix improper setting become user for tmpdirBrian Coca2017-01-261-5/+0
* fix powershell mkdtempBrian Coca2017-01-251-2/+2
* make sure tmpdir resolvs user dirs (#20486)Brian Coca2017-01-252-3/+12
* Add jinja2 groupby filter override to cast namedtuple to tuple. Fixes #20098 ...Matt Martz2017-01-191-1/+25
* Disable pull of updated Shippable docker image.Matt Clay2017-01-191-0/+3
* Update test to use keyserver.ubuntu.com.Matt Clay2017-01-191-1/+1
* Use jinja2 import instead of pip to get version.Matt Clay2017-01-191-1/+1
* Only test map on jinja2 >= 2.7Matt Clay2017-01-191-0/+3
* Fix linenos being wrong in inventory errorsToshio Kuratomi2017-01-191-7/+16
* Add representer to AnsibleDumper for AnsibleUnsafeTextJames Cammarata2017-01-191-0/+6
* Fixing iterator bug related to reworking of end-of-role detectionJames Cammarata2017-01-192-8/+69
* Reworking the way end of role detection is doneJames Cammarata2017-01-194-99/+56
* Remove restriction on maximum jinja2 version as we're hoping the next release...Toshio Kuratomi2017-01-161-1/+1
* Fix for bug in Conditional for older jinja2 versionsJames Cammarata2017-01-161-1/+2
* Update submodule refsToshio Kuratomi2017-01-161-0/+0
* New release v2.2.1.0-1v2.2.1.0-1James Cammarata2017-01-166-3/+15
* Forgot to add the release date to the CHANGELOGJames Cammarata2017-01-161-1/+1
* Updating CHANGELOGJames Cammarata2017-01-161-0/+7
* New release v2.2.1.0-0.5.rc5v2.2.1.0-0.5.rc5James Cammarata2017-01-133-1/+1
* Additional security fixes for CVE-2016-9587James Cammarata2017-01-132-10/+59
* fix issue when proc read returns NoneBrian Coca2017-01-131-1/+1
* Correct freebsd startup test for CI.Matt Clay2017-01-131-2/+4
* Test with jinja2 < 2.9.Matt Clay2017-01-121-0/+3
* deal with remote_src and tmp dirs properlyBrian Coca2017-01-122-7/+6
* ansible doc does not need plugin deprecation errorBrian Coca2017-01-122-4/+4
* Add jinja2 version constraint.Toshio Kuratomi2017-01-121-1/+1
* New release v2.2.1.0-0.4.rc4v2.2.1.0-0.4.rc4James Cammarata2017-01-113-1/+1
* Partial revert of 76f7ce55James Cammarata2017-01-111-1/+1
* Additional fixes for security related to CVE-2016-9587James Cammarata2017-01-112-19/+19
* Fixing another corner case for security related to CVE-2016-9587Computest2017-01-112-5/+9
* Fix a test failure on Python 3.6 (#20030)Marius Gedminas2017-01-101-0/+1
* Fix group_by test to work with jinja2 >= 2.9.Matt Clay2017-01-091-2/+2