Hi,
I have two files file1.yml and file2.yml which I am passing from the deployment level. I want to verify that all the values of the file1 matches to a string else exits with error message, same with the 2nd file. file1.yml (value field is same) ======================= "item1" : "value" "item2" : "value" "item3" : "value" file2.yml (value2 field is same) ======================= "item1" : "value2" "item2" : "value2" "item3" : "value2" Both value1 and value2 are different and I want to check the respective files and their values. And assert the condition file1.values | uniqe == value1 Thanks Bijay -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/0b4bfd41-6fad-408d-9e2e-14c4631c58f6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
