[bp-2.11] Fix small typo in playbook_filters doc (#74763)

Move versionadded to next line to render correctly.

(cherry picked from commit 888fea69e5)

Co-authored-by: Chander G <mail@chandergovind.org>
This commit is contained in:
Abhijeet Kasurde 2021-06-04 00:55:34 +05:30 committed by GitHub
parent 8d6a8583c9
commit 13a829af2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1675,10 +1675,10 @@ To concatenate a list into a string::
To split a sting into a list::
.. versionadded:: 2.11
{{ csv_string | split(",") }}
.. versionadded:: 2.11
To work with Base64 encoded strings::
{{ encoded | b64decode }}