Changed exception to comment in ansible_playbook

This commit is contained in:
Jedrzej Nowak 2015-09-07 12:47:25 +02:00
parent 93d56cab92
commit 8b236f69ae

View File

@ -29,7 +29,7 @@ class AnsiblePlaybook(base.BaseHandler):
def action(self, resource, action):
# This would require to put this file to remote and execute it (mostly)
raise Exception("Not ported to pluggable transports")
log.debug("Ansible playbook is not ported to pluggable transports")
action_file = os.path.join(
resource.metadata['actions_path'],
resource.metadata['actions'][action])