Remove version from galaxy.yml

We inject the version string at runtime, so we can remove the hardcoded
number.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2020-06-16 17:12:38 -04:00
parent ceccecd8f3
commit e20fb787d2

View file

@ -1,6 +1,5 @@
namespace: ansible namespace: ansible
name: posix name: posix
version: 0.1.1
readme: README.md readme: README.md
authors: authors:
- Ansible (github.com/ansible) - Ansible (github.com/ansible)