This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import (absolute_import, division) | |
__metaclass__ = type | |
from ansible.errors import AnsibleError | |
from ansible.plugins.lookup import LookupBase | |
from ansible.utils.listify import listify_lookup_plugin_terms | |
import xml.etree.ElementTree as etree | |
# Version for Ansible 2.0 | |
# forked from https://gist.github.com/benbramley/xmlfile.py |