1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-07 10:30:05 +00:00

[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 2e29b3204d)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2026-05-02 21:10:54 +02:00 committed by GitHub
parent 064dc97956
commit 8e3e044378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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