Skip to content

Commit 7c95424

Browse files
authored
Merge pull request #149 from cisagov/improvement/remove-ubuntu-bionic
Remove support for Ubuntu Bionic
2 parents b5a3db6 + c1f86af commit 7c95424

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ galaxy_info:
3232
- "2023"
3333
- name: Ubuntu
3434
versions:
35-
- bionic
3635
- focal
3736
- jammy
3837
role_name: skeleton

molecule/default/molecule-no-systemd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ platforms:
3737
- image: fedora:37
3838
name: fedora37
3939
platform: amd64
40-
- image: ubuntu:bionic
41-
name: ubuntu18
42-
platform: amd64
4340
- image: ubuntu:focal
4441
name: ubuntu20
4542
platform: amd64

molecule/default/molecule-with-systemd.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,6 @@ platforms:
7878
privileged: yes
7979
volumes:
8080
- /sys/fs/cgroup:/sys/fs/cgroup:rw
81-
- cgroupns_mode: host
82-
command: /lib/systemd/systemd
83-
image: geerlingguy/docker-ubuntu1804-ansible:latest
84-
name: ubuntu-18-systemd
85-
platform: amd64
86-
pre_build_image: yes
87-
privileged: yes
88-
volumes:
89-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
9081
- cgroupns_mode: host
9182
command: /lib/systemd/systemd
9283
image: geerlingguy/docker-ubuntu2004-ansible:latest

0 commit comments

Comments
 (0)