mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
* Add to_toml filter This is based heavily on the to_yaml filter, but with a pared-down feature set. * Protect import * Don't quote datetime as a string * Use Ansible error types * Import correct error types * Don't use AnsibleTypeError It doesn't seem to be available on older Ansible core versions. * Fix antsibull-nox errors * Install dependencies for to_toml integration test Co-authored-by: Felix Fontein <felix@fontein.de> * Reduce author list to main contributor Co-authored-by: Felix Fontein <felix@fontein.de> * Update version added for to_toml Co-authored-by: Felix Fontein <felix@fontein.de> * Use AnsibleError for missing import Co-authored-by: Felix Fontein <felix@fontein.de> * Use AnsibleFilterError for runtime type check Co-authored-by: Felix Fontein <felix@fontein.de> * Move common code to plugin_utils/_tags.py * Mark module util as private Co-authored-by: Felix Fontein <felix@fontein.de> * Update BOTMETA for to_toml Co-authored-by: Felix Fontein <felix@fontein.de> * Fix typo * Correct version number Co-authored-by: Felix Fontein <felix@fontein.de> * Use to_text for to_toml dict key conversions Co-authored-by: Felix Fontein <felix@fontein.de> * Add tomlkit requirement to docs Co-authored-by: Felix Fontein <felix@fontein.de> * Add missing import * Add aliases for for to_toml integration test --------- Co-authored-by: Felix Fontein <felix@fontein.de> |
||
|---|---|---|
| .. | ||
| accumulate.py | ||
| counter.py | ||
| crc32.py | ||
| dict.py | ||
| dict_kv.py | ||
| from_csv.py | ||
| from_ini.py | ||
| groupby_as_dict.py | ||
| hashids.py | ||
| hashids_decode.yml | ||
| hashids_encode.yml | ||
| jc.py | ||
| json_diff.yml | ||
| json_patch.py | ||
| json_patch.yml | ||
| json_patch_recipe.yml | ||
| json_query.py | ||
| 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 | ||
| replace_keys.py | ||
| reveal_ansible_type.py | ||
| time.py | ||
| to_days.yml | ||
| to_hours.yml | ||
| to_ini.py | ||
| to_milliseconds.yml | ||
| to_minutes.yml | ||
| to_months.yml | ||
| to_nice_yaml.yml | ||
| to_prettytable.py | ||
| to_seconds.yml | ||
| to_time_unit.yml | ||
| to_toml.py | ||
| to_toml.yml | ||
| to_weeks.yml | ||
| to_yaml.py | ||
| to_yaml.yml | ||
| to_years.yml | ||
| unicode_normalize.py | ||
| version_sort.py | ||