OLAM 2.0 - Latest: Vcenter inventory error: Unknown plugin 'vmware_vm_inventory' Inventory sync
After install Oracle Linux Automation Manager 2.0, and after completing the configuration to retrieve the vCenter inventory, I received the following error message:
-=-=-=-=-=
setting up inventory plugins
11
redirecting (type: inventory) ansible.builtin.vmware_vm_inventory to community.vmware.vmware_vm_inventory
12
[WARNING]: * Failed to parse /runner/inventory/vmware_vm_inventory.yml with
13
auto plugin: inventory config '/runner/inventory/vmware_vm_inventory.yml'
14
specifies unknown plugin 'vmware_vm_inventory'
15
File "/usr/lib/python3.8/site-packages/ansible/inventory/manager.py", line 290, in parse_source
16
plugin.parse(self._inventory, self._loader, source, cache=cache)
17
File "/usr/lib/python3.8/site-packages/ansible/plugins/inventory/auto.py", line 53, in parse