From 490baed566491cc90763e3ea4c7c6f42d59611fa Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 19:04:28 +0100 Subject: [PATCH] [PR #5837/3985ade3 backport][stable-6] Add PLATFORM docs fragment (#5840) Add PLATFORM docs fragment (#5837) Add PLATFORM docs fragment. (cherry picked from commit 3985ade3fc7e97595bb3b17a15720681a16d9a5e) Co-authored-by: Felix Fontein --- plugins/doc_fragments/attributes.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/doc_fragments/attributes.py b/plugins/doc_fragments/attributes.py index da089dff21..e7ab495916 100644 --- a/plugins/doc_fragments/attributes.py +++ b/plugins/doc_fragments/attributes.py @@ -20,9 +20,11 @@ attributes: description: Will return details on what has changed (or possibly needs changing in C(check_mode)), when in diff mode. ''' -# platform: -# description: Target OS/families that can be operated against. -# support: N/A + PLATFORM = r''' + platform: + description: Target OS/families that can be operated against. + support: N/A +''' # Should be used together with the standard fragment INFO_MODULE = r'''