Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 0bb5598

Browse files
authored
Merge pull request #249 from jaredledvina/feature/buster-support
Feature: Debian 10 (Buster) support
2 parents 22f7766 + c47ca90 commit 0bb5598

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

.kitchen.vagrant.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ platforms:
4242
- name: debian-9
4343
driver_config:
4444
box: bento/debian-9
45+
- name: debian-10
46+
driver_config:
47+
box: docker-debian10-ansible
4548
- name: amazon
4649
driver_config:
4750
box: bento/amazonlinux-2

.kitchen.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ platforms:
7070
provision_command:
7171
- apt install -y systemd-sysv
7272
- systemctl enable ssh.service
73+
- name: debian10-ansible-latest
74+
driver:
75+
image: rndmh3ro/docker-debian10-ansible
76+
platform: debian
77+
run_command: /sbin/init
78+
provision_command:
79+
- apt install -y systemd-sysv
80+
- systemctl enable ssh.service
7381
- name: amazon-ansible-latest
7482
driver:
7583
image: rndmh3ro/docker-amazon-ansible:latest

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ env:
3535
init: /lib/systemd/systemd
3636
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
3737

38+
- distro: debian10
39+
version: latest
40+
init: /lib/systemd/systemd
41+
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
42+
3843
- distro: amazon
3944
init: /lib/systemd/systemd
4045
version: latest

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ galaxy_info:
1717
- name: Debian
1818
versions:
1919
- stretch
20+
- buster
2021
- name: Amazon
2122
- name: Fedora
2223
galaxy_tags:

0 commit comments

Comments
 (0)