1
0
Fork 0
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:
Michael DeHaan 2014-10-03 10:42:38 -04:00
parent 4e4308b8e1
commit fa81680d9b

View file

@ -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):