Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Dec 8, 2024
1 parent f0289dc commit 3385733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/route53_ksk/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@
that:
- _ksk_request is successful
- _ksk_request.changed
- '"msg" in _ksk_request'
- '"Would have deleted the Key Signing Key if not in check_mode." in _ksk_request.msg'

- name: Delete the Key Signing Key request
amazon.aws.route53_ksk:
Expand All @@ -265,8 +267,6 @@
- _ksk_request is successful
- '"change_info" in _ksk_request'
- _ksk_request.changed
- '"msg" in _ksk_request'
- '"Would have deteled the Key Signing Key if not in check_mode." in _ksk_request.msg'

- name: Delete the Key Signing Key request (idempotency)
amazon.aws.route53_ksk:
Expand Down

0 comments on commit 3385733

Please sign in to comment.