Merge branch 'master' into dry-run

This commit is contained in:
Przemyslaw Kaminski 2015-07-17 15:19:11 +02:00
commit ddcfd26b64

View File

@ -9,6 +9,7 @@ from solar.core.handlers.shell import Shell
HANDLERS = {'ansible': AnsibleTemplate,
'ansible_playbook': AnsiblePlaybook,
'shell': Shell,
'puppet': Puppet,
'none': Empty}
def get(handler_name):