From 2178981b44d945248c0377125017b2d1073b3a53 Mon Sep 17 00:00:00 2001 From: Gerben Jacobs Date: Wed, 10 May 2017 14:14:04 +0200 Subject: [PATCH] update docs for `rundeck_job` resource Change-Id: Id40ae356eaaedf9656b7e38d96d8eb292c9d2cea --- website/source/docs/providers/rundeck/r/job.html.md | 2 ++ 1 file changed, 2 insertions(+) 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.