From d93bff20f40757c1704d34ececa10f3d17cc6c98 Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Fri, 1 Nov 2024 14:46:14 +0100 Subject: [PATCH] Remove version 4.8.0 from galaxy.yml (#2233) 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 dcac103184..014a6917ef 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: 4.8.0 +version: null readme: README.md authors: - Ansible (https://github.com/ansible)