community.general/lib/ansible/modules/cloud
Ryan Brown e45e25c257 Fix `cloudformation` error when stack-rollback fails (#5550)
In cases where a CFN stack could not complete (due to lack of
permissions or similar) but also failed to roll back, the gathering of
stack resources would fail because successfully deleted items in the
rollback would no longer have a `PhysicalResourceId` property.

This PR fixes that by soft-failing when there's no physical ID
associated to a resource.
2016-12-08 11:25:27 -05:00
..
amazon Fix `cloudformation` error when stack-rollback fails (#5550) 2016-12-08 11:25:27 -05:00
azure replace type() with isinstance() (#5541) 2016-12-08 11:25:27 -05:00
digital_ocean Emit an error message if six is not installed. 2016-12-08 11:25:19 -05:00
docker replace type() with isinstance() (#5541) 2016-12-08 11:25:27 -05:00
google Support for named_ports in Managed Instance Groups. A libcloud guard has been implemented, as this feature will only be available in libcloud >= 1.3, or by using trunk. (#5167) 2016-12-08 11:25:26 -05:00
linode Do not leak api_key or root password in log (#5201) 2016-12-08 11:25:20 -05:00
openstack replace type() with isinstance() (#5541) 2016-12-08 11:25:27 -05:00
rackspace Fixed incorrect usage of user_data variable (#5194) 2016-12-08 11:25:19 -05:00
vmware Addition of InstanceUUID to facts (#4424) 2016-12-08 11:25:27 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00