mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix docstring.
This commit is contained in:
@@ -89,7 +89,7 @@ class Task(Base):
|
|||||||
raise exception.NotImplementedError()
|
raise exception.NotImplementedError()
|
||||||
|
|
||||||
def get_role(self):
|
def get_role(self):
|
||||||
'' return the role associated with the task '''
|
''' return the role associated with the task '''
|
||||||
return self._role
|
return self._role
|
||||||
|
|
||||||
def get_block(self):
|
def get_block(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user