From fc1cbddd3dc5568acb76d5a0e2f058a4aca0f24f Mon Sep 17 00:00:00 2001 From: B-Art <31315993+B-Art@users.noreply.github.com> Date: Fri, 2 Nov 2018 19:39:21 +0100 Subject: [PATCH] exprpessions into expressions (#47967) * exprpessions into expressions, JInja2 into Jinja2 --- lib/ansible/plugins/inventory/constructed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/inventory/constructed.py b/lib/ansible/plugins/inventory/constructed.py index 97a73e4ce2..45794bd988 100644 --- a/lib/ansible/plugins/inventory/constructed.py +++ b/lib/ansible/plugins/inventory/constructed.py @@ -12,7 +12,7 @@ DOCUMENTATION = ''' description: - 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 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. - When I(strict) is False, failed expressions will be ignored (assumes vars were missing). options: