AWX 19.0.1 template run failed to find the module

Hi,

I am getting below error to run the template in AWX 19.0.1. I have installed it from minikube.

ERROR! couldn’t resolve module/action ‘ansible.windows.win_reg_stat’. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in ‘/runner/project/demo/test.yml’: line 11, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:

  • name: test1
    ^ here

Please help me out of this issue.

Thanks,
Vinod

You haven’t supplied much detail to go on but have you included the ansible.windows collection in your EE?
If not, then that’s the problem as the module isn’t available. Otherwise, it’s a syntax error with the playbook but you haven’t supplied enough detail for.