Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion datadog_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ def playbook_on_stats(self, stats):
event_title += ' with errors'
event_text += "\nErrors occurred on the following hosts:\n%%%\n"
for host, failures, unreachable in error_hosts:
host = self.get_dd_hostname(host)
event_text += "- `{0}` (failure: {1}, unreachable: {2})\n".format(
host,
failures,
Expand Down