mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
'alternatives' is now required.
This commit is contained in:
parent
1713995bfc
commit
7fe2f57951
@ -402,4 +402,5 @@ options:
|
|||||||
deprecated:
|
deprecated:
|
||||||
why: This was necessary a long time ago to handle problems with older TLS/SSL versions. It is no longer necessary nowadays.
|
why: This was necessary a long time ago to handle problems with older TLS/SSL versions. It is no longer necessary nowadays.
|
||||||
version: 4.0.0
|
version: 4.0.0
|
||||||
|
alternatives: None.
|
||||||
'''
|
'''
|
||||||
|
|||||||
@ -81,6 +81,7 @@ DOCUMENTATION = '''
|
|||||||
deprecated:
|
deprecated:
|
||||||
why: This was necessary a long time ago to handle problems with SSL versions. It is no longer necessary nowadays.
|
why: This was necessary a long time ago to handle problems with SSL versions. It is no longer necessary nowadays.
|
||||||
version: 4.0.0
|
version: 4.0.0
|
||||||
|
alternatives: None.
|
||||||
api_version:
|
api_version:
|
||||||
description:
|
description:
|
||||||
- The version of the Docker API running on the Docker Host.
|
- The version of the Docker API running on the Docker Host.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user