Hi,
I'm trying to create an external var file(for eg. temp.yml). It contains the variables and their values in the following way :
---
inventoryServiceURL: 'value1'
mailitemJobManagerURL: 'value2'
dataSourceURL: 'value3'
procesingJobManagerURL: 'value4'
errornotifierurl: 'value5'
batchmailitemJobManagerURL: 'value6'
It works for the above no of lines. Now when i add some more lines to this file and call it in my playbook , i get the error file not found. Is there a constraint on the size of the var file that can be included?