Skip to content

Commit

Permalink
Add version key to galaxy.yaml (#132)
Browse files Browse the repository at this point in the history
Add version key to galaxy.yaml

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
Qalthos authored Nov 5, 2020
1 parent ddf8637 commit 1667efb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/galaxy-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- Add version key to galaxy.yaml to work around ansible-galaxy bug
3 changes: 3 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ namespace: arista
readme: README.md
repository: https://github.com/ansible-collections/arista.eos
tags: [arista, eos, networking, eapi]
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
# happy. We dynamically inject version info based on git information.
version: null

0 comments on commit 1667efb

Please sign in to comment.