File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 6
6
molecule :
7
7
name : Molecule
8
8
runs-on : ubuntu-latest
9
- strategy :
10
- matrix :
11
- version : [buster, bullseye]
12
9
steps :
13
10
- name : Check out repository
14
11
uses : actions/checkout@v2
24
21
python -m pip install --disable-pip-version-check ansible ansible-lint molecule[docker,lint,test]
25
22
26
23
- name : Run Molecule tests
27
- env :
28
- MOLECULE_DEBIAN_VERSION : ${{ matrix.version }}
29
24
run : |
30
25
make version
31
26
make test
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.
5
+ An Ansible role that manages [ dhcpcd] ( https://roy.marples.name/projects/dhcpcd/ ) on Raspberry Pi OS (Debian Bullseye) .
6
6
7
7
## Install
8
8
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ galaxy_info:
9
9
platforms :
10
10
- name : Debian
11
11
versions :
12
- - buster
13
12
- bullseye
14
13
galaxy_tags :
15
14
- raspberry
You can’t perform that action at this time.
0 commit comments