summaryrefslogtreecommitdiff
path: root/commands/command.py
diff options
context:
space:
mode:
authorScott Butler <sbutler@redhat.com>2016-09-02 12:26:33 -0700
committerScott Butler <sbutler@redhat.com>2016-09-02 12:26:33 -0700
commit1b86d838b6201ae8e5cc1acc2b555c4705a8959c (patch)
treeb5720412dd61f2482909ff034ba827c5def86352 /commands/command.py
parentbaa2e930bba851fa4c5b697bf3ac0b3f7513de64 (diff)
downloadansible-modules-core-1b86d838b6201ae8e5cc1acc2b555c4705a8959c.tar.gz
Added semicolon to invalid operators list redux.
Diffstat (limited to 'commands/command.py')
-rw-r--r--commands/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/command.py b/commands/command.py
index 9892e7c5..f3229278 100644
--- a/commands/command.py
+++ b/commands/command.py
@@ -28,7 +28,7 @@ description:
- The M(command) module takes the command name followed by a list of space-delimited arguments.
- The given command will be executed on all selected nodes. It will not be
processed through the shell, so variables like C($HOME) and operations
- like C("<"), C(">"), C("|"), and C("&") will not work (use the M(shell)
+ like C("<"), C(">"), C("|"), C(";") and C("&") will not work (use the M(shell)
module if you need these features).
options:
free_form: