diff --git a/bin/ansible b/bin/ansible index 445e722f576..209b235c88d 100755 --- a/bin/ansible +++ b/bin/ansible @@ -45,7 +45,9 @@ class LastResort(object): def display(self, msg): print(msg, file=sys.stderr) - error = display + def error(self, msg, wrap_text=None): + print(msg, file=sys.stderr) + ########################################