mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
parent
ea7883ef7e
commit
72ebd1bf46
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ class IncludeRole(TaskInclude):
|
|||
self._role_name = None
|
||||
self._role_path = None
|
||||
|
||||
def get_name(self):
|
||||
''' return the name of the task '''
|
||||
return "%s : %s" % (self.action, self._role_name)
|
||||
|
||||
def get_block_list(self, play=None, variable_manager=None, loader=None):
|
||||
|
||||
# only need play passed in when dynamic
|
||||
|
|
Loading…
Reference in a new issue