diff --git a/website/source/docs/providers/rundeck/r/job.html.md b/website/source/docs/providers/rundeck/r/job.html.md index 5345c3b24..29b8b7087 100644 --- a/website/source/docs/providers/rundeck/r/job.html.md +++ b/website/source/docs/providers/rundeck/r/job.html.md @@ -125,6 +125,8 @@ The following arguments are supported: `command` blocks must have any one of the following combinations of arguments as contents: +* `description`: (Optional) gives a description to the command block. + * `shell_command` gives a single shell command to execute on the nodes. * `inline_script` gives a whole shell script, inline in the configuration, to execute on the nodes.