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