mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
adds parameter delimiters to from_ini filter (#11512)
* adds parameter delimiters to from_ini filter fixes issue #11506 * adds changelog fragment * fixes pylint dangerous-default-value / W0102 * does not assume default delimiters let that be decided in the super class * Update plugins/filter/from_ini.py verbose description Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/11512-from_ini-delimiters.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * adds input validation * adss check for delimiters not None * adds missing import * removes the negation * adds suggestions from russoz * adds ruff format suggestion --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
2
changelogs/fragments/11512-from_ini-delimiters.yaml
Normal file
2
changelogs/fragments/11512-from_ini-delimiters.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- from_ini filter plugin - add ``delimiters`` parameter to allow correctly parsing more INI documents (https://github.com/ansible-collections/community.general/issues/11506, https://github.com/ansible-collections/community.general/pull/11512).
|
||||
Reference in New Issue
Block a user