Skip to content

Commit

Permalink
Add galaxy tags and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eclarizio committed Jun 27, 2023
1 parent ddbb55e commit b29ef1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: ansible
name: eda

# The version of the collection. Must be compatible with semantic versioning
version: 1.4.0
version: 1.4.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand All @@ -34,7 +34,10 @@ license_file: ""

# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
# requirements as 'namespace' and 'name'
tags: []
tags:
- infrastructure
- tools
- eda

# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
Expand Down

0 comments on commit b29ef1a

Please sign in to comment.