Browse code

updated constructed docs to clarify use of ext

(cherry picked from commit 46621a3ddda480335519166509c6e654d5194793)

Brian Coca authored on 2017/10/04 21:44:00
Showing 2 changed files
... ...
@@ -86,6 +86,7 @@ Ansible Changes By Release
86 86
 * Max `elasticsearch_plugin` module work with both 2.x and 5.x (https://github.com/ansible/ansible/issues/21989)
87 87
 * Fix for become on Windows to handle ignored errors (https://github.com/ansible/ansible/issues/30468)
88 88
 * Fix removal of newlines when writing SELinux config (https://github.com/ansible/ansible/issues/30618)
89
+* clarified extension requirement for constructed inv plugin
89 90
 
90 91
 <a id="2.4"></a>
91 92
 
... ...
@@ -10,7 +10,7 @@ DOCUMENTATION = '''
10 10
     version_added: "2.4"
11 11
     short_description: Uses Jinja2 to construct vars and groups based on existing inventory.
12 12
     description:
13
-        - Uses a YAML configuration file to define var expresisions and group conditionals
13
+        - Uses a YAML configuration file with a ``.config`` extension to define var expresisions and group conditionals
14 14
         - The Jinja2 conditionals that qualify a host for membership.
15 15
         - The JInja2 exprpessions are calculated and assigned to the variables
16 16
         - Only variables already available from previous inventories can be used for templating.