Is there an existing issue for this?
Enabler description
Recently we discovered that using cat to compare the content of a file or the data set it's not the best way to do that because then we compare UTF-8 == UTF-8 in python. To overcome this, we will check the content of the file by using checksums instead of checking the content.
Ansible module
No response