From a47fbba8ae8cce7c375d03f5d1944c12dd33764f Mon Sep 17 00:00:00 2001 From: rodolfojcj Date: Thu, 11 May 2017 18:10:20 -0400 Subject: [PATCH] Little documentation fix (#24522) Added the 'reset_connection' option to the available choices --- lib/ansible/modules/utilities/helper/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/utilities/helper/meta.py b/lib/ansible/modules/utilities/helper/meta.py index 20b1f9e2d5..607ba8b665 100644 --- a/lib/ansible/modules/utilities/helper/meta.py +++ b/lib/ansible/modules/utilities/helper/meta.py @@ -46,7 +46,7 @@ options: - "C(clear_host_errors) (added in 2.1) clears the failed state (if any) from hosts specified in the play's list of hosts." - "C(end_play) (added in 2.2) causes the play to end without failing the host." - "C(reset_connection) (added in 2.3) interrupts a persistent connection (i.e. ssh + control persist)" - choices: ['noop', 'flush_handlers', 'refresh_inventory', 'clear_facts', 'clear_host_errors', 'end_play'] + choices: ['noop', 'flush_handlers', 'refresh_inventory', 'clear_facts', 'clear_host_errors', 'end_play', 'reset_connection'] required: true default: null notes: