Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported ansible-version as >=2.14 #446

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
mariolenz marked this conversation as resolved.
Show resolved Hide resolved
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
Loading