Hello,
I want to pull json files from a git repository, validate them against a given schema and if successful and further process them if successful.
I already find some documentation about how to pull from git with ansible and further processing. But I didn’t find anything about the validation of json files against a schema with ansible. is it possible?
Any help appreciated!
Cheers
Chris