Commit f924c963 by Seth Vidal

remove the tab I found

DIE TAB DIE
pep8
parent 0394ef77
...@@ -312,7 +312,7 @@ class PlaybookRunnerCallbacks(DefaultRunnerCallbacks): ...@@ -312,7 +312,7 @@ class PlaybookRunnerCallbacks(DefaultRunnerCallbacks):
def on_skipped(self, host, item=None): def on_skipped(self, host, item=None):
msg = '' msg = ''
if item: if item:
msg = "skipping: [%s] => (item=%s)" % (host, item) msg = "skipping: [%s] => (item=%s)" % (host, item)
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment