-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from cisagov/lineage/skeleton
⚠️ CONFLICT! Lineage pull request for: skeleton
- Loading branch information
Showing
11 changed files
with
142 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
--- | ||
# Here we must remove the collections and roles dictionaries so that | ||
# the YAML file is an array. This is because ansible-galaxy munges | ||
# together the contents of meta/requirements.yml and the dependencies | ||
# entry of meta/main.yml, so they must be of the same type (list | ||
# vs. dict). ansible-lint does not allow for collections and roles | ||
# subentries under the dependencies attribute, so this is the course | ||
# we must take. | ||
# 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. | ||
- name: geoip2 | ||
src: https://github.com/cisagov/ansible-role-geoip2 |
Oops, something went wrong.