From e3f8fbeca4c59582931a03c36fcf2782db09ba8a Mon Sep 17 00:00:00 2001 From: pjarugula Date: Mon, 29 Jan 2024 22:42:40 +0530 Subject: [PATCH] refactor: Use synthetic secrets for credentials --- test/deploy/onboarding-tests/roles/configure/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}