mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix undefined label playbooks_reuse_includes warn (#53522)
e1687e05a60a570807c3edb7c4cb69bcfeab936c introduced additional seealsos to playbooks_reuse_includes, but the label has to be _above_ the section heading for them to work.
This commit is contained in:
parent
26d87a912b
commit
7a91c8e6ae
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
.. _playbooks_reuse_includes:
|
||||
|
||||
Including and Importing
|
||||
=======================
|
||||
|
||||
.. _playbooks_reuse_includes:
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
Includes vs. Imports
|
||||
|
|
Loading…
Reference in a new issue