minor fix for misspelling (#83156)

This change fixes a minor spelling error, indivudually ==> individually.
pull/81158/head
Don Naro 3 weeks ago committed by GitHub
parent 802e95f580
commit dfc559866a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -897,7 +897,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