Skip to content

Commit 0e2641b

Browse files
committed
Add Debian 12; Remove Debian 10
1 parent bebd091 commit 0e2641b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- image: geerlingguy/docker-debian10-ansible:latest
22-
command: /lib/systemd/systemd
2321
- image: geerlingguy/docker-debian11-ansible:latest
2422
command: /lib/systemd/systemd
2523
- image: geerlingguy/docker-ubuntu2004-ansible:latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ policies. Additionally we will focus on supporting the latest two stable
1313
releases of each, which at the time of writing are as follows:
1414

1515
* CentOS 7.x
16-
* Debian 10 or later
16+
* Debian 11 or later
1717
* Ubuntu 20.04 LTS or later
1818
* AlmaLinux 8.x or later
1919
* RockyLinux 8.x or later

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ galaxy_info:
1515
- "9"
1616
- name: Debian
1717
versions:
18-
- buster
1918
- bullseye
19+
- bookworm
2020
- name: Ubuntu
2121
versions:
2222
- focal

0 commit comments

Comments
 (0)