nxos_command using the src option

I’m using the src parameter of nxos_config to enter several configuration lines at once. When it detects that one of the lines differs from the running configuration, does it push the entire block from the src file or just the line that was different? Also is there any way to display the line or lines that were updated in Ansible?

My test playbook looks like this:

`