1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
This commit is contained in:
Ashish Billore 2018-07-03 21:48:43 +09:00 committed by Brian Coca
parent 55a94784a3
commit faa83285dc

View file

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