No description
Find a file
Will Thames 7f11c3d7cc Improved handling of already terminated instances
It is possible to create an instance, terminate the instance and then
attempt to recreate the instance with the same parameters. In this case
`ec2.run_instances` returns a reservation list containing the instance ids
but the logic gets stuck waiting for the instance to exist in the call to
`ec2.get_all_instances`, even if wait is no).
2014-08-04 11:58:57 +10:00
cloud Improved handling of already terminated instances 2014-08-04 11:58:57 +10:00
commands Move splitter to module_utils so modules can use it and fix command arg splitting 2014-07-29 14:55:16 -05:00
database Adding the following Test Coverage: 2014-07-29 11:49:53 -04:00
files "allow_no_value=True" for ini_file module so /etc/my.cnf can be read without a problem 2014-08-01 16:04:35 -04:00
internal
inventory
messaging
monitoring Pagerduty corrected misleading blog post, so no problems with them being in core now. Thank you guys! 2014-07-24 15:21:53 -04:00
net_infrastructure Fix for issue #8152: Missing auth headers and a faulty JSON decode 2014-07-17 23:04:51 +01:00
network
notification Merge pull request #7710 from brad/zounds 2014-07-24 09:35:27 -04:00
packaging Merge pull request #7949 from hacosta/apt_key 2014-07-28 11:30:27 -04:00
source_control Documentation simplification for git module parameter 2014-07-11 08:44:29 -04:00
system Merge pull request #8283 from ps-jay/sys_mount_fstype_doc 2014-07-30 08:28:59 -04:00
utilities Break out of loop for sockets in wait_for when there's no data to read 2014-07-14 14:14:13 -05:00
web_infrastructure
windows