The reason I’m asking is because I have been using the JC filter with the ini parser and ini_dup parser and I’m wondering if I should consider switching to use these new filters?
I was also wondering if a documentation page on working with INI files, a bit like the Selecting JSON data: JSON queries one — that covers the two new filters as well as the community.general.ini_file module might be something that would help users — I’m sure most people here know that many key Free / Open Source software projects use INI files for their configuration including PHP, MariaDB / MySQL and Systemd.
The latest version of Ansible community Package (now 9.1.0) includescommunity.general collection 8.1.0.
So now Ansible document shows community.general collection 8.1.0 information.
And, Ansible Galaxy doesn’t seem to be able to display the documentation for the filter plugin.
As a work-around, why not refer to the documentation poart in the code?
As @akira6592 said, this is because Ansible 9 won’t include this collection version until the next release.
I’m unsure why Galaxy doesn’t seem to display any of the filter docs in this collection. I’ll open a new topic with the galaxy folks to see why thats happening.
It won’t show 8.2.0 since by then community.general 8.3.0 is out, and that will be the community.general version contained in ansible 9.2.0. (Sorry for nit-picking )