Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 52a4a1b

Browse files
authored
Merge pull request #180 from staticdev/removal/debian-10
Remove Debian 10 support
2 parents 77ed4d9 + 665a05a commit 52a4a1b

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
distro:
4646
- debian12
4747
- debian11
48-
- debian10
49-
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
50-
# - ubuntu2204
48+
- ubuntu2204
5149
- ubuntu2004
5250

5351
steps:

meta/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ galaxy_info:
1313
versions:
1414
- bookworm
1515
- bullseye
16-
- buster
1716

1817
- name: Ubuntu
1918
versions:
20-
# - jammy
19+
- jammy
2120
- focal
2221

2322
galaxy_tags:

molecule/default/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ driver:
55
name: podman
66
platforms:
77
- name: instance
8-
image: "docker.io/geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
8+
image: "docker.io/geerlingguy/docker-${MOLECULE_DISTRO:-debian12}-ansible:latest"
99
command: ${MOLECULE_COMMAND:-""}
1010
volumes:
11-
- /sys/fs/cgroup:/sys/fs/cgroup:ro
11+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
1212
privileged: true
1313
pre_build_image: true
1414
provisioner:

0 commit comments

Comments
 (0)