diff --git a/collections/requirements.yml b/collections/requirements.yml index 353ad187b..ac8a6152d 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -18,3 +18,8 @@ collections: - name: community.general - name: community.docker + # `community.docker.docker_image_pull` and `community.docker.docker_image_build` + # are used by some roles (e.g. matrix-bot-draupnir, + # matrix-appservice-draupnir-for-all) and are first available in + # community.docker 3.6.0 (Jan 2024 / Ansible 9.2.0). + version: ">=3.6.0"