Fix small typo in playbook_filters doc (#74762)

Move versionadded to next line to render correctly.
pull/74765/head
Chander G 3 years ago committed by GitHub
parent cd8e3a2208
commit 888fea69e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save