[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>
pull/74906/head
Abhijeet Kasurde 5 years ago committed by GitHub
parent 8d6a8583c9
commit 13a829af2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }}

Loading…
Cancel
Save