Try centos/systemd
This commit is contained in:
parent
811bd11e9d
commit
b96b750f8d
|
@ -16,8 +16,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- os: debian
|
||||
- os: centos/systemd
|
||||
tag: latest
|
||||
# - os: debian
|
||||
# tag: latest
|
||||
# - os: ubuntu
|
||||
# tag: latest
|
||||
# - os: centos
|
||||
|
|
|
@ -5,7 +5,7 @@ driver:
|
|||
name: docker
|
||||
platforms:
|
||||
- name: instance
|
||||
image: ubuntu:latest
|
||||
image: centos/systemd:latest
|
||||
provisioner:
|
||||
name: ansible
|
||||
verifier:
|
||||
|
|
Loading…
Reference in New Issue