Skip to content

Commit

Permalink
Removed ignore for galaxy.yml preventing it from persisting (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 authored Aug 3, 2023
1 parent 9ecbcdd commit 8df62d1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ collections/*

# Ignore test directory
test

galaxy.yml
37 changes: 37 additions & 0 deletions galaxy.yml
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"
...

0 comments on commit 8df62d1

Please sign in to comment.