Incorrect Output from junos ansible command module

Hi Folks, I am trying to display output for junos command “show configuration | compare rollback 1” through ansible however every time I store the data, I see the whole config output. Any ideas?

Is there another way to get the previously commited data using rollbacks? I am using the new role “junipernetworks.junos.junos” so im not find a way to come up with a way for this. Previous role junos_config had a way but modules have now changed.

Playbook

Figured it out. Connection to be used is network_cli and not netconf for this module.