Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing import #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add missing import #3

wants to merge 1 commit into from

Conversation

pkese
Copy link

@pkese pkese commented Oct 26, 2016

No description provided.

andreasscherbaum added a commit to andreasscherbaum/ansible-lxc-ssh that referenced this pull request Apr 15, 2017
andreasscherbaum added a commit to andreasscherbaum/ansible-lxc-ssh that referenced this pull request Apr 15, 2017
Also import AnsibleConnectionFailure
@andreasscherbaum
Copy link

Actually, that should be:

from ansible.errors import AnsibleConnectionFailure, AnsibleError

Without including AnsibleConnectionFailure, all the "raise" in the code will not work.

@andreasscherbaum
Copy link

I incorporated your patch and my update in my fork (this repo here seems to be dead).

https://github.com/andreasscherbaum/ansible-lxc-ssh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants