How to import community.kubernetes.k8s in awx?

could some one help me how I can import the below module in awx 19.x?

When using the kubernetes in ansible I got below error. Kindly help me here.

ERROR! couldn’t resolve module/action ‘community.kubernetes.k8s’

Thanks & Regards,
Selvam E.

Hi,

Ensure you’ve collections/requirements.yml file in your project root directory.

Create a dummy ansible galaxy credential and enable that in your project’s organization.

Try to sync your project and if all well, the roles and collections mentioned in the requirements.yml file will be downloaded/installed.

Enable high verbosity for your inventory sync in job settings and then you’ll be able to see what’s happening in any case.

Hope this helps.

Regards,
Vibin