- 27 Feb, 2014 10 commits
-
-
Michael DeHaan committed
-
Fixes #6209
James Cammarata 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 30 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
-
James Cammarata committed
-
James Tanner committed
-
removing some unusued files. Paramiko alt was an experiment to attempt pipeline for paramiko, ssh_old is the non-pipelining-supported earlier version of the OpenSSH transport, which is configurable now and unified.
Michael DeHaan committed -
James Tanner committed
-
https://github.com/scottanderson42/ansible
Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params Conflicts: lib/ansible/module_utils/ec2.py library/cloud/ec2
James Cammarata committed -
This reverts commit 6f1a58ab.
James Cammarata committed -
James Cammarata committed
-
James Tanner committed
-
James Tanner committed
-
Properly match existing security group
Michael DeHaan committed -
mysql_db: Emphasize target is on remote host. List supported file types.
Michael DeHaan committed -
If we don't care about `vpc_id` then neither should the code.
Patryk Zawadzki committed
-