diff options
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 |