Skip to content

Commit 67d5717

Browse files
authored
Merge pull request #231 from cisagov/improvement/remove-eol-ubuntu-focal
Remove support for Ubuntu Focal
2 parents 5f6c84c + 5efc250 commit 67d5717

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

.config/molecule/config.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -166,24 +166,6 @@ platforms:
166166
privileged: true
167167
volumes:
168168
- /sys/fs/cgroup:/sys/fs/cgroup:rw
169-
- cgroupns_mode: host
170-
command: /lib/systemd/systemd
171-
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
172-
name: ubuntu-20-systemd-amd64
173-
platform: amd64
174-
pre_build_image: true
175-
privileged: true
176-
volumes:
177-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
178-
- cgroupns_mode: host
179-
command: /lib/systemd/systemd
180-
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
181-
name: ubuntu-20-systemd-arm64
182-
platform: arm64
183-
pre_build_image: true
184-
privileged: true
185-
volumes:
186-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
187169
- cgroupns_mode: host
188170
command: /lib/systemd/systemd
189171
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ jobs:
225225
- fedora40-systemd
226226
- fedora41-systemd
227227
- kali-systemd
228-
- ubuntu-20-systemd
229228
- ubuntu-22-systemd
230229
- ubuntu-24-systemd
231230
scenario:

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ galaxy_info:
3939
- "2023"
4040
- name: Ubuntu
4141
versions:
42-
- focal
4342
- jammy
4443
- noble
4544
role_name: skeleton

0 commit comments

Comments
 (0)