summaryrefslogtreecommitdiffstats
path: root/examples/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:57 +0000
commit6321bd49c49eb2bb436cf7fb4842c4c424198de7 (patch)
treef34b66b4551dfe468bbcb29d0dcec5384556543b /examples/rules
parentAdding debian version 6.17.2-3. (diff)
downloadansible-lint-6321bd49c49eb2bb436cf7fb4842c4c424198de7.tar.xz
ansible-lint-6321bd49c49eb2bb436cf7fb4842c4c424198de7.zip
Merging upstream version 24.6.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--examples/rules/task_has_tag.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules/task_has_tag.py b/examples/rules/task_has_tag.py
index a4b927c..a96d123 100644
--- a/examples/rules/task_has_tag.py
+++ b/examples/rules/task_has_tag.py
@@ -1,4 +1,5 @@
"""Example implementation of a rule requiring tasks to have tags set."""
+
from __future__ import annotations
from typing import TYPE_CHECKING