mirror of https://github.com/ansible/ansible.git
Add from_yaml_all to support multi document yaml strings (#43037)
* Support multi-doc yaml in the from_yaml filter * Most automatic method of handling multidoc * Only use safe_load_all * Implement separate filter * Update plugin docs and changelogpull/43278/head
parent
19dc267e4c
commit
d27de6acd9
@ -0,0 +1,5 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Added the from_yaml_all filter to parse multi-document yaml strings.
|
||||
Refer to the appropriate entry which as been added to user_guide
|
||||
playbooks_filters.rst document.
|
Loading…
Reference in New Issue