diff --git a/v2/ansible/playbook/task.py b/v2/ansible/playbook/task.py index e8efa7eb0d..9600d85b18 100644 --- a/v2/ansible/playbook/task.py +++ b/v2/ansible/playbook/task.py @@ -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):