From 6d15e1aa6e22b0c3af18545ccc754fe80dc0a81f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 12 Feb 2021 13:17:44 -0500 Subject: [PATCH] corrected description info (#73586) * corrected description info --- lib/ansible/plugins/inventory/constructed.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/plugins/inventory/constructed.py b/lib/ansible/plugins/inventory/constructed.py index ee8d0df3ad1..b94dad4fa0e 100644 --- a/lib/ansible/plugins/inventory/constructed.py +++ b/lib/ansible/plugins/inventory/constructed.py @@ -24,7 +24,8 @@ DOCUMENTATION = ''' - Normally, for performance reasons, vars plugins get executed after the inventory sources complete the base inventory, this option allows for getting vars related to hosts/groups from those plugins. - The host_group_vars (enabled by default) 'vars plugin' is the one responsible for reading host_vars/ and group_vars/ directories. - - This will not execute plugins that are not supposed to execute at the 'inventory' stage, see vars plugins docs for details. + - This will execute all vars plugins, even those that are not supposed to execute at the 'inventory' stage. + See vars plugins docs for details on 'stage'. required: false default: false type: boolean