Remove Ubuntu 14.04 support (#835)

This commit removes the support of Ubuntu 14.04. This distribution is
EOL since April 30th 2019 and CI tests are failing because apt
repositories aren't available anymore.
This commit is contained in:
Julien Mailleret 2021-12-06 18:43:19 +01:00 committed by GitHub
parent 40de482ebf
commit 7175d71df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -6,7 +6,6 @@
Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedHat based linux systems. Tested platforms are:
* Ubuntu 14.04
* Ubuntu 16.04
* Ubuntu 18.04
* Ubuntu 20.04

View file

@ -1,5 +1,4 @@
OS:
- ubuntu-1404
- ubuntu-1604
- ubuntu-1804
- ubuntu-2004

View file

@ -1,5 +1,4 @@
OS:
- ubuntu-1404
- ubuntu-1604
- ubuntu-1804
- ubuntu-2004