How to install the vmware_rest collection
aiohttp
aiohttp is the only dependency of the collection. You can install it with pip
if you use a virtualenv to run Ansible.
$ pip install aiohttp
Or using an RPM.
$ sudo dnf install python3-aiohttp
Installation
The best option to install the collection is to use the ansible-galaxy
command:
$ ansible-galaxy collection install vmware.vmware_rest