mirror of https://github.com/ansible/ansible.git
Add a random component to state machine name in aws_step_functions_st… (#64476)
* Add a random component to state machine name in aws_step_functions_state_machine testsuite * Pick a random number from a bigger set to avoid conflicts between parallel runs Co-Authored-By: Matt Clay <matt@mystile.com>pull/64855/head
parent
81b334bcaf
commit
9b0cdad4d4
@ -1,2 +1,3 @@
|
||||
state_machine_name: "{{ resource_prefix }}_step_functions_state_machine_ansible_test"
|
||||
# the random_num is generated in a set_fact task at the start of the testsuite
|
||||
state_machine_name: "{{ resource_prefix }}_step_functions_state_machine_ansible_test_{{ random_num }}"
|
||||
step_functions_role_name: "ansible-test-sts-{{ resource_prefix }}-step_functions-role"
|
||||
|
Loading…
Reference in New Issue