From 9a2ae022f5c2c96ff68f4062b858c472b22f2705 Mon Sep 17 00:00:00 2001 From: Duncan Lock Date: Sun, 13 Aug 2017 17:14:03 -0700 Subject: [PATCH] Format the versionadded block correctly (#28085) Currently broken on the live docs site: http://docs.ansible.com/ansible/latest/playbooks_blocks.html --- docs/docsite/rst/playbooks_blocks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/playbooks_blocks.rst b/docs/docsite/rst/playbooks_blocks.rst index fe70a333ee4..dd244f1698c 100644 --- a/docs/docsite/rst/playbooks_blocks.rst +++ b/docs/docsite/rst/playbooks_blocks.rst @@ -30,9 +30,9 @@ In the example above, each of the 3 tasks will be executed after appending the ` and evaluating it in the task's context. Also they inherit the privilege escalation directives enabling "become to root" for all the enclosed tasks. -. versionadded:: 2.3 +.. versionadded:: 2.3 -The `name:` keyword for `blocks:` was added in Ansible 2.3. + The `name:` keyword for `blocks:` was added in Ansible 2.3. .. _block_error_handling: