- 28 Feb, 2014 2 commits
-
-
James Tanner committed
-
docker: update to docker-py 0.3.0, plus full port binding support etc. from #5639
jctanner committed
-
- 27 Feb, 2014 20 commits
-
-
Fixes #6205 Add install_repoquery parameter to the yum module
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Fixes #6209
James Cammarata committed -
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
Fixes #6192
James Cammarata committed -
First pass at ec2 module tests
Michael DeHaan committed -
Escape subversion parameters for running svn commands
Michael DeHaan committed -
unarchive: output dest in error-message
Michael DeHaan committed -
Richard Isaacson committed
-
muffl0n committed
-
Chris Church committed
-
Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly.
Chris Church committed
-
- 26 Feb, 2014 18 commits
-
-
column must always be less than len(probline)
Richard Isaacson committed -
Fixes related to GH-5773.
Richard C Isaacson committed -
James Laska committed
-
James Cammarata committed
-
https://github.com/willthames/ansible…
Merge branch 'ec2_boto_config_region' of https://github.com/willthames/ansible into willthames-ec2_boto_config_region
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
When looking for double colon len(line) must be longer then 1.
Richard Isaacson committed -
Adding the region to the output of the ec2 module's creation of a new in...
James Cammarata committed -
Addresses GH-5116. It comes up that when parsing json that if you are missing the last double quote on the last variable and the next line is just '}' we will get an out of range error. In this instance we will also then make sure that the line is long enough to have two colons.
Richard C Isaacson committed -
James Tanner committed
-
James Tanner committed
-
Fixes #4619
James Cammarata committed -
James Tanner committed
-
Fix incorrect use of .join on list causing a traceback
James Cammarata committed -
James Tanner committed
-
James Cammarata committed
-