From 316b5fa8e2934e8da8e9a91021907615364681c0 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 10 May 2021 17:14:46 +0200 Subject: [PATCH] Clarify Windows (non-)support. (#137) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d628d638..f8b04dc4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This repo contains the `community.docker` Ansible Collection. The collection includes many modules and plugins to work with Docker. +Please note that this collection does **not** support Windows targets. The connection plugins included in this collection support Windows targets on a best-effort basis, but we are not testing this in CI. + ## Tested with Ansible Tested with the current Ansible 2.9, ansible-base 2.10 and ansible-core 2.11 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.