config base: fix typo in option description (#83843)

This error was caught by ansible-documentation's spell check linter.
pull/83883/head
Maxwell G 3 months ago committed by GitHub
parent d6c188fd37
commit 063e28d11d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -948,7 +948,7 @@ DEFAULT_PRIVATE_ROLE_VARS:
- This was introduced as a way to reset role variables to default values if a role is used more than once
in a playbook.
- Starting in version '2.17' M(ansible.builtin.include_roles) and M(ansible.builtin.import_roles) can
indivudually override this via the C(public) parameter.
individually override this via the C(public) parameter.
- Included roles only make their variables public at execution, unlike imported roles which happen at playbook compile time.
env: [{name: ANSIBLE_PRIVATE_ROLE_VARS}]
ini:

Loading…
Cancel
Save