diff options
author | Nathaniel Case <this.is@nathanielca.se> | 2020-11-09 09:02:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 14:02:48 +0000 |
commit | fa49471bc7c343f282bf123bb8f419c8a00316ff (patch) | |
tree | 6a95c0ee83fa35914d939c1437808566aa096056 /galaxy.yml | |
parent | e660b9c9a36a095588d9952cfe0e6396dc40d0c7 (diff) | |
download | vyos-ansible-old-fa49471bc7c343f282bf123bb8f419c8a00316ff.tar.gz vyos-ansible-old-fa49471bc7c343f282bf123bb8f419c8a00316ff.zip |
Add version key to galaxy.yaml (#100)
Add version key to galaxy.yaml
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'galaxy.yml')
-rw-r--r-- | galaxy.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,3 +10,6 @@ namespace: vyos readme: README.md repository: https://github.com/ansible-collections/vyos.vyos tags: [vyos, networking] +# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy +# happy. We dynamically inject version info based on git information. +version: null |