You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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??