Skip to content

Commit 277f75c

Browse files
authored
Merge pull request #154 from cisagov/improvement/add-requirements-file
Add an empty meta/requirements.yml file
2 parents f398006 + 3bb32da commit 277f75c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

meta/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
# Note that dependencies listed here are automatically installed
3+
# before this role. Role variables for any roles listed here can be
4+
# assigned static variables.
5+
#
6+
# See also cisagov/skeleton-ansible-role#153.
27
dependencies: []
38
galaxy_info:
49
author: First Last

meta/requirements.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
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. :(
10+
#
11+
# See also cisagov/skeleton-ansible-role#153.
12+
[]

0 commit comments

Comments
 (0)