From 15302a61099c6d42757a469ded872e2f30907dc1 Mon Sep 17 00:00:00 2001 From: Slash Date: Sun, 29 May 2016 12:18:30 +0200 Subject: [PATCH] Minor lxc_guest fix. --- roles/lxc_guest/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lxc_guest/tasks/main.yaml b/roles/lxc_guest/tasks/main.yaml index 8d25193..304b5bf 100644 --- a/roles/lxc_guest/tasks/main.yaml +++ b/roles/lxc_guest/tasks/main.yaml @@ -13,7 +13,7 @@ fs_type: xfs container_log: true template: debian - template_options: --release {{ distro }} --packages "ssh python" + template_options: --release {{ distro }} --packages=ssh,python container_command: | echo "ssh-rsa {{ user_ca_key }}" > /etc/ssh/user_ca.pub echo "TrustedUserCAKeys /etc/ssh/user_ca.pub" >> /etc/ssh/sshd_config