summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/unexpected_executor_exception/tasks/main.yml
blob: 395b50c5816d77e9231b342c69076ddfbdfe03ad (plain)
1
2
3
4
5
6
7
- unexpected:
  register: result
  ignore_errors: true

- assert:
    that:
      - 'result.msg == "Unexpected failure during module execution: boom"'