delegate_to with host

Hi, I want to delegate_to a specified host in awx. How do I do it ?

delegate_to: “{{hosts[‘management-server’]}}” is not working.

error: “hosts undefined”

So it’s saying hosts is undefined, no the management server. Try using inventory_hostname instead of hosts.