Closed ericbos111 closed 3 months ago
ansible 2.10.17 config file = /opt/ansible/.ansible.cfg configured module search path = ['/opt/ansible/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.11/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.11.7 (main, Jul 4 2024, 00:00:00) [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)]
# /opt/ansible/.ansible/collections/ansible_collections Collection Version ---------------- ------- community.vmware 4.5.0
community.vmware
4.x doesn't support ansible (ansible-core since 2.11 but named ansible-base for just this one release) 2.10. Actually, I think we've dropped support for 2.10 in community.vmware
2.0.0.
Additionally, it looks like you're using Python 3.11. Not only is ansible-base 2.10 EOL, it also doesn't support Python > 3.9.
So I think it would be best to close this issue because you don't run a supported combination of this collection + ansible / ansible-base / ansible-core + Python.
Feel free to re-open it again if you think I'm wrong in closing it. But... well, see my comments above.
Apart from this, do you already know our forum? This issue doesn't really look like a problem with the collection (not using supported versions / combination of versions) but you might get help there. I think there are more active users of this collection on the forum than there are ones monitoring and answering issues here.
I became a member of the forum but I don't seem to be allowed to post any questions yet
SUMMARY
TASK [provision-ipi : Make sure the specified VM folder exists] **** Monday 05 August 2024 07:51:05 +0000 (0:00:00.035) 0:01:10.394 ***** fatal: [localhost]: FAILED! => {"msg": "Could not find imported module support code for ansible_collections.community.vmware.plugins.modules.vcenter_folder. Looked for (['ansible.module_utils.compat.version.StrictVersion', 'ansible.module_utils.compat.version'])"}
ISSUE TYPE
COMPONENT NAME
ansible_collections.community.vmware.plugins.modules.vcenter_folder.
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
A folder will be created
ACTUAL RESULTS