- 18 Oct, 2013 7 commits
-
-
now correctly changes script permission in all cases
Michael DeHaan committed -
James Tanner committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
fix change_when example for False
Michael DeHaan committed -
Adam Miller committed
-
James Tanner committed
-
Adding aws_access_key and aws_secret_key aliases to ec2_group arguments
jctanner committed
-
- 17 Oct, 2013 20 commits
-
-
add_group module: strip trailing/leading whitespace from comma-separated group names
Michael DeHaan committed -
Tim Gerla committed
-
James Tanner committed
-
Brian Schott committed
-
git: Always return the before/after revisions, even in check mode.
jctanner committed -
Improve change detection in mysql_variables
Michael DeHaan committed -
James Tanner committed
-
mysql_variables bindly executes a SET var = value query even when the variable already has the requested value. With this patch the query is executed only if the current value is different to the requested one.
Maykel Moya committed -
Various standardization to the proposed gce_storage module to bring things in line with updates to the S3 module. Some typo fixes. Further testing required.
Michael DeHaan committed -
support for google cloud storage module
Michael DeHaan committed -
adding Google Compute Engine modules and inventory plugin
Michael DeHaan committed -
Fix typo
Michael DeHaan committed -
Greg Karékinian committed
-
Do key validation only when key is provided
Michael DeHaan committed -
key_id is optional, the previous code didn't handle the case of key_id not specified
Maykel Moya committed -
Make errors which get thrown during template rendering more user-friendly
jctanner committed -
Remove keys regardless of the options
jctanner committed -
ignore src when file module state=absent
jctanner committed -
Properly handle DEFAULT section with ConfigParser in ini_file modules
jctanner committed -
James Tanner committed
-
- 16 Oct, 2013 13 commits
-
-
Fix 'ansible-doc -l' runtime error following commit 4430d0f5
Michael DeHaan committed -
skip "module" not found as plugin, id est directory
Stoned Elipot committed -
when searching for a plugin only look for a regular file
Michael DeHaan committed -
apt_key: Validate key_id and accept a leading '0x'
Michael DeHaan committed -
Stoned Elipot committed
-
s3: better check for walrus
Michael DeHaan committed -
Maykel Moya committed
-
Check for Walrus endpoint by looking to see if the endpoint is not AWS. This fixes a bug where the user specifies an AWS endpoint via S3_URL, but the code interprets it as Walrus and then fails.
Lorin Hochstein committed -
Tomaz Muraus committed
-
James Tanner committed
-
James Tanner committed
-
Ensure non-root users can read arguments file when using sudo_user and non-standard modules
Michael DeHaan committed -
Yap Sok Ann committed
-