Fix markup for config variable reference. (#84901)

pull/84890/head
Felix Fontein 9 months ago committed by GitHub
parent 3607f01521
commit b9e35d66c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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'

Loading…
Cancel
Save