From 05771a89a4579d399462f9b396e164f57fe91225 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Wed, 1 Nov 2023 13:45:28 -0400 Subject: [PATCH] Remove mention of collections from comment ansible-galaxy does not appear to allow roles to depend on collections. See here for more details: https://github.com/cisagov/skeleton-ansible-role/issues/153#issuecomment-1785671824 --- meta/requirements.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/meta/requirements.yml b/meta/requirements.yml index d8f8eef..bdeda61 100644 --- a/meta/requirements.yml +++ b/meta/requirements.yml @@ -1,12 +1,7 @@ --- -# Note that dependencies listed here are made available to the role -# but _are not_ automatically installed. Role variables cannot be -# specified here. -# -# It _is_ possible to list both collections and roles in this file, -# but unfortunately ansible-galaxy attempts to naively merge the -# dependencies listed in meta/main.yml with these. That means that -# both sets of dependencies must be lists. :( +# Note that role dependencies listed here are made available to the +# role but _are not_ automatically installed. Role variables cannot +# be specified here. # # See also cisagov/skeleton-ansible-role#153. []