Skip to content

Commit

Permalink
TODO reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho committed Jul 18, 2017
1 parent c7c92bb commit d2ccce6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ def _print_failure_details(self, failures):
self._print_check_failure_summary(failed_checks, playbook_context)

def _print_check_failure_summary(self, failed_checks, context):

# TODO: aggregate hosts with the same error message

checks = ','.join(sorted(failed_checks))
# NOTE: context is not set if all failures occurred prior to checks task
summary = (
Expand Down

0 comments on commit d2ccce6

Please sign in to comment.