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:
parent
0394ef776f
commit
f924c96370
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue