- 03 Dec, 2013 1 commit
-
-
Using ``` assert 'changed' in result ``` doesn't actually check if something is changed, which is presumably the reason for the assertion. What is actually needed is ``` assert result.get('changed') ``` which checks that changed is set and not False. Tests still pass after this change
willthames committed
-
- 02 Dec, 2013 13 commits
-
-
Fix checking for existence of EC2 tags
jctanner committed -
authorized_key module: rewrite options to dict parser, fixes #5032
jctanner committed -
Fixed hostname module for RHEL6 Workstation
jctanner committed -
James Tanner committed
-
James Tanner committed
-
Implement ansible.module_utils.rax
jctanner committed -
Added `-y` flag to `query_package`
jctanner committed -
Exit 0 with no matched hosts
jctanner committed -
James Tanner committed
-
New library/cloud/ec2 module parameter (assign_public_ip) for non-default VPC instance launching.
James Tanner committed -
Fix "manual" ansible-playbook example in guide_vagrant.rst
Michael DeHaan committed -
The given example is trying to load an inventory file with the -i option, so it should probably be given the actual Vagrant-written inventory file name. I contemplated using 'vagrant_ansible_inventory_default' instead (which is what my Vagrant demo actually creates) but 'vagrant_ansible_inventory_machinename' is more consistent with the existing example in the docs.
Michael F. Booth committed -
Add PyPi version badge.
Michael DeHaan committed
-
- 01 Dec, 2013 2 commits
-
-
Fix for documentation playbook loops
Michael DeHaan committed -
mention that the mount module will remove mount directories
Michael DeHaan committed
-
- 30 Nov, 2013 1 commit
-
-
Matthias Blaser committed
-
- 29 Nov, 2013 1 commit
-
-
Fixes #5081
James Cammarata committed
-
- 28 Nov, 2013 6 commits
-
-
Correct the invocation of ‘_assemble_from_fragments’
Michael DeHaan committed -
Michael DeHaan committed
-
Code to limit display of version_added attributions in modules for modules that are too old to call out this information. This does not generically apply to new arguments added to existing modules, just the version_added attribute on the top level modules.
Michael DeHaan committed -
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago." This reverts commit ff0a41d4.
Michael DeHaan committed -
Michael DeHaan committed
-
Docs: Fix the module formatter code that is intended to remove the 'historical' variable from showing up in version_added information (RST)
Michael DeHaan committed
-
- 27 Nov, 2013 16 commits
-
-
Andrew Smith committed
-
Michael DeHaan committed
-
Avoid a traceback when using accelerate
jctanner committed -
fix heading name syntax in AWS guide
Michael DeHaan committed -
James Tanner committed
-
This bit of code is attempting to access accelerate_inventory_host, which may not have been set/created. This will cause a traceback. Instead use getattr with a fallback to False.
Jesse Keating committed -
Tim Gerla committed
-
James Tanner committed
-
Fixes #5064
James Cammarata committed -
Brandon Hilkert committed
-
James Cammarata committed
-
Fix AWS credential params for ec2_ami, ec2_elb, ec2_tag, ec2_vpc, route53, and s3 modules
jctanner committed -
if key is used with lookup parameter needs quotes as otherwise it will load "ssh-rsa" "<the key>" "<the comment>" as separate values and fail with "this module requires key=value arguments"
Patrick Craston committed -
fixed documentation typo about region purpose
Michael DeHaan committed -
if key is used with lookup parameter that needs to be in quotes as otherwise it will load "ssh-rsa" "<the key>" "<the comment>" as separate values and fail with "this module requires key=value arguments"
Patrick Craston committed -
Jim Rybarski committed
-