You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
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.
--
Juraj A Papic
J Hawkesworth
unread,
Aug 29, 2017, 8:45:38 AM8/29/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
You could probably use command or shell modules to run a diff between the downloaded file and the master file.