From f5558f9bcfb11b12d306bbc5902153919df8a74c Mon Sep 17 00:00:00 2001 From: Nils Brinkmann Date: Mon, 8 Sep 2025 12:21:45 +0200 Subject: [PATCH] Minor change to trigger CI run --- lib/ansible/playbook/role/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/playbook/role/__init__.py b/lib/ansible/playbook/role/__init__.py index 9e2c68f9cda..08fc92c53cd 100644 --- a/lib/ansible/playbook/role/__init__.py +++ b/lib/ansible/playbook/role/__init__.py @@ -44,7 +44,7 @@ from ansible.utils.vars import combine_vars # NOTE: This import is only needed for the type-checking in __init__. While there's an alternative # available by using forward references this seems not to work well with commonly used IDEs. # Therefore the TYPE_CHECKING hack seems to be a more universal approach, even if not being very elegant. -# References: +# Refs: # * https://stackoverflow.com/q/39740632/199513 # * https://peps.python.org/pep-0484/#forward-references if _t.TYPE_CHECKING: