[PR #11975/2e29b320 backport][stable-11] Docs: ohai examples are not YAML (#11977)

Docs: ohai examples are not YAML (#11975)

ohai examples are not YAML.

(cherry picked from commit 2e29b3204d)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2026-05-02 21:10:55 +02:00
committed by GitHub
parent 51d4bec698
commit d4324999da

View File

@@ -31,6 +31,8 @@ author:
"""
EXAMPLES = r"""
# fmt: console
ansible webservers -m ohai --tree=/tmp/ohaidata
...
"""