1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Added semicolon to invalid operators list redux.

This commit is contained in:
Scott Butler 2016-09-02 12:26:33 -07:00 committed by Matt Clay
parent 3cb42fc5dd
commit bbf209b071

View file

@ -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: