From a5627744f1860eb37380a8e4cd2a0c2309edb4db Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 25 Mar 2020 19:28:15 +0000 Subject: [PATCH] galaxy.yml - Do not add anymore dependencies (#48) We really don't want any more run-time dependencies adding to `community.general`, so lets document that I will go through remove as many of these as we can. --- galaxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/galaxy.yml b/galaxy.yml index 0bd1a61470..4ee473489a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,6 +8,7 @@ description: null license: GPL-3.0-or-later license_file: COPYING tags: null +# NOTE: No more dependencies can be added to this list #dependencies: # netapp.ontap: '>=0.1.0' # community.kubernetes: '>=0.1.0'