Try centos/systemd

This commit is contained in:
Paweł Krawczyk 2021-08-07 14:05:10 +01:00
parent 811bd11e9d
commit b96b750f8d
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
2 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
config: config:
- os: debian - os: centos/systemd
tag: latest tag: latest
# - os: debian
# tag: latest
# - os: ubuntu # - os: ubuntu
# tag: latest # tag: latest
# - os: centos # - os: centos

View File

@ -5,7 +5,7 @@ driver:
name: docker name: docker
platforms: platforms:
- name: instance - name: instance
image: ubuntu:latest image: centos/systemd:latest
provisioner: provisioner:
name: ansible name: ansible
verifier: verifier: