From 8b68489a8f0acd66493971e2e2be9df1d1d8ee53 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 22 Nov 2017 03:33:37 +0000 Subject: [PATCH] lxc_ssh connection plugin --- tasks/connection_plugin_lxc_ssh.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/connection_plugin_lxc_ssh.yml b/tasks/connection_plugin_lxc_ssh.yml index b43c0e2..7db31d7 100644 --- a/tasks/connection_plugin_lxc_ssh.yml +++ b/tasks/connection_plugin_lxc_ssh.yml @@ -7,7 +7,8 @@ - name: clone ansible-lxc-ssh git: - #repo: https://github.com/chifflier/ansible-lxc-ssh.git - repo: https://github.com/andreasscherbaum/ansible-lxc-ssh.git + #repo: https://github.com/chifflier/ansible-lxc-ssh.git # this wirks for ansible 2.2 with depecration warnings + #repo: https://github.com/andreasscherbaum/ansible-lxc-ssh.git # this wirks for ansible 2.2 without warnings but not for anisble 2.4 + repo: https://github.com/lgeorget/ansible-lxc-ssh.git # this works for ansible 2.4 dest: /usr/share/ansible/plugins/connection/lxc_ssh version: master