summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-08-24 08:55:09 -0400
committerBrian Coca <brian.coca+git@gmail.com>2017-08-24 08:55:39 -0400
commit203d8d2e6eb58e2007e33800bc16263589c105a5 (patch)
treece2646e67b1f333785b9a3b78ef2d6d11ad043ed /docs
parent725d4d4bc8639f1e351bdbb9149690f27fb1f398 (diff)
downloadansible-203d8d2e6eb58e2007e33800bc16263589c105a5.tar.gz
added diff keyword to changelog/docs
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/keyword_desc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docsite/keyword_desc.yml b/docs/docsite/keyword_desc.yml
index 31694c9e9e..e35accf52a 100644
--- a/docs/docsite/keyword_desc.yml
+++ b/docs/docsite/keyword_desc.yml
@@ -18,6 +18,7 @@ connection: Allows you to change the connection plugin used for tasks to execute
delay: Number of seconds to delay between retries, this setting only makes sense when used with 'until'.
delegate_facts: Boolean that allows you to apply facts to delegated host instead of inventory_hostname.
delegate_to: Host to execute task instead of the target (inventory_hostname), connection vars from the delegated host will also be used for the task.
+diff: Toggle to make tasks return 'diff' information or not.
environment: A dictionary that gets converted into environment vars to be provided for the task upon execution.
fact_path: Set the fact path option for the fact gathering plugin controlled by ``gather_facts``.
failed_when: Conditional expression that overrides the task's normal 'failed' status.