Try centos/systemd
This commit is contained in:
parent
811bd11e9d
commit
b96b750f8d
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue