From c0385f3de2c7495b49530d39c11a57874af2f2cd Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 20 Nov 2017 06:53:50 +0000 Subject: [PATCH] use better maintained version of lxc_ssh --- tasks/connection_plugin_lxc_ssh.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/connection_plugin_lxc_ssh.yml b/tasks/connection_plugin_lxc_ssh.yml index ff38f96..b43c0e2 100644 --- a/tasks/connection_plugin_lxc_ssh.yml +++ b/tasks/connection_plugin_lxc_ssh.yml @@ -7,6 +7,7 @@ - name: clone ansible-lxc-ssh git: - repo: https://github.com/chifflier/ansible-lxc-ssh + #repo: https://github.com/chifflier/ansible-lxc-ssh.git + repo: https://github.com/andreasscherbaum/ansible-lxc-ssh.git dest: /usr/share/ansible/plugins/connection/lxc_ssh version: master