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 Jul 3, 2023
1 parent a943951 commit 9af0e35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 - 20.04 (Focal Fossa)](http://releases.ubuntu.com/20.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:
- elastic
- filebeat
Expand Down
8 changes: 4 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ driver:
name: docker

platforms:
- name: ansible-role-filebeat-debian-10
image: debian:10
- name: ansible-role-filebeat-debian-11
image: debian:11
command: /lib/systemd/systemd
tmpfs:
- /run
- /run/lock
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
- name: ansible-role-filebeat-debian-11
image: debian:11
- name: ansible-role-filebeat-debian-12
image: debian:12
command: /lib/systemd/systemd
tmpfs:
- /run
Expand Down

0 comments on commit 9af0e35

Please sign in to comment.