mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Fixes parameters to fail_json (#40756)
The number of parameters was incorrect. This patch fixes it.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user