From 0e61dbc89c8b5049e6b6ed92c07b2bdf6e5b9a27 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Sat, 4 Sep 2021 20:35:31 +0900 Subject: [PATCH] Install lastest stable LXD --- setup-base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-base.py b/setup-base.py index 1e7d566..989b63a 100644 --- a/setup-base.py +++ b/setup-base.py @@ -78,7 +78,7 @@ apt.packages( if not host.fact.directory('/var/snap/lxd'): server.shell( name='Install lxd', - commands=['snap install lxd'], + commands=['snap install lxd --channel=latest/stable'], ) files.put(