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:
parent
55a94784a3
commit
faa83285dc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ DOCUMENTATION = """
|
||||||
- "You can also read a property file which - in this case - does not contain section."
|
- "You can also read a property file which - in this case - does not contain section."
|
||||||
options:
|
options:
|
||||||
_terms:
|
_terms:
|
||||||
description: they key(s) too look up
|
description: The key(s) to look up
|
||||||
required: True
|
required: True
|
||||||
type:
|
type:
|
||||||
description: ini Type of the file. 'properties' refers to the Java properties files.
|
description: ini Type of the file. 'properties' refers to the Java properties files.
|
||||||
|
|
Loading…
Reference in a new issue