DEBSOURCES
Skip Quicknav
sources / ansible-core / 2.19.0-1 / test / units / executor / module_common / conftest.py
12345678910
from __future__ import annotations import pytest from ansible.template import Templar @pytest.fixture def templar(): return Templar()