From 73ff06d0109466bf95cf865b65fc46f8b4780dfe Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Fri, 20 Sep 2024 15:00:41 +0200 Subject: [PATCH] Remove version 5.0.0 from galaxy.yml (#2181) ansible-playbook tools/unset_version.yml --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index fa5125ce3..473bbdcf6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ name: vmware # https://github.com/ansible-network/releases/tree/master/ansible_releases/cmd # A script based on https://pypi.org/project/pbr/ will generate the version # key. The version value depends on the tag or the last git tag. -version: 5.0.0 +version: null readme: README.md authors: - Ansible (https://github.com/ansible)