summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2012-08-02 17:25:45 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2012-08-02 17:26:04 -0400
commitf924c96370ea655602ebb3891df974eea95b42ce (patch)
tree9a16822944f166e166fa51964d8825d10beaab1a
parent0394ef776f6be047a9ee393f2aa846d40dba2a9a (diff)
downloadansible-f924c96370ea655602ebb3891df974eea95b42ce.tar.gz
remove the tab I found
DIE TAB DIE pep8
-rw-r--r--lib/ansible/callbacks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/callbacks.py b/lib/ansible/callbacks.py
index f32a56ebbb..68f723cfd1 100644
--- a/lib/ansible/callbacks.py
+++ b/lib/ansible/callbacks.py
@@ -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: