Skip to content

Commit a59cd12

Browse files
committed
feat: remove bullseye support
BREAKING CHANGE: use latest debian version
1 parent 485bdbb commit a59cd12

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Ansible Role: Raspberry - dhcpcd
44

5-
An Ansible role that manages [dhcpcd](https://roy.marples.name/projects/dhcpcd/) on Raspberry Pi OS (Debian Bullseye).
5+
An Ansible role that manages [dhcpcd](https://roy.marples.name/projects/dhcpcd/) on Raspberry Pi OS (Debian Bookworm).
66

77
## Install
88

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ galaxy_info:
88
platforms:
99
- name: Debian
1010
versions:
11-
- bullseye
1211
- bookworm
1312
galaxy_tags:
1413
- raspberry

molecule/default/molecule.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ driver:
55
name: docker
66

77
platforms:
8-
- name: bullseye
9-
image: debian:bullseye
10-
dockerfile: Dockerfile.j2
11-
override_command: false
12-
tmpfs:
13-
- /run
14-
- /tmp
15-
cgroupns_mode: host
16-
volumes:
17-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
18-
privileged: true
198
- name: bookworm
209
image: debian:bookworm
2110
dockerfile: Dockerfile.j2
@@ -30,9 +19,6 @@ platforms:
3019

3120
provisioner:
3221
name: ansible
33-
config_options:
34-
defaults:
35-
interpreter_python: /usr/bin/python3
3622
log: true
3723

3824
verifier:

0 commit comments

Comments
 (0)