From c8fd17d52b1b3cd531dc12ba0b21b06d5897126b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Sun, 8 Aug 2021 22:14:36 +0100 Subject: [PATCH] Add Debian and Fedora --- molecule/default/molecule.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 42df407..783d484 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -8,16 +8,25 @@ lint: | driver: name: docker platforms: - - name: ubuntu-latest + - name: systemd-ubuntu-latest image: jrei/systemd-ubuntu:latest command: /usr/sbin/init privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - - name: centos-latest + - name: systemd-centos-latest image: centos/systemd:latest command: /usr/sbin/init privileged: true + - name: systemd-debian-latest + image: jrei/systemd-debian:latest + command: /usr/sbin/init + privileged: true + - name: systemd-fedora-latest + image: jrei/systemd-fedora:latest + command: /usr/sbin/init + privileged: true + provisioner: name: ansible verifier: