From 991d264787e6111754b7e64df0128168bd209af0 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Wed, 10 Mar 2021 14:00:54 +0100 Subject: [PATCH] re-add ACM uuid --- tests/integration/targets/aws_acm/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/integration/targets/aws_acm/tasks/main.yml b/tests/integration/targets/aws_acm/tasks/main.yml index 88c243561ea..7565f4bb495 100644 --- a/tests/integration/targets/aws_acm/tasks/main.yml +++ b/tests/integration/targets/aws_acm/tasks/main.yml @@ -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