mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07: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,7 +31,6 @@ and evaluating it in the task's context. Also they inherit the privilege escalat
|
||||||
for all the enclosed tasks.
|
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:
|
.. _block_error_handling:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue