From 35d02b28c9e812969028bc8a67a1ca3a4d7bfe17 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 4 Sep 2017 18:11:17 +1000 Subject: [PATCH] Minor syntax error in block versionadded The syntax for versionadded is to have the string as a second argument. --- docs/docsite/rst/playbooks_blocks.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docsite/rst/playbooks_blocks.rst b/docs/docsite/rst/playbooks_blocks.rst index dd244f1698c..4b6feed1d40 100644 --- a/docs/docsite/rst/playbooks_blocks.rst +++ b/docs/docsite/rst/playbooks_blocks.rst @@ -31,8 +31,7 @@ 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: