customized message from anisble output

Hi

Is that really possible that I can have full customized messae instead of ansible json output. ?

Can we have code like blow where instead of ansible output , only I need output as “cleaned”

However below not working

`

#!/bin/bash
ansible $1 -m script -a “/opt/scripts/ops/dsclean.sh” stdout_callback = " cleaned"

`

can any one suggest.