|
|
@ -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
|
|
|
|
- This was introduced as a way to reset role variables to default values if a role is used more than once
|
|
|
|
in a playbook.
|
|
|
|
in a playbook.
|
|
|
|
- Starting in version '2.17' M(ansible.builtin.include_roles) and M(ansible.builtin.import_roles) can
|
|
|
|
- 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.
|
|
|
|
- Included roles only make their variables public at execution, unlike imported roles which happen at playbook compile time.
|
|
|
|
env: [{name: ANSIBLE_PRIVATE_ROLE_VARS}]
|
|
|
|
env: [{name: ANSIBLE_PRIVATE_ROLE_VARS}]
|
|
|
|
ini:
|
|
|
|
ini:
|
|
|
|