From e7cf786851b1bcc23ec0f4339e5b868d01a6602d Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Wed, 31 Aug 2016 14:12:29 -0500 Subject: Adding 'end_play' docs to meta module --- utilities/helper/meta.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utilities') 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: -- cgit v1.2.1