Skip to content

Commit

Permalink
re-add ACM uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Mar 10, 2021
1 parent 1fcd410 commit 991d264
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration/targets/aws_acm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
aws_secret_key: '{{ aws_secret_key }}'
security_token: '{{ security_token | default(omit) }}'
block:
# The CI runs many of these tests in parallel
# Use this random ID to differentiate which resources
# are from which test
- set_fact:
aws_acm_test_uuid: "{{ (10**9) | random }}"

- name: list certs
aws_acm_info: null
register: list_all
Expand Down

0 comments on commit 991d264

Please sign in to comment.