1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

remove the tab I found

DIE TAB DIE
pep8
This commit is contained in:
Seth Vidal 2012-08-02 17:25:45 -04:00
parent 0394ef776f
commit f924c96370

View file

@ -312,7 +312,7 @@ class PlaybookRunnerCallbacks(DefaultRunnerCallbacks):
def on_skipped(self, host, item=None):
msg = ''
msg = ''
if item:
msg = "skipping: [%s] => (item=%s)" % (host, item)
else: