From 06542989c1acb42fe6fbf78946f7dcc5ce5f6a40 Mon Sep 17 00:00:00 2001 From: Andreas Scherbaum Date: Sat, 15 Apr 2017 00:01:15 +0200 Subject: [PATCH] Import PR https://github.com/chifflier/ansible-lxc-ssh/pull/3 --- 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