Skip to content

Commit 793edf7

Browse files
committed
add note explaining injected task has always tag
Signed-off-by: Tom Kivlin <[email protected]>
1 parent 209fd01 commit 793edf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docsite/rst/playbook_guide/playbooks_reuse_roles.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ validation, the role will fail execution.
269269
then validation on those dependencies will run before the dependent role, even if argument validation fails
270270
for the dependent role.
271271

272+
.. note::
273+
274+
The inserted role argument validation task is tagged with the :ref:`always <special_tags>` tag,
275+
so if the role is :ref:`statically imported <dynamic_vs_static>` then this task will run unless ``--skip-tags`` is used.
276+
272277
Specification format
273278
--------------------
274279

0 commit comments

Comments
 (0)