From d54035610068f13d41fa35762fcf92224e7a6cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Fri, 23 Dec 2022 18:16:57 +0100 Subject: [PATCH] fix pubkey lookup error in lxc_container role --- roles/lxc_container/meta/argument_specs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lxc_container/meta/argument_specs.yml b/roles/lxc_container/meta/argument_specs.yml index f39f78b..ed664b0 100644 --- a/roles/lxc_container/meta/argument_specs.yml +++ b/roles/lxc_container/meta/argument_specs.yml @@ -83,7 +83,7 @@ argument_specs: onboot: no netif: net0: name=eth0,bridge=vmbr0,ip=dhcp,firewall=0 - pubkey: '{{ lookup("file", "~/.ssh/id_rsa.pub") }}' + #pubkey: '{{ lookup("file", "~/.ssh/id_rsa.pub") }}' this is checked by the argspec validator, disable unprivileged: yes lxccreate_timeout: type: int