diff --git a/plugins/modules/ohai.py b/plugins/modules/ohai.py index 32b14b2e81..86e42eb8b3 100644 --- a/plugins/modules/ohai.py +++ b/plugins/modules/ohai.py @@ -31,6 +31,8 @@ author: """ EXAMPLES = r""" +# fmt: console + ansible webservers -m ohai --tree=/tmp/ohaidata ... """