ansible collections and AWX cloud.common module not found

Viewed 27

I'm using the ansible collection vmware.vmware_rest to clone a vm. The collection requires cloud.common. Everything works great if I run it via ansible-playbook, but when I try to run it in ansible tower (AAP), I get an error module not found, ansible_collections/cloud/common/plugins/plugins_utils/turbo. The tower version has no problem finding vmware.vmware_rest or common.vmware, just can't find cloud.common. This is a disconnected system. Collections are in /usr/share/ansible/collections/ansible_collections.

It errors out when I try to do a lookup on a datastore moid. Lookup is in the collection cloud.common. Is there a way to get tower to recognize the collection, cloud.common? thanks

0 Answers
Related