1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00
This commit is contained in:
daomah 2026-03-20 04:08:38 -04:00 committed by GitHub
commit 673381bace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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