corrected description info (#73586)

* corrected description info
pull/73588/head
Brian Coca 5 years ago committed by GitHub
parent ea2f37d253
commit 6d15e1aa6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,8 @@ DOCUMENTATION = '''
- Normally, for performance reasons, vars plugins get executed after the inventory sources complete the base inventory, - 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. 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. - 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 required: false
default: false default: false
type: boolean type: boolean

Loading…
Cancel
Save