Docs: ohai examples are not YAML (#11975)

ohai examples are not YAML.
This commit is contained in:
Felix Fontein
2026-05-02 20:58:58 +02:00
committed by GitHub
parent dd5bd733fc
commit 2e29b3204d

View File

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