Disable warnings on Ansible AWX job output

Hello Team,

This must be very stupid question but I couldn’t find any easy answer , so thought will ask you people here.

Is there a way to disable WARNING messages you see in job output in Ansible AWX , something like below I see after every task

[WARNING]: Platform linux on host dev-emperor.bbs.bunnings.com.au is using the

discovered Python interpreter at /usr/bin/python, but future installation of

another Python interpreter could change this. See https://docs.ansible.com/ansi

ble/2.8/reference_appendices/interpreter_discovery.html for more information.

Thanks

You can disable warnings in the Ansible configuration, but did you try: **See https://docs.ansible.com/ansi**ble/2.8/reference_appendices/interpreter_discovery.html for more information?

Yeah, as David mentioned above, that link is what you need. You essentially will choose one of the _silent options depending on what you want.