I am getting issues on my below task.
- name: Deploy incremental changes using rsync
command: "sh run"
register: data
I am trying to print data down below but keeps getting the above issues, this is a snippet of my code which sends an email after the successful completion of job
--------------------
Components Deployed
--------------------
{{ data.stdout }}
---------------------
Please verify