mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
[PR #10784/062b63bd backport][stable-11] Add filters to_yaml and to_nice_yaml (#10802)
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.
(cherry picked from commit 062b63bda5)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
88f0a4c770
commit
5fca1f641b
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