Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add community.docker as a requirement for molecule testing #196

Merged
merged 1 commit into from
Jun 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 version 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
Loading