-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed ignore for galaxy.yml preventing it from persisting (#122)
- Loading branch information
1 parent
9ecbcdd
commit 8df62d1
Showing
2 changed files
with
37 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,5 +19,3 @@ collections/* | |
|
||
# Ignore test directory | ||
test | ||
|
||
galaxy.yml |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
namespace: infra | ||
name: ee_utilities | ||
version: 3.1.0-devel | ||
description: A collection of utility roles for usage with Ansible Execution Enviroments | ||
readme: README.md | ||
authors: | ||
- Sean Sullivan @sean-m-sullivan | ||
- Anshul Behl @anshulbehl | ||
- Tom Page @Tompage1994 | ||
- David Danielsson @djdanielsson | ||
repository: https://github.com/redhat-cop/ee_utilities | ||
issues: https://github.com/redhat-cop/ee_utilities/issues | ||
build_ignore: | ||
- galaxy.yml.j2 | ||
- release.yml | ||
- .github | ||
- .markdownlint.yml | ||
- .ansible-lint | ||
- .yamllint.yml | ||
- .pre-commit-config.yaml | ||
- .gitignore | ||
- .gitattributes | ||
license: | ||
- GPL-3.0-or-later | ||
tags: | ||
- execution | ||
- enviroments | ||
- collection | ||
- utilities | ||
- utils | ||
- infrastructure | ||
- ee_utilities | ||
- ee_utils | ||
dependencies: | ||
"containers.podman": ">=1.0.0" | ||
... |