mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-23 02:08:47 +02:00
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:
parent
26e3aa3e0a
commit
e18de43407
12 changed files with 37 additions and 465 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue