The collection depends on:
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
The best option to install the collection is to use the ansible-galaxy
command:
$ ansible-galaxy collection install vmware.vmware_rest
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.11/scenario_guides/vmware_rest_scenarios/installation.html