mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
parent
ecf7d8c9ee
commit
a22f7b883d
2 changed files with 9 additions and 7 deletions
|
@ -256,7 +256,7 @@ class VariableManager:
|
|||
|
||||
if not C.DEFAULT_PRIVATE_ROLE_VARS:
|
||||
for role in play.get_roles():
|
||||
all_vars = combine_vars(all_vars, role.get_vars())
|
||||
all_vars = combine_vars(all_vars, role.get_vars(include_params=False))
|
||||
|
||||
if task:
|
||||
if task._role:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue