Fix small typo in playbook_filters doc ()

Move versionadded to next line to render correctly.
This commit is contained in:
Chander G 2021-05-19 16:23:42 +05:30 committed by GitHub
parent cd8e3a2208
commit 888fea69e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1664,9 +1664,9 @@ 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::