From faa83285dcb4c7094a03183a96f371345cc64ee9 Mon Sep 17 00:00:00 2001 From: Ashish Billore Date: Tue, 3 Jul 2018 21:48:43 +0900 Subject: [PATCH] Udate ini.py with corrected intended use (#42232) * Udate ini.py with corrections to intended use Corrected the intended use for ini reads. * Update ini.py with corrected intended use info --- lib/ansible/plugins/lookup/ini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/ini.py b/lib/ansible/plugins/lookup/ini.py index 7d54624a2a..6bb6a2cda6 100644 --- a/lib/ansible/plugins/lookup/ini.py +++ b/lib/ansible/plugins/lookup/ini.py @@ -15,7 +15,7 @@ DOCUMENTATION = """ - "You can also read a property file which - in this case - does not contain section." options: _terms: - description: they key(s) too look up + description: The key(s) to look up required: True type: description: ini Type of the file. 'properties' refers to the Java properties files.