From 8ba08ae383a5d954cfab70fe5cf947588f458711 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 17:14:29 +0200 Subject: [PATCH] Clarify Windows (non-)support. (#2476) (#2480) (cherry picked from commit 2e58dfe52afd715a967c01b4994c1a3574e835dd) Co-authored-by: Felix Fontein --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c14e4a15fa..c0bb522a7e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This repo contains the `community.general` Ansible Collection. The collection in You can find [documentation for this collection on the Ansible docs site](https://docs.ansible.com/ansible/latest/collections/community/general/). +Please note that this collection does **not** support Windows targets. Only connection plugins included in this collection might support Windows targets, and will explicitly mention that in their documentation if they do so. + ## Tested with Ansible Tested with the current Ansible 2.9, ansible-base 2.10 and ansible-core 2.11 releases. Ansible versions before 2.9.10 are not supported.