Skip to content

Commit

Permalink
chore: desp3
Browse files Browse the repository at this point in the history
https://github.com/JonasPammer/ansible-role-bootstrap/actions/runs/7857496805/job/21441448271?pr=110
"ansible_compat.errors.InvalidPrerequisiteError: Found community.docker collection 2.7.3 but 3.4.11 or newer is required."
  • Loading branch information
JonasPammer committed Feb 10, 2024
1 parent e25bc94 commit f703869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# list all collections used here (even if included in `ansible`)
collections: []
collections:
- name: community.docker
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ extend-ignore = E203

### Ansible Testing through Molecule ###
[tox]
minversion = 4.1.2
envlist = pre-commit,py{3}-ansible-{6,7,8,9}
minversion = 4.2.4
envlist = pre-commit,py3-ansible-{8,9}

skipsdist = true

Expand Down

0 comments on commit f703869

Please sign in to comment.