From abf241461eb086e884a826c68540d8f961242df4 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 16 Oct 2022 21:01:45 +0200 Subject: [PATCH] modify molecul lxd image --- molecule/default/molecule.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 37241cd..22d5b0d 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -6,12 +6,21 @@ driver: platforms: - name: archlinux image: images:archlinux - # - name: rocky8 - #box: generic/rocky8 + source: + type: image + mode: pull + alias: archlinux - name: rocky9 - image: images:rockylinux/9 + source: + type: image + mode: pull + alias: rocky9 + - name: debian - image: images/debian/11 + source: + type: image + mode: pull + alias: debian/11 provisioner: