How does Morpheus deal with Ansible collections and virtual environments?

We’ve got a refactor in the works which should support different virtual environments. Collections can be installed via galaxy using a requirements.yml file in the root of the integration. That format is documented here. The collection will only be installed for that ansible task.

I’ve linked the Ansible Redesign below.