Prepare 3.0.0 release (#318)

* Prepare 3.0.0 release.

* Install using ansible-galaxy via git instead of cloning directly.
This commit is contained in:
Felix Fontein 2024-10-18 21:01:46 +02:00 committed by GitHub
parent 26e3aa3e0a
commit e18de43407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 37 additions and 465 deletions

View file

@ -10,9 +10,4 @@ from __future__ import absolute_import, division, print_function
__metaclass__ = type
# Once we drop support for Ansible 2.9, ansible-base 2.10, and ansible-core 2.11, we can
# remove the _version.py file, and replace the following import by
#
# from ansible.module_utils.compat.version import LooseVersion
from ._version import LooseVersion # noqa: F401, pylint: disable=unused-import
from ansible.module_utils.compat.version import LooseVersion # pylint: disable=unused-import