update docs for `rundeck_job` resource

Change-Id: Id40ae356eaaedf9656b7e38d96d8eb292c9d2cea
This commit is contained in:
Gerben Jacobs 2017-05-10 14:14:04 +02:00 committed by Paul Stack
parent 5d1e649581
commit 2178981b44
1 changed files with 2 additions and 0 deletions

View File

@ -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.