mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-25 13:55:32 +00:00
* Add `from_toml` filter (#12081) * Use tasks/main.yml instead of runme.sh for integration tests * Renamed filter back to to_toml.py, moved from_toml filter to its own file making use of python's native tomllib * Remove task to install tomlkit library as it's no longer required for the from_toml filter * Replace deprecated t.Mapping with collections.abc.Mapping (https://docs.python.org/3/library/typing.html#typing.Mapping) * Type is not determined when function is called. Let isinstance check ensure value has string type.
This commit is contained in:
parent
38399c8107
commit
8faf8c3838
5 changed files with 131 additions and 0 deletions
4
.github/BOTMETA.yml
vendored
4
.github/BOTMETA.yml
vendored
|
|
@ -159,6 +159,10 @@ files:
|
|||
maintainers: Ajpantuso
|
||||
$filters/from_ini.py:
|
||||
maintainers: sscheib
|
||||
$filters/from_toml.py:
|
||||
maintainers: spike77453
|
||||
$filters/from_toml.yml:
|
||||
maintainers: spike77453
|
||||
$filters/groupby_as_dict.py:
|
||||
maintainers: felixfontein
|
||||
$filters/hashids.py:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue