summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorJan-Piet Mens <jpmens@gmail.com>2013-06-17 08:53:46 +0200
committerJan-Piet Mens <jpmens@gmail.com>2013-06-17 08:53:46 +0200
commit98c14232690b8c58f2f516a490b422f0a6770919 (patch)
tree6fb02197f38b621e426095529f49e87525bd02de /commands
parent5cbbd2ee6d85031f31aafa23cd608b0a6840468c (diff)
downloadansible-modules-core-98c14232690b8c58f2f516a490b422f0a6770919.tar.gz
Docs: consistently format playbook EXAMPLES
Diffstat (limited to 'commands')
-rw-r--r--commands/shell3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/shell b/commands/shell
index ff57b4d4..5b3969a1 100644
--- a/commands/shell
+++ b/commands/shell
@@ -45,6 +45,7 @@ author: Michael DeHaan
'''
EXAMPLES = '''
-# Execute the command in remote shell; stdout goes to the specified file on the remote
+# Execute the command in remote shell; stdout goes to the specified
+# file on the remote
- shell: somescript.sh >> somelog.txt
'''