Running AWX 19.0.0 against network devices

Hello,

I’m new to AWX and I’m trying to run a simple playbook against one network device(Allied Telesis awplus). I’m getting this error saying network OS awplus is not supported.

{
“msg”: “network os awplus is not supported”,
“_ansible_no_log”: false
}

I’m using Git as my SCM type and I have collections/requirements.yml in my Git repository to install collections for “awplus”. When I use Ansible itself, my playbook runs fine and changes are made on the device.
Below are my requirements.yml and inventory file. I’ve attached a file with more logs.
Could anyone help with this issue?

Best regards,
Kana

(attachments)

job_9.txt (1.73 KB)

Do you really need to define network_os ?
There is always a bit of struggle for me to figure out which combo of ansible_connection and network_os works.

But if this works locally with identical configuration …

I believe without defining network_os or using ansible_connection in the inventory file, Ansible fails to run the playbook.

Could it be the case that installing galaxy collection is not done correctly on my end…?
I cannot run playbooks on awplus devices without its galaxy collection.

Thanks,
Kana