mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Add filters to_yaml and to_nice_yaml (#10784)
* Add filters to_yaml and to_nice_yaml. * Allow to redact sensitive values. * Add basic tests. * Work around https://github.com/ansible/ansible/issues/85783. * Cleanup.
This commit is contained in:
parent
3574b3fa93
commit
062b63bda5
10 changed files with 532 additions and 0 deletions
6
.github/BOTMETA.yml
vendored
6
.github/BOTMETA.yml
vendored
|
@ -209,6 +209,8 @@ files:
|
|||
maintainers: resmo
|
||||
$filters/to_months.yml:
|
||||
maintainers: resmo
|
||||
$filters/to_nice_yaml.yml:
|
||||
maintainers: felixfontein
|
||||
$filters/to_prettytable.py:
|
||||
maintainers: tgadiev
|
||||
$filters/to_seconds.yml:
|
||||
|
@ -217,6 +219,10 @@ files:
|
|||
maintainers: resmo
|
||||
$filters/to_weeks.yml:
|
||||
maintainers: resmo
|
||||
$filters/to_yaml.py:
|
||||
maintainers: felixfontein
|
||||
$filters/to_yaml.yml:
|
||||
maintainers: felixfontein
|
||||
$filters/to_years.yml:
|
||||
maintainers: resmo
|
||||
$filters/unicode_normalize.py:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue