summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/commands/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/commands/command.py')
-rw-r--r--lib/ansible/modules/commands/command.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ansible/modules/commands/command.py b/lib/ansible/modules/commands/command.py
index 9a3ff5e128..1b45ae0705 100644
--- a/lib/ansible/modules/commands/command.py
+++ b/lib/ansible/modules/commands/command.py
@@ -74,6 +74,11 @@ notes:
check for the existence of the file and report the correct changed status. If these are not supplied, the task will be skipped.
- The C(executable) parameter is removed since version 2.4. If you have a need for this parameter, use the M(shell) module instead.
- For Windows targets, use the M(win_command) module instead.
+seealso:
+- module: raw
+- module: script
+- module: shell
+- module: win_command
author:
- Ansible Core Team
- Michael DeHaan