Skip to content

Commit 05771a8

Browse files
committed
Remove mention of collections from comment
ansible-galaxy does not appear to allow roles to depend on collections. See here for more details: cisagov/skeleton-ansible-role#153 (comment)
1 parent 1666745 commit 05771a8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

meta/requirements.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
---
2-
# Note that dependencies listed here are made available to the role
3-
# but _are not_ automatically installed. Role variables cannot be
4-
# specified here.
5-
#
6-
# It _is_ possible to list both collections and roles in this file,
7-
# but unfortunately ansible-galaxy attempts to naively merge the
8-
# dependencies listed in meta/main.yml with these. That means that
9-
# both sets of dependencies must be lists. :(
2+
# Note that role dependencies listed here are made available to the
3+
# role but _are not_ automatically installed. Role variables cannot
4+
# be specified here.
105
#
116
# See also cisagov/skeleton-ansible-role#153.
127
[]

0 commit comments

Comments
 (0)