File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Ansible Role: Raspberry - dhcpcd
4
4
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 ).
6
6
7
7
## Install
8
8
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ galaxy_info:
8
8
platforms :
9
9
- name : Debian
10
10
versions :
11
- - bullseye
12
11
- bookworm
13
12
galaxy_tags :
14
13
- raspberry
Original file line number Diff line number Diff line change 5
5
name : docker
6
6
7
7
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
19
8
- name : bookworm
20
9
image : debian:bookworm
21
10
dockerfile : Dockerfile.j2
@@ -30,9 +19,6 @@ platforms:
30
19
31
20
provisioner :
32
21
name : ansible
33
- config_options :
34
- defaults :
35
- interpreter_python : /usr/bin/python3
36
22
log : true
37
23
38
24
verifier :
You can’t perform that action at this time.
0 commit comments