ansible: tidy up log repr slightly

This commit is contained in:
David Wilson 2018-04-21 18:19:55 +01:00
parent cbe6be449e
commit c5fe817db2
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,9 @@ class Planner(object):
kwargs.setdefault('wrap_async', invocation.wrap_async)
return kwargs
def __repr__(self):
return '%s()' % (type(self).__name__,)
class BinaryPlanner(Planner):
"""