How to replace ansible.utils.load_vars() in Ansible 2.0 plugins?

Hi there,

i’ve extended our ansible inventory for ansible 1.9.4 with a custom vars-plugin. This plugin uses the method load_vars from the utils module/class imported by “from ansible import utils” (sorry for this simple description, i’m not that proficient in python).

The code using load_vars looks like this:

`