mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated constructed docs to clarify use of ext
This commit is contained in:
parent
54ca841611
commit
46621a3ddd
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ DOCUMENTATION = '''
|
|||
version_added: "2.4"
|
||||
short_description: Uses Jinja2 to construct vars and groups based on existing inventory.
|
||||
description:
|
||||
- Uses a YAML configuration file to define var expresisions and group conditionals
|
||||
- Uses a YAML configuration file with a ``.config`` extension to define var expresisions and group conditionals
|
||||
- The Jinja2 conditionals that qualify a host for membership.
|
||||
- The JInja2 exprpessions are calculated and assigned to the variables
|
||||
- Only variables already available from previous inventories or the fact cache can be used for templating.
|
||||
- When `strict` is False, failed expressions will be ignored (assumes vars were missing).
|
||||
- When ``strict`` is False, failed expressions will be ignored (assumes vars were missing).
|
||||
extends_documentation_fragment:
|
||||
- constructed
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue