- Number of seconds to wait for an instance to change state. If 0 then this module may return an error if a transient error occurs. If non-zero then any transient errors are ignored until the timeout is reached. Ignored when wait=no.
required: false
default: 0
version_added: "1.5"
"""
...
...
@@ -133,7 +139,7 @@ class ElbManager:
self.lbs=self._get_instance_lbs(ec2_elbs)
self.changed=False
defderegister(self,wait):
defderegister(self,wait,timeout):
"""De-register the instance from all ELBs and wait for the ELB