Skip to content

Commit

Permalink
Remove support for Debian Buster, add support for Debian Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Jun 29, 2023
1 parent d14e01a commit 2e4b245
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Ansible 2.10 or newer.
Supported Platforms
-------------------

- [Debian - 10 (Buster)](https://wiki.debian.org/DebianBuster)
- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Ubuntu - 18.04 (Bionic Beaver)](http://releases.ubuntu.com/18.04/)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ galaxy_info:
- jammy
- name: Debian
versions:
- bookworm
- bullseye
- buster
galaxy_tags:
- backup
- gcloud
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ driver:
name: docker

platforms:
- name: ansible-role-backup-debian-10
image: debian:10
- name: ansible-role-backup-debian-11
image: debian:11
- name: ansible-role-backup-debian-12
image: debian:12
- name: ansible-role-backup-ubuntu-2004
image: ubuntu:20.04
- name: ansible-role-backup-ubuntu-2204
Expand Down

0 comments on commit 2e4b245

Please sign in to comment.