summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2021-02-12 19:17:44 +0100
committerGitHub <noreply@github.com>2021-02-12 19:17:44 +0100
commit6d15e1aa6e22b0c3af18545ccc754fe80dc0a81f (patch)
tree89ce92c7cf438f895272f2f089c948d23585519d /lib
parentallow constructed to use vars plugin (#73418) (diff)
downloadansible-6d15e1aa6e22b0c3af18545ccc754fe80dc0a81f.tar.xz
ansible-6d15e1aa6e22b0c3af18545ccc754fe80dc0a81f.zip
corrected description info (#73586)
* corrected description info
Diffstat (limited to 'lib')
-rw-r--r--lib/ansible/plugins/inventory/constructed.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ansible/plugins/inventory/constructed.py b/lib/ansible/plugins/inventory/constructed.py
index ee8d0df3ad..b94dad4fa0 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