1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 13:19:13 +00:00
This commit is contained in:
daomah 2026-03-22 14:52:43 +13:00 committed by GitHub
commit 3aa7ef4933
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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