mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-25 22:05:40 +00:00
yaml callback: use new util introduced in ansible-core 2.19.0b2 (#10242)
* Avoid repeating some code.
* Use new utility added for ansible-core 2.19.0b2.
* Lint.
* Add changelog fragment.
* transform_to_native_types() does not convert map keys.
To catch all tagged strings, we have to recursively walk the data structure then.
* Add test with vaulted string.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| cgroup_memory_recap.py | ||
| context_demo.py | ||
| counter_enabled.py | ||
| default_without_diff.py | ||
| dense.py | ||
| diy.py | ||
| elastic.py | ||
| jabber.py | ||
| log_plays.py | ||
| loganalytics.py | ||
| logdna.py | ||
| logentries.py | ||
| logstash.py | ||
| mail.py | ||
| nrdp.py | ||
| null.py | ||
| opentelemetry.py | ||
| print_task.py | ||
| say.py | ||
| selective.py | ||
| slack.py | ||
| splunk.py | ||
| sumologic.py | ||
| syslog_json.py | ||
| timestamp.py | ||
| unixy.py | ||
| yaml.py | ||