Skip to content

Commit db6082b

Browse files
committed
feat: only support bullseye
1 parent 716b70b commit db6082b

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/molecule.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ jobs:
66
molecule:
77
name: Molecule
88
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
version: [buster, bullseye]
129
steps:
1310
- name: Check out repository
1411
uses: actions/checkout@v2
@@ -24,8 +21,6 @@ jobs:
2421
python -m pip install --disable-pip-version-check ansible ansible-lint molecule[docker,lint,test]
2522
2623
- name: Run Molecule tests
27-
env:
28-
MOLECULE_DEBIAN_VERSION: ${{ matrix.version }}
2924
run: |
3025
make version
3126
make test

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.
5+
An Ansible role that manages [dhcpcd](https://roy.marples.name/projects/dhcpcd/) on Raspberry Pi OS (Debian Bullseye).
66

77
## Install
88

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ galaxy_info:
99
platforms:
1010
- name: Debian
1111
versions:
12-
- buster
1312
- bullseye
1413
galaxy_tags:
1514
- raspberry

0 commit comments

Comments
 (0)