Install lastest stable LXD
This commit is contained in:
parent
a29cd68595
commit
0e61dbc89c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ apt.packages(
|
||||||
if not host.fact.directory('/var/snap/lxd'):
|
if not host.fact.directory('/var/snap/lxd'):
|
||||||
server.shell(
|
server.shell(
|
||||||
name='Install lxd',
|
name='Install lxd',
|
||||||
commands=['snap install lxd'],
|
commands=['snap install lxd --channel=latest/stable'],
|
||||||
)
|
)
|
||||||
|
|
||||||
files.put(
|
files.put(
|
||||||
|
|
Reference in a new issue