mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix docstring.
This commit is contained in:
parent
4e4308b8e1
commit
fa81680d9b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Task(Base):
|
|||
raise exception.NotImplementedError()
|
||||
|
||||
def get_role(self):
|
||||
'' return the role associated with the task '''
|
||||
''' return the role associated with the task '''
|
||||
return self._role
|
||||
|
||||
def get_block(self):
|
||||
|
|
Loading…
Reference in a new issue