ansible: tidy up log repr slightly
This commit is contained in:
parent
cbe6be449e
commit
c5fe817db2
|
@ -167,6 +167,9 @@ class Planner(object):
|
||||||
kwargs.setdefault('wrap_async', invocation.wrap_async)
|
kwargs.setdefault('wrap_async', invocation.wrap_async)
|
||||||
return kwargs
|
return kwargs
|
||||||
|
|
||||||
|
def __repr__(self):
|
||||||
|
return '%s()' % (type(self).__name__,)
|
||||||
|
|
||||||
|
|
||||||
class BinaryPlanner(Planner):
|
class BinaryPlanner(Planner):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue