From bbf209b0719172852f049577c9b82d2f0f6d821d Mon Sep 17 00:00:00 2001 From: Scott Butler Date: Fri, 2 Sep 2016 12:26:33 -0700 Subject: [PATCH] Added semicolon to invalid operators list redux. --- lib/ansible/modules/commands/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/commands/command.py b/lib/ansible/modules/commands/command.py index ca4d7d82bfe..c80372df0c6 100644 --- a/lib/ansible/modules/commands/command.py +++ b/lib/ansible/modules/commands/command.py @@ -29,7 +29,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: