summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/command.py')
-rw-r--r--lib/ansible/modules/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/command.py b/lib/ansible/modules/command.py
index 778d8a26cf..490c0ca5a9 100644
--- a/lib/ansible/modules/command.py
+++ b/lib/ansible/modules/command.py
@@ -21,7 +21,7 @@ description:
like C("*"), C("<"), C(">"), C("|"), C(";") and C("&") will not work.
Use the M(ansible.builtin.shell) module if you need these features.
- To create C(command) tasks that are easier to read than the ones using space-delimited
- arguments, pass parameters using the C(args) L(task keyword,../reference_appendices/playbooks_keywords.html#task)
+ arguments, pass parameters using the C(args) L(task keyword,https://docs.ansible.com/ansible/latest/reference_appendices/playbooks_keywords.html#task)
or use C(cmd) parameter.
- Either a free form command or C(cmd) parameter is required, see the examples.
- For Windows targets, use the M(ansible.windows.win_command) module instead.