Add community.docker collection dependency

This commit is contained in:
Ethan Paul 2021-12-20 18:12:51 -05:00
parent 6afb84b443
commit b3e2d1c887
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A

View File

@ -16,4 +16,5 @@ build_ignore: []
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies: {}
dependencies:
community.docker: ">=2.0.2,<3.0.0"