mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Minor syntax error in block versionadded
The syntax for versionadded is to have the string as a second argument.
This commit is contained in:
parent
eba01d5a8b
commit
35d02b28c9
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue