Skip to content

Commit

Permalink
Drop support for Xenial, it's old and too much trouble.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 17, 2020
1 parent d6e7692 commit 3bdfd61
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/molecule.yml
Expand Up @@ -41,8 +41,6 @@ jobs:
tag: "latest"
- image: "ubuntu"
tag: "bionic"
- image: "ubuntu"
tag: "xenial"
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -24,8 +24,6 @@ molecule:
tag: "latest"
- image: "ubuntu"
tag: "bionic"
- image: "ubuntu"
tag: "xenial"

galaxy:
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|container|tags|
|---------|----|
|debian|buster, bullseye|
|ubuntu|focal, bionic, xenial|
|ubuntu|focal, bionic|

The minimum version of Ansible required is 2.9, tests have been done to:

Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Expand Up @@ -16,7 +16,6 @@ galaxy_info:
versions:
- focal
- bionic
- xenial

galaxy_tags:
- aptautostart
Expand Down

0 comments on commit 3bdfd61

Please sign in to comment.