Playbooks and diff

HI all,

I have a simple playbook that only downloads configuration to a txt file, but where Im getting lost is that, when I finish the playbook I need that the txt files I download be compare against a master file, has any one done something like that?

thanks.

You could probably use command or shell modules to run a diff between the downloaded file and the master file.