From 229708ae95f17432aceb66846eaac9a52181d626 Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Fri, 1 Nov 2024 16:24:16 +0100 Subject: [PATCH] Remove version 3.11.8 from galaxy.yml (#2235) 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 d9561b179..014a6917e 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: 3.11.8 +version: null readme: README.md authors: - Ansible (https://github.com/ansible)