The number of parameters was incorrect. This patch fixes it.
(cherry picked from commit 547a1ed67d
)
This commit is contained in:
parent
882f249f1d
commit
a018a1e6d4
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ except ImportError:
|
|||
def hard_timeout(module, want, start):
|
||||
elapsed = datetime.datetime.utcnow() - start
|
||||
module.fail_json(
|
||||
want.msg or "Timeout when waiting for BIG-IP", elapsed=elapsed.seconds
|
||||
msg=want.msg or "Timeout when waiting for BIG-IP", elapsed=elapsed.seconds
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue