summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2016-08-31 14:12:29 -0500
committerJames Cammarata <jimi@sngx.net>2016-08-31 14:12:29 -0500
commite7cf786851b1bcc23ec0f4339e5b868d01a6602d (patch)
tree7fc0924c973685cf3a1483230b7928c636b27a36 /utilities
parent6f9ab60f81a9aa6d48fd14dcd17f389e6ed7da31 (diff)
downloadansible-modules-core-e7cf786851b1bcc23ec0f4339e5b868d01a6602d.tar.gz
Adding 'end_play' docs to meta module
Diffstat (limited to 'utilities')
-rw-r--r--utilities/helper/meta.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/utilities/helper/meta.py b/utilities/helper/meta.py
index 6735bbc8..6e039123 100644
--- a/utilities/helper/meta.py
+++ b/utilities/helper/meta.py
@@ -35,7 +35,8 @@ options:
- "C(noop) (added in 2.0) This literally does 'nothing'. It is mainly used internally and not recommended for general use."
- "C(clear_facts) (added in 2.1) causes the gathered facts for the hosts specified in the play's list of hosts to be cleared, including the fact cache."
- "C(clear_host_errors) (added in 2.1) clears the failed state (if any) from hosts specified in the play's list of hosts."
- choices: ['noop', 'flush_handlers', 'refresh_inventory', 'clear_facts', 'clear_host_errors']
+ - "C(end_play) (added in 2.2) causes the play to end without failing the host."
+ choices: ['noop', 'flush_handlers', 'refresh_inventory', 'clear_facts', 'clear_host_errors', 'end_play']
required: true
default: null
notes: