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 341f128 commit 3a9baf2
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 @@ -439,9 +439,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 3a9baf2

Please sign in to comment.