Ansible YAML Callback Plugin
If you want cleaner Ansible output, enable the YAML callback plugin.
Edit your ansible.cfg file (global in /etc/ansible/ansible.cfg or local in your playbook/project), then add this under the [defaults] section:
# Use the YAML callback plugin.
stdout_callback = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True