From fa31a3f91851a6c7f73647c70d90297a8597fdaf Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Wed, 16 Dec 2020 10:23:15 -0500 Subject: [PATCH] Try a different image alias --- roles/lxchost/tasks/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/lxchost/tasks/main.yml b/roles/lxchost/tasks/main.yml index e6590ba..995605e 100644 --- a/roles/lxchost/tasks/main.yml +++ b/roles/lxchost/tasks/main.yml @@ -13,8 +13,9 @@ source: type: image mode: pull - server: https://cloud-images.ubuntu.com/releases + server: 'https://cloud-images.ubuntu.com/releases' protocol: simplestreams - alias: 'ubuntu/20.04' + alias: f -# fingerprint: e0c3495ffd48 + # Uses fingerprint, since 'alias' is not working + # fingerprint: e0c3495ffd48