tower_export module should export list of objects rather than one object

Hi all,

I’m working on a small project where I should be able to back up tower org with all its dependent objects such as credentials, inventories, teams etc.

Right now in tower_export module I can export only one credential, inventory or team for a given org name.

I see earlier this was possible with tower_receive which supports list of objects to be exported but it is deprecated.

Any idea how to use the tower_receive feature back again or customize the existing tower_export module to do this?

I’m new to ansible. Any help will be appreciated.