Issue to run job template - AWX 21.13.0

Hi everyone,

I need some advise. I have followed this KB to install AWX on rocky linux 9.1.
https://github.com/kurokobo/awx-on-k3s

After i have installed AWX web successfully when i tried to execute a job template from AWX, i always get this error:

I research and read that need to install ansible in the container pod. I tried to go in

kubectl exec -it awx-name -n awx --container awx-task – /bin/bash

bash-5.1$ sudo pip install ansible

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

[sudo] password for awx:

I tried to do a manage reset by still cannot login. Any advise from the experts here?

BECOME password[defaults to SSH password]:

12
setting up inventory plugins

13
host_list declined parsing /runner/inventory/hosts as it did not pass its verify_file() method

14
Parsed /runner/inventory/hosts inventory source with script plugin

15
ERROR! couldn’t resolve module/action ‘cisco.ios.ios_command’. This often indicates a misspelling, missing collection, or incorrect module path.

16

17
The error appears to be in ‘/runner/project/ios2.yml’: line 11, column 7, but may

18
be elsewhere in the file depending on the exact syntax problem.

19

20
The offending line appears to be:

21

22
tasks:

23

  • name: run show version on remote devices

24
^ here

Hi there,
We don’t bundle everything you might need in our default Execution Environment. It looks like this might be a good situation for you to create your own Execution Environment.
For information on how to do that, see https://ansible-builder.readthedocs.io/en/stable/
-AWX Team