Remove superfluous timeout argument. (#737)

This commit is contained in:
Felix Fontein
2024-01-02 14:05:27 +01:00
committed by GitHub
parent ce7402dc9f
commit 2caa77c032
2 changed files with 0 additions and 9 deletions
-7
View File
@@ -331,13 +331,6 @@ options:
type: str
default: auto
aliases: [ docker_api_version ]
timeout:
description:
- The maximum amount of time in seconds to wait on a response from the API.
- If the value is not specified in the task, the value of environment variable E(DOCKER_TIMEOUT) will be used
instead. If the environment variable is not set, the default value will be used.
type: int
default: 60
ca_cert:
description:
- Use a CA certificate when performing server verification by providing the path to a CA certificate file.