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 e26863a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions molecule/default/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
- name: upgrade
src: https://github.com/cisagov/ansible-role-upgrade
# This is necessary to ensure a version of this collection that is compatible
# with the 2.32.0+ of the Python requests library. This should be removed when
# it is no longer required per https://github.com/cisagov/skeleton-ansible-role/issues/195
collections:
- name: community.docker
version: ">=3.10.2"

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

0 comments on commit e26863a

Please sign in to comment.