1
0
Fork 0
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:
Sebastian Meyer 2019-03-08 21:26:45 +01:00 committed by Alicia Cozine
parent 26d87a912b
commit 7a91c8e6ae

View file

@ -1,8 +1,8 @@
.. _playbooks_reuse_includes:
Including and Importing Including and Importing
======================= =======================
.. _playbooks_reuse_includes:
.. contents:: Topics .. contents:: Topics
Includes vs. Imports Includes vs. Imports