From 8e3e0443788734fd47dc9c375036894fbf4fc7ca Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 21:10:54 +0200 Subject: [PATCH] [PR #11975/2e29b320 backport][stable-12] Docs: ohai examples are not YAML (#11978) Docs: ohai examples are not YAML (#11975) ohai examples are not YAML. (cherry picked from commit 2e29b3204df5e9b2584f3ea84540bd3cddbd425f) Co-authored-by: Felix Fontein --- plugins/modules/ohai.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/ohai.py b/plugins/modules/ohai.py index 5005f141ed..c3b883094a 100644 --- a/plugins/modules/ohai.py +++ b/plugins/modules/ohai.py @@ -28,6 +28,8 @@ author: """ EXAMPLES = r""" +# fmt: console + ansible webservers -m ohai --tree=/tmp/ohaidata ... """