From f0a0b630f658401cb7408a663d9d89b30c01efa3 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Tue, 5 Sep 2017 11:48:00 -0400 Subject: [PATCH] Properly format inline code. --- docs/docsite/rst/playbooks_blocks.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbooks_blocks.rst b/docs/docsite/rst/playbooks_blocks.rst index 4b6feed1d40..b28ec505360 100644 --- a/docs/docsite/rst/playbooks_blocks.rst +++ b/docs/docsite/rst/playbooks_blocks.rst @@ -31,7 +31,8 @@ and evaluating it in the task's context. Also they inherit the privilege escalat for all the enclosed tasks. .. 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: