From bd0486f120c9fb4014d96785a0485a25fe30590d Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 12 Oct 2017 13:09:35 +0000 Subject: [PATCH] lxc_ssh connection plugin path --- 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 1a8ae3f..ff38f96 100644 --- a/tasks/connection_plugin_lxc_ssh.yml +++ b/tasks/connection_plugin_lxc_ssh.yml @@ -8,4 +8,5 @@ - name: clone ansible-lxc-ssh git: repo: https://github.com/chifflier/ansible-lxc-ssh - dest: /usr/share/ansible/plugins/connection + dest: /usr/share/ansible/plugins/connection/lxc_ssh + version: master