Ansible Play Output

How can I completely omit the output of an entire play?

There is some info here. https://github.com/ansible/ansible/issues/1210

In short “> /dev/null”, however, you can get more info by reading that doc. Hope it helps.