diff --git a/test/deploy/onboarding-tests/roles/configure/tasks/main.yml b/test/deploy/onboarding-tests/roles/configure/tasks/main.yml index 9045913c..00614cc4 100755 --- a/test/deploy/onboarding-tests/roles/configure/tasks/main.yml +++ b/test/deploy/onboarding-tests/roles/configure/tasks/main.yml @@ -2,11 +2,11 @@ - debug: msg: Tests E2E -- name: Set test account email from Synthetic secrets +- name: Set test account email using Synthetic secrets set_fact: test_email: {{ test_email }} -- name: Set test account password from Synthetic secrets +- name: Set test account password using Synthetic secrets set_fact: test_password: {{ test_password }}