Skip to content

Commit

Permalink
fix: update molecule reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Aug 10, 2022
1 parent 0dd5c0a commit 369651f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
python-version: 3.8

- name: Install python dependencies
run: pip install -r requirements.txt
run: pip install -r requirements.txt

- name: Install role dependencies
run: ansible-galaxy install -r requirements.yaml

# See https://github.com/geerlingguy/raspberry-pi-dramble/issues/166
- name: Force GitHub Actions' docker daemon to use vfs.
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# for running
ansible>=2.7
ansible~=2.10.0
# for testing
molecule~=3.0
docker
molecule[docker]~=3.1.0
docker~=3.4.1
# for linting
yamllint
ansible-lint
molecule-docker

0 comments on commit 369651f

Please sign in to comment.