Collection community.vmware does not support Ansible version 2.14.17

I am getting this error:

[WARNING]: Collection community.vmware does not support Ansible version 2.14.17

What version supports community.vmware? Or is there a workaround for this?

Depends on what version of the collection you’re using :smirking_face:

Galaxy shows the required ansible-core version for every collection version: Ansible Galaxy. For the latest version, it says >=2.17.0.

If you use the version selector to pick an older version (beware that it by default only shows the last 10 releases, which all belong to the same major release), you can see which ansible-core version it supports.

Collection Version


community.vmware 5.7.1
vmware.vmware 2.2.0

Currently running on ansible 2.14. Trying to upgrade but I cant find the 2.17 repo to install

Personally, I prefer to install directly from PyPI with pip into a venv.

1 Like