From 605cfeb3e40ab695133e16bc23e875b8337fa755 Mon Sep 17 00:00:00 2001
From: Maxime Guyot <Miouge1@users.noreply.github.com>
Date: Wed, 17 Jun 2020 13:52:39 +0200
Subject: [PATCH] Test bootstrap-os on more platforms (#6277)

---
 roles/bootstrap-os/molecule/default/molecule.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/roles/bootstrap-os/molecule/default/molecule.yml b/roles/bootstrap-os/molecule/default/molecule.yml
index 58f39aaf0..75b6f0f02 100644
--- a/roles/bootstrap-os/molecule/default/molecule.yml
+++ b/roles/bootstrap-os/molecule/default/molecule.yml
@@ -10,6 +10,10 @@ driver:
   provider:
     name: libvirt
 platforms:
+  - name: ubuntu16
+    box: generic/ubuntu1604
+    cpus: 1
+    memory: 512
   - name: ubuntu18
     box: generic/ubuntu1804
     cpus: 1
@@ -18,6 +22,18 @@ platforms:
     box: generic/ubuntu2004
     cpus: 1
     memory: 512
+  - name: centos7
+    box: centos/7
+    cpus: 1
+    memory: 512
+  - name: debian9
+    box: generic/debian9
+    cpus: 1
+    memory: 512
+  - name: debian10
+    box: generic/debian10
+    cpus: 1
+    memory: 512
 provisioner:
   name: ansible
   lint:
-- 
GitLab