There was an error while loading. Please reload this page.
1 parent 0dd5c0a commit 369651fCopy full SHA for 369651f
2 files changed
.github/workflows/ci.yml
@@ -19,7 +19,10 @@ jobs:
19
python-version: 3.8
20
21
- name: Install python dependencies
22
- run: pip install -r requirements.txt
+ run: pip install -r requirements.txt
23
+
24
+ - name: Install role dependencies
25
+ run: ansible-galaxy install -r requirements.yaml
26
27
# See https://github.com/geerlingguy/raspberry-pi-dramble/issues/166
28
- name: Force GitHub Actions' docker daemon to use vfs.
requirements.txt
@@ -1,8 +1,8 @@
1
# for running
2
-ansible>=2.7
+ansible~=2.10.0
3
# for testing
4
-molecule~=3.0
5
-docker
+molecule[docker]~=3.1.0
+docker~=3.4.1
6
+# for linting
7
yamllint
8
ansible-lint
-molecule-docker
0 commit comments