Skip to content

Commit

Permalink
Ignore failures during cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Aug 24, 2020
1 parent 94aea3b commit 6104f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/targets/aws_kms/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,11 @@
alias: "{{ resource_prefix }}-kms"
pending_window: 7
register: destroy_result
ignore_errors: True

- name: remove the IAM role
iam_role:
name: "{{ resource_prefix }}-kms-role"
state: absent
register: iam_role_result
ignore_errors: True

0 comments on commit 6104f89

Please sign in to comment.