mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
ini lookup plugin: fix documentation layout (#41374)
This commit is contained in:
parent
c021fd8e84
commit
63ae1a9acd
1 changed files with 20 additions and 20 deletions
|
@ -17,26 +17,26 @@ DOCUMENTATION = """
|
||||||
_terms:
|
_terms:
|
||||||
description: they key(s) too look up
|
description: they key(s) too 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.
|
||||||
default: 'ini'
|
default: 'ini'
|
||||||
choices: ['ini', 'properties']
|
choices: ['ini', 'properties']
|
||||||
file:
|
file:
|
||||||
description: Name of the file to load
|
description: Name of the file to load
|
||||||
default: ansible.ini
|
default: ansible.ini
|
||||||
section:
|
section:
|
||||||
default: global
|
default: global
|
||||||
description: section where to lookup for key.
|
description: section where to lookup for key.
|
||||||
re:
|
re:
|
||||||
default: False
|
default: False
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Flag to indicate if the key supplied is a regexp.
|
description: Flag to indicate if the key supplied is a regexp.
|
||||||
encoding:
|
encoding:
|
||||||
default: utf-8
|
default: utf-8
|
||||||
description: Text encoding to use.
|
description: Text encoding to use.
|
||||||
default:
|
default:
|
||||||
description: return value if the key is not in the ini file
|
description: return value if the key is not in the ini file
|
||||||
default: ''
|
default: ''
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue