Skip to content

Commit

Permalink
Merge pull request #1119 from tomkivlin/tomkivlin-patch-1
Browse files Browse the repository at this point in the history
Add note explaining injected task has always tag

(cherry picked from commit 10fcdc0)
  • Loading branch information
oraNod authored and patchback[bot] committed Feb 21, 2024
1 parent 3c733a7 commit b6d402d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docsite/rst/playbook_guide/playbooks_reuse_roles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@ validation, the role will fail execution.
then validation on those dependencies will run before the dependent role, even if argument validation fails
for the dependent role.

.. note::

Ansible tags the inserted role argument validation task with :ref:`always <special_tags>`.
If the role is :ref:`statically imported <dynamic_vs_static>` this task runs unless you use the ``--skip-tags`` flag.

Specification format
--------------------

Expand Down

0 comments on commit b6d402d

Please sign in to comment.