martin f. krafft | f37f068 | 2013-06-14 16:36:20 +0200 | [diff] [blame] | 1 | #!/usr/bin/python |
2 | # -*- coding: utf-8 -*- | ||||
3 | # | ||||
4 | # ansible-adapter — adapter between Ansible and reclass | ||||
5 | # | ||||
6 | # Copyright © 2007–13 martin f. krafft <madduck@madduck.net> | ||||
7 | # Released under the terms of the Artistic Licence 2.0 | ||||
8 | # | ||||
martin f. krafft | 7c64f9c | 2013-06-25 13:26:23 +0200 | [diff] [blame] | 9 | from reclass.adapters.ansible import ansible_adapter |
10 | ansible_adapter() |