mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
9c9897805f
commit
d9b79b1bbc
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ class RoleDefinition(Base, Become, Conditional, Taggable):
|
|||
all_vars = dict()
|
||||
|
||||
templar = Templar(loader=self._loader, variables=all_vars)
|
||||
role_name = templar.template(role_name)
|
||||
|
||||
# now iterate through the possible paths and return the first one we find
|
||||
for path in role_search_paths:
|
||||
|
|
Loading…
Reference in a new issue