1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-06 18:15:54 +00:00

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
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
...
"""