diff --git a/plugins/modules/ohai.py b/plugins/modules/ohai.py index ad17e6f952..82147eec6e 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 ... """