mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update version_added field for docker_api_version param
This commit is contained in:
parent
4f7844b70b
commit
8c7b449ccc
1 changed files with 2 additions and 2 deletions
|
@ -109,11 +109,11 @@ options:
|
||||||
aliases: []
|
aliases: []
|
||||||
docker_api_version:
|
docker_api_version:
|
||||||
description:
|
description:
|
||||||
- Remote API version to use
|
- Remote API version to use. This defaults to the current default as specified by docker-py.
|
||||||
required: false
|
required: false
|
||||||
default: docker-py default remote API version
|
default: docker-py default remote API version
|
||||||
aliases: []
|
aliases: []
|
||||||
version_added: "1.7"
|
version_added: "1.8"
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
- Set remote API username
|
- Set remote API username
|
||||||
|
|
Loading…
Reference in a new issue