mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
exprpessions into expressions (#47967)
* exprpessions into expressions, JInja2 into Jinja2
This commit is contained in:
parent
40d8b91d07
commit
fc1cbddd3d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ DOCUMENTATION = '''
|
||||||
description:
|
description:
|
||||||
- Uses a YAML configuration file with a valid YAML or C(.config) extension to define var expressions and group conditionals
|
- Uses a YAML configuration file with a valid YAML or C(.config) extension to define var expressions and group conditionals
|
||||||
- The Jinja2 conditionals that qualify a host for membership.
|
- The Jinja2 conditionals that qualify a host for membership.
|
||||||
- The JInja2 exprpessions are calculated and assigned to the variables
|
- The Jinja2 expressions are calculated and assigned to the variables
|
||||||
- Only variables already available from previous inventories or the fact cache can be used for templating.
|
- Only variables already available from previous inventories or the fact cache can be used for templating.
|
||||||
- When I(strict) is False, failed expressions will be ignored (assumes vars were missing).
|
- When I(strict) is False, failed expressions will be ignored (assumes vars were missing).
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue