Minor syntax error in block versionadded

The syntax for versionadded is to have the string as a second
argument.
This commit is contained in:
Ian Wienand 2017-09-04 18:11:17 +10:00 committed by ansibot
parent eba01d5a8b
commit 35d02b28c9

View file

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