From b9e35d66c4f8a0a6f4c8e92939448547b13a14ea Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 26 Mar 2025 21:28:31 +0100 Subject: [PATCH] Fix markup for config variable reference. (#84901) --- lib/ansible/modules/import_role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/import_role.py b/lib/ansible/modules/import_role.py index 0b9eff71244..fd9f0d6ad2d 100644 --- a/lib/ansible/modules/import_role.py +++ b/lib/ansible/modules/import_role.py @@ -59,7 +59,7 @@ options: description: - This option dictates whether the role's C(vars) and C(defaults) are exposed to the play. - Variables are exposed to the play at playbook parsing time, and available to earlier roles and tasks as well unlike C(include_role). - - The default depends on the configuration option :ref:`default_private_role_vars`. + - The default depends on the configuration option R(DEFAULT_PRIVATE_ROLE_VARS, DEFAULT_PRIVATE_ROLE_VARS). type: bool default: yes version_added: '2.17'