Migration to Ansible 2.0: problem with changed (internal) APIs: utils.load_vars missing

Hi there,

i’ve extended our ansible inventory for ansible 1.9.1 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:

`