mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Format the versionadded block correctly (#28085)
Currently broken on the live docs site: http://docs.ansible.com/ansible/latest/playbooks_blocks.html
This commit is contained in:
parent
2c85ca3729
commit
9a2ae022f5
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ In the example above, each of the 3 tasks will be executed after appending the `
|
|||
and evaluating it in the task's context. Also they inherit the privilege escalation directives enabling "become to root"
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue