mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Merge d55e707fcd into bc22fbcaa0
This commit is contained in:
commit
673381bace
1 changed files with 7 additions and 0 deletions
|
|
@ -38,6 +38,13 @@ options:
|
||||||
default: false
|
default: false
|
||||||
requirements:
|
requirements:
|
||||||
- jc installed as a Python library (U(https://pypi.org/project/jc/))
|
- jc installed as a Python library (U(https://pypi.org/project/jc/))
|
||||||
|
seealso:
|
||||||
|
- name: jc.parsers.ini
|
||||||
|
description: Parses standard INI files
|
||||||
|
link: https://kellyjonbrazil.github.io/jc/docs/parsers/ini
|
||||||
|
- name: jc.parsers.ini_dup
|
||||||
|
description: Parses standard INI files and preserves duplicate values. All values are contained in lists/arrays
|
||||||
|
link: https://kellyjonbrazil.github.io/jc/docs/parsers/ini_dup
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = r"""
|
EXAMPLES = r"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue