blob: d225c9edd72ad2db765895a8facb84fa09078c82 [file] [log] [blame]
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# ansible-adapter — adapter between Ansible and reclass
#
# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from reclass.adapters.ansible import ansible_adapter
ansible_adapter()