When working with vCenter and Ansible, you may encounter an error that says "vmware_guest Module not found." This error occurs when the vmware_guest module is not installed on your system.
To resolve this error, you need to install the community.vmware collection, which contains the vmware_guest module. You can do this by running the following command:
To install it use:
ansible-galaxy collection install community.vmware
.This command will download and install the community.vmware collection, which contains the vmware_guest module. Once installed, you should be able to use the module in your Ansible playbooks without encountering any errors.
No comments:
Post a Comment