From 6a7fb7d2ab07c5a124ac178929e56b5f6d8d04e5 Mon Sep 17 00:00:00 2001 From: Thomas Poindessous Date: Thu, 8 Dec 2022 22:24:21 +0100 Subject: fix: broken link (#79461) --- lib/ansible/modules/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1