From 13a829af2b4ffb1316d80daf4c24930dd935988f Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 4 Jun 2021 00:55:34 +0530 Subject: [PATCH] [bp-2.11] Fix small typo in playbook_filters doc (#74763) Move versionadded to next line to render correctly. (cherry picked from commit 888fea69e547f49a9267d2c8df71fac38e383ed4) Co-authored-by: Chander G --- docs/docsite/rst/user_guide/playbooks_filters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/user_guide/playbooks_filters.rst b/docs/docsite/rst/user_guide/playbooks_filters.rst index 083a2d264d2..6edd8380f3a 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters.rst @@ -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 }}