#!/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() |