mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
parent
c6bfd05c81
commit
313f26f866
4 changed files with 13 additions and 5 deletions
|
@ -372,7 +372,7 @@ class Play(object):
|
|||
# flush handlers after pre_tasks
|
||||
new_tasks.append(dict(meta='flush_handlers'))
|
||||
|
||||
roles = self._build_role_dependencies(roles, [], self.vars)
|
||||
roles = self._build_role_dependencies(roles, [], {})
|
||||
|
||||
# give each role an uuid and
|
||||
# make role_path available as variable to the task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue