Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Support ubuntu-20 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 24, 2021
1 parent ce09b68 commit 9b87312
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ platforms:
- apt-get update && apt-get -y -q install ansible python-apt python-pycurl
- mkdir -p /run/sshd
use_sudo: false
- name: ubuntu-20.04
driver_config:
image: ubuntu:20.04
privileged: true
provision_command:
- apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible
- apt-get update && apt-get -y -q install ansible python-apt python-pycurl
use_sudo: false
- name: debian-8
driver_config:
image: debian:8
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This role provides a generic means of installing Elastic supported Beats
* Ubuntu 14.04
* Ubuntu 16.04
* Ubuntu 18.04
* Ubuntu 20.04
* Debian 8
* Debian 9
* Debian 10
Expand Down
1 change: 1 addition & 0 deletions test/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OS:
- ubuntu-1404
- ubuntu-1604
- ubuntu-1804
- ubuntu-2004
- debian-8
- debian-9
- debian-10
Expand Down

0 comments on commit 9b87312

Please sign in to comment.