1
0
Fork 0
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:
B-Art 2018-11-02 19:39:21 +01:00 committed by Alicia Cozine
parent 40d8b91d07
commit fc1cbddd3d

View file

@ -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: