1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/filter
Vladimir Botka 8990f97b45
New Plugins ()
* Implement 

* Fix lint and BOTMETA entries.

* Fix BOTMETA

* Consolidate argument check, code simplification, and formatting. Remove test vars.

* Fix lint.

* retrigger checks

* Update plugins/plugin_utils/ansible_type.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/test/ansible_type.py

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2024-07-13 13:32:36 +02:00
..
counter.py
crc32.py
dict.py
dict_kv.py
from_csv.py
from_ini.py
groupby_as_dict.py
hashids.py
hashids_decode.yml Add default license header to files which have no copyright or license header yet () 2022-08-05 14:03:38 +02:00
hashids_encode.yml
jc.py
json_query.py Add more license statements () 2022-08-07 13:37:23 +02:00
keep_keys.py
lists.py
lists_difference.yml
lists_intersect.yml
lists_mergeby.py
lists_symmetric_difference.yml
lists_union.yml
random_mac.py
remove_keys.py Feature filter replace_keys () 2024-06-14 21:54:58 +02:00
replace_keys.py
reveal_ansible_type.py New Plugins () 2024-07-13 13:32:36 +02:00
time.py
to_days.yml Start using semantic markup () 2023-06-10 09:28:40 +02:00
to_hours.yml Start using semantic markup () 2023-06-10 09:28:40 +02:00
to_ini.py fix: Ensuring interpolation is disabled for ConfigParser () 2024-04-09 08:01:44 +02:00
to_milliseconds.yml Start using semantic markup () 2023-06-10 09:28:40 +02:00
to_minutes.yml
to_months.yml
to_seconds.yml
to_time_unit.yml Start using semantic markup () 2023-06-10 09:28:40 +02:00
to_weeks.yml
to_years.yml
unicode_normalize.py
version_sort.py