mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Fix docstring.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user