From b3e2d1c8871bf0d9c0bd6f63af298624c2afdfbb Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Mon, 20 Dec 2021 18:12:51 -0500 Subject: [PATCH] Add community.docker collection dependency --- skylab/core/galaxy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skylab/core/galaxy.yml b/skylab/core/galaxy.yml index abd8de7..3adb480 100644 --- a/skylab/core/galaxy.yml +++ b/skylab/core/galaxy.yml @@ -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"