Skip to content

Commit

Permalink
Update supported ansible-version as >=2.14 (#446)
Browse files Browse the repository at this point in the history
Update supported ansible-version as >=2.14

SUMMARY


Dropped support for ansible-version <=2.13 . Updated cloud.common version in galaxy.yml
ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mike Graves <mgraves@redhat.com>
Reviewed-by: Mario Lenz <m@riolenz.de>
Reviewed-by: GomathiselviS
Reviewed-by: Jill R
Reviewed-by: Alina Buzachis
Reviewed-by: Helen Bailey <hebailey@redhat.com>
  • Loading branch information
GomathiselviS authored Nov 17, 2023
1 parent b93d0cc commit 396da7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The collection includes the VMware modules and plugins supported by Ansible VMwa
<!--start requires_ansible-->
## Ansible version compatibility

This collection has been tested against following Ansible versions: **>=2.9.10**.
This collection has been tested against following Ansible versions: **>=2.14.0**.

For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
fully qualified collection name (for example, `cisco.ios.ios`).
Expand All @@ -19,6 +19,7 @@ PEP440 is the schema used to describe the versions of Ansible.
## Python version compatibility

The collection depends on ``aiohttp`` has [requirement](https://docs.aiohttp.org/en/stable/) which requires Python 3.6 or greater.
Moreover, ansible version >=2.14 supports Python 3.9 or later.

## vSphere compatibility

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- vmware
- virtualization
dependencies:
cloud.common: ">=2.0.4,<3.0.0"
cloud.common: ">=3.0.0,<4.0.0"
repository: https://github.com/ansible-collections/vmware.vmware_rest.git
homepage: https://github.com/ansible-collections/vmware.vmware_rest
issues: https://github.com/ansible-collections/vmware.vmware_rest/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
Expand Down

0 comments on commit 396da7b

Please sign in to comment.