From c15de5b431fb979aa2d1f1f5a1f0af16bcd87ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Ke=C5=A1e?= Date: Wed, 26 Oct 2016 17:29:35 +0200 Subject: [PATCH] Add missing import --- lxc_ssh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lxc_ssh.py b/lxc_ssh.py index b425652..3479794 100644 --- a/lxc_ssh.py +++ b/lxc_ssh.py @@ -27,6 +27,7 @@ from ansible import constants as C from ansible.compat.six import text_type, binary_type +from ansible.errors import AnsibleError from ansible.plugins.connection import ConnectionBase from ansible.utils.path import unfrackpath, makedirs_safe from ansible.utils.unicode import to_bytes, to_unicode, to_str