1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

Added seealso

This commit is contained in:
daomah 2026-01-09 21:22:10 -05:00
parent 76d51db8d0
commit d55e707fcd

View file

@ -38,6 +38,13 @@ options:
default: false
requirements:
- 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"""