Skip to content

Commit

Permalink
Merge pull request #154 from cisagov/improvement/add-requirements-file
Browse files Browse the repository at this point in the history
Add an empty meta/requirements.yml file
  • Loading branch information
mcdonnnj authored Sep 19, 2023
2 parents f398006 + 3bb32da commit 277f75c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
# Note that dependencies listed here are automatically installed
# before this role. Role variables for any roles listed here can be
# assigned static variables.
#
# See also cisagov/skeleton-ansible-role#153.
dependencies: []
galaxy_info:
author: First Last
Expand Down
12 changes: 12 additions & 0 deletions meta/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# 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. :(
#
# See also cisagov/skeleton-ansible-role#153.
[]

0 comments on commit 277f75c

Please sign in to comment.