I am using Ansible 2 API to execute playbooks. For vars files, I needed to use inheritance in json, so I built a reference system in json and written a decoder in python. My decoder works with both ordinary json files and my custom files.
I just want to be able to use my decoder for loading vars files. Unfortunately the only solution I found is to create my own loader class and use it via Ansible API. Is there any solution besides hacking the loader?? -- 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/f0f5efc2-4e38-4e5c-b630-de52846bbba1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
