Skip to content

Commit

Permalink
Add community.docker as a requirement for molecule testing
Browse files Browse the repository at this point in the history
We explicitly add the `community.docker` collection with a minimum
version as a requirement to the molecule configuration. This will allow
us to ensure that a version of this collection that is compatible with
2.32.0 and newer of the Python requests library is installed.
  • Loading branch information
mcdonnnj committed May 29, 2024
1 parent 352e49f commit 8f613d6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions molecule/default/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
- name: upgrade
src: https://github.com/cisagov/ansible-role-upgrade
collections:
- name: community.docker
version: ">=3.10.2"

roles:
- name: upgrade
src: https://github.com/cisagov/ansible-role-upgrade

0 comments on commit 8f613d6

Please sign in to comment.